Skip to content

Commit 13c75eb

Browse files
nixpanicmergify[bot]
authored andcommitted
ci: do not run main ci/centos/mini-e2e job when test-type is passed
The trigger-phrase for the ci/centos/mini-e2e job did still include the optional test-type regular expression part. Because there are now dedicated jobs for the test-type arguments, the main ci/centos/mini-e2e job should not have the test-type checking and should not run when the test-type is passed. Other jobs were modified correctly already. Signed-off-by: Niels de Vos <ndevos@ibm.com>
1 parent 4fe0bc8 commit 13c75eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jobs/mini-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
status-url: $RUN_DISPLAY_URL
6464
status-context: 'ci/centos/mini-e2e/k8s-{k8s_version}'
6565
# yamllint disable-line rule:line-length
66-
trigger-phrase: '/(re)?test ci/centos/mini-e2e(/k8s-{k8s_version}(/(cephfs|nfs|nvmeof|rbd))?)?'
66+
trigger-phrase: '/(re)?test ci/centos/mini-e2e(/k8s-{k8s_version})?'
6767
only-trigger-phrase: '{only_run_on_request}'
6868
permit-all: true
6969
github-hooks: true

0 commit comments

Comments
 (0)