Skip to content

Commit dd70edb

Browse files
committed
NEXT-21750 - Add quarantine::only label
1 parent 79ad75f commit dd70edb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab/lib/rules.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
|| $CI_MERGE_REQUEST_LABELS =~ /.*security::skip.*/ && $CI_JOB_STAGE == "security"
99
|| $CI_MERGE_REQUEST_LABELS =~ /.*build::skip.*/ && $CI_JOB_STAGE == "build"
1010
|| $CI_MERGE_REQUEST_LABELS =~ /.*deploy::skip.*/ && $CI_JOB_STAGE == "deploy"
11-
|| $CI_MERGE_REQUEST_LABELS =~ /.*visual::skip.*/ && $CI_JOB_STAGE == "visual"'
11+
|| $CI_MERGE_REQUEST_LABELS =~ /.*visual::skip.*/ && $CI_JOB_STAGE == "visual"
12+
|| $CI_MERGE_REQUEST_LABELS =~ /.*quarantine::only.*/ && ($CI_JOB_STAGE != "quarantine" && $CI_JOB_STAGE != "lint")'
1213
when: never
1314
# execute job if the all label for the stage is set
1415
run:

0 commit comments

Comments
 (0)