mirror of https://github.com/ARMmbed/mbed-os.git
mergify: fix jenkins check if smart tester skips pipeline
parent
09529ad0c5
commit
6d301d7404
|
@ -140,8 +140,9 @@ pull_request_rules:
|
|||
- status-success~=continuous-integration/travis-ci/pr
|
||||
# Internal Jenkins - we rely on PR head to provide status
|
||||
- status-success~=continuous-integration/jenkins/pr-head
|
||||
# any of the jenkins pipeline needs to be green
|
||||
# any of the jenkins pipeline needs to be green or not failed (if smart tester skippes some stages, they are not there)
|
||||
- status-success~=^jenkins-ci
|
||||
- -status-failure~=^jenkins-ci
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
|
|
Loading…
Reference in New Issue