Skip to content

Commit 6d301d7

Browse files
committed
mergify: fix jenkins check if smart tester skips pipeline
1 parent 09529ad commit 6d301d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.mergify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ pull_request_rules:
140140
- status-success~=continuous-integration/travis-ci/pr
141141
# Internal Jenkins - we rely on PR head to provide status
142142
- status-success~=continuous-integration/jenkins/pr-head
143-
# any of the jenkins pipeline needs to be green
143+
# any of the jenkins pipeline needs to be green or not failed (if smart tester skippes some stages, they are not there)
144144
- status-success~=^jenkins-ci
145+
- -status-failure~=^jenkins-ci
145146
actions:
146147
label:
147148
add:

0 commit comments

Comments
 (0)