mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: link to the job in the Blue Ocean webui
The new Blue Ocean webui is much easier to navigate than the traditional Jenkins webui. Developers that want to check failures of CI jobs will be able to find the logs much quicker as each stage/step has a clear success or failed status. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
45130996a0
commit
8787036903
@ -20,6 +20,7 @@
|
|||||||
lightweight-checkout: true
|
lightweight-checkout: true
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
|
status-url: ${RUN_DISPLAY_URL}
|
||||||
status-context: ci/centos/job-validation
|
status-context: ci/centos/job-validation
|
||||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/job-validation))'
|
trigger-phrase: '/(re)?test ((all)|(ci/centos/job-validation))'
|
||||||
permit-all: true
|
permit-all: true
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
lightweight-checkout: true
|
lightweight-checkout: true
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
|
status-url: ${RUN_DISPLAY_URL}
|
||||||
# the "commitlint" status context is use by the commitlint app
|
# the "commitlint" status context is use by the commitlint app
|
||||||
status-context: commitlint
|
status-context: commitlint
|
||||||
trigger-phrase: '/(re)?test ((all)|(commitlint))'
|
trigger-phrase: '/(re)?test ((all)|(commitlint))'
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
lightweight-checkout: true
|
lightweight-checkout: true
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
|
status-url: ${RUN_DISPLAY_URL}
|
||||||
status-context: ci/centos/containerized-tests
|
status-context: ci/centos/containerized-tests
|
||||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/containerized-tests))'
|
trigger-phrase: '/(re)?test ((all)|(ci/centos/containerized-tests))'
|
||||||
permit-all: true
|
permit-all: true
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
}
|
}
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
|
status-url: ${RUN_DISPLAY_URL}
|
||||||
status-context: ci/centos/jjb-validate
|
status-context: ci/centos/jjb-validate
|
||||||
trigger-phrase: "/(re)?test ((all)|(ci/centos/jjb-validate))"
|
trigger-phrase: "/(re)?test ((all)|(ci/centos/jjb-validate))"
|
||||||
permit-all: true
|
permit-all: true
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
lightweight-checkout: true
|
lightweight-checkout: true
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
|
status-url: ${RUN_DISPLAY_URL}
|
||||||
status-context: ci/centos/k8s-e2e-external-storage
|
status-context: ci/centos/k8s-e2e-external-storage
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
trigger-phrase: '/(re)?test ci/centos/k8s-e2e-external-storage'
|
trigger-phrase: '/(re)?test ci/centos/k8s-e2e-external-storage'
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
lightweight-checkout: true
|
lightweight-checkout: true
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
|
status-url: ${RUN_DISPLAY_URL}
|
||||||
status-context: 'ci/centos/mini-e2e/k8s-{k8s_version}'
|
status-context: 'ci/centos/mini-e2e/k8s-{k8s_version}'
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/mini-e2e(/k8s-{k8s_version})?))'
|
trigger-phrase: '/(re)?test ((all)|(ci/centos/mini-e2e(/k8s-{k8s_version})?))'
|
||||||
@ -76,6 +77,7 @@
|
|||||||
lightweight-checkout: true
|
lightweight-checkout: true
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
|
status-url: ${RUN_DISPLAY_URL}
|
||||||
status-context: 'ci/centos/mini-e2e-helm/k8s-{k8s_version}'
|
status-context: 'ci/centos/mini-e2e-helm/k8s-{k8s_version}'
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/mini-e2e-helm(/k8s-{k8s_version})?))'
|
trigger-phrase: '/(re)?test ((all)|(ci/centos/mini-e2e-helm(/k8s-{k8s_version})?))'
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
lightweight-checkout: true
|
lightweight-checkout: true
|
||||||
triggers:
|
triggers:
|
||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
|
status-url: ${RUN_DISPLAY_URL}
|
||||||
status-context: 'ci/centos/upgrade-tests-{test_type}'
|
status-context: 'ci/centos/upgrade-tests-{test_type}'
|
||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/upgrade-tests(-{test_type})?))'
|
trigger-phrase: '/(re)?test ((all)|(ci/centos/upgrade-tests(-{test_type})?))'
|
||||||
|
Loading…
Reference in New Issue
Block a user