mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: fix trigger command for ci/centos/mini-e2e-helm
jobs
The `/test ci/centos/mini-e2e-helm` has been broken with the last change
where `/test all` was removed. A remaining '(' makes the regular
expression invalid, and jobs fail to get started.
Fixes: f9f3bb9
("ci: remove `/retest all` command for Jenkins jobs")
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
f9f3bb90a5
commit
ab521dba96
@ -85,7 +85,7 @@
|
||||
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 (ci/centos/mini-e2e-helm(/k8s-{k8s_version})?'
|
||||
trigger-phrase: '/(re)?test ci/centos/mini-e2e-helm(/k8s-{k8s_version})?'
|
||||
only-trigger-phrase: '{only_run_on_request}'
|
||||
permit-all: true
|
||||
github-hooks: true
|
||||
|
Loading…
Reference in New Issue
Block a user