mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: require jjb-validate job to succeed for ci/centos branch
The jjb-validate job can not be run in parallel, so it may fail when multiple PRs for the ci/centos branch are sent. However, the ci/centos branch is not very active, so problems should be minimal. In case of problems, leave the following comment in the PR and the job should restart: /retest ci/centos/jjb-validate See-also: #1273 Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
02b8cd0b4b
commit
6df6cbd9e0
@ -137,6 +137,7 @@ pull_request_rules:
|
||||
- "#approved-reviews-by>=2"
|
||||
- "#changes-requested-reviews-by=0"
|
||||
- "status-success=ci/centos/job-validation"
|
||||
- "status-success=ci/centos/jjb-validate"
|
||||
- "status-success=DCO"
|
||||
- "status-success=commitlint"
|
||||
actions:
|
||||
@ -154,6 +155,7 @@ pull_request_rules:
|
||||
- "#approved-reviews-by>=1"
|
||||
- "#changes-requested-reviews-by=0"
|
||||
- "status-success=ci/centos/job-validation"
|
||||
- "status-success=ci/centos/jjb-validate"
|
||||
- "status-success=DCO"
|
||||
- "status-success=commitlint"
|
||||
actions:
|
||||
|
Loading…
Reference in New Issue
Block a user