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:
Niels de Vos 2020-11-03 13:13:25 +01:00 committed by mergify[bot]
parent 45130996a0
commit 8787036903
7 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,7 @@
lightweight-checkout: true
triggers:
- github-pull-request:
status-url: ${RUN_DISPLAY_URL}
status-context: ci/centos/job-validation
trigger-phrase: '/(re)?test ((all)|(ci/centos/job-validation))'
permit-all: true

View File

@ -22,6 +22,7 @@
lightweight-checkout: true
triggers:
- github-pull-request:
status-url: ${RUN_DISPLAY_URL}
# the "commitlint" status context is use by the commitlint app
status-context: commitlint
trigger-phrase: '/(re)?test ((all)|(commitlint))'

View File

@ -20,6 +20,7 @@
lightweight-checkout: true
triggers:
- github-pull-request:
status-url: ${RUN_DISPLAY_URL}
status-context: ci/centos/containerized-tests
trigger-phrase: '/(re)?test ((all)|(ci/centos/containerized-tests))'
permit-all: true

View File

@ -36,6 +36,7 @@
}
triggers:
- github-pull-request:
status-url: ${RUN_DISPLAY_URL}
status-context: ci/centos/jjb-validate
trigger-phrase: "/(re)?test ((all)|(ci/centos/jjb-validate))"
permit-all: true

View File

@ -25,6 +25,7 @@
lightweight-checkout: true
triggers:
- github-pull-request:
status-url: ${RUN_DISPLAY_URL}
status-context: ci/centos/k8s-e2e-external-storage
# yamllint disable-line rule:line-length
trigger-phrase: '/(re)?test ci/centos/k8s-e2e-external-storage'

View File

@ -37,6 +37,7 @@
lightweight-checkout: true
triggers:
- github-pull-request:
status-url: ${RUN_DISPLAY_URL}
status-context: 'ci/centos/mini-e2e/k8s-{k8s_version}'
# yamllint disable-line rule:line-length
trigger-phrase: '/(re)?test ((all)|(ci/centos/mini-e2e(/k8s-{k8s_version})?))'
@ -76,6 +77,7 @@
lightweight-checkout: true
triggers:
- github-pull-request:
status-url: ${RUN_DISPLAY_URL}
status-context: 'ci/centos/mini-e2e-helm/k8s-{k8s_version}'
# yamllint disable-line rule:line-length
trigger-phrase: '/(re)?test ((all)|(ci/centos/mini-e2e-helm(/k8s-{k8s_version})?))'

View File

@ -48,6 +48,7 @@
lightweight-checkout: true
triggers:
- github-pull-request:
status-url: ${RUN_DISPLAY_URL}
status-context: 'ci/centos/upgrade-tests-{test_type}'
# yamllint disable-line rule:line-length
trigger-phrase: '/(re)?test ((all)|(ci/centos/upgrade-tests(-{test_type})?))'