mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
ci: do not automatically run jjb-validate on PRs
The jjb-validate job is not correct, it does not always return the results of the PR. Prevent triggering the job automatically, and only have it run when someone leaves the '/test ci/centos/jjb-validate' comment. Updates: #1111 Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
d2905081b3
commit
69b16771ae
@ -32,7 +32,10 @@
|
|||||||
- github-pull-request:
|
- github-pull-request:
|
||||||
status-context: ci/centos/jjb-validate
|
status-context: ci/centos/jjb-validate
|
||||||
trigger-phrase: '/(re)?test ((all)|(ci/centos/jjb-validate))'
|
trigger-phrase: '/(re)?test ((all)|(ci/centos/jjb-validate))'
|
||||||
permit-all: true
|
# FIXME: re-enable permit-all, disable only-trigger-phrase
|
||||||
|
# See https://github.com/ceph/ceph-csi/issues/1111
|
||||||
|
# permit-all: true
|
||||||
|
only-trigger-phrase: true
|
||||||
# TODO: set github-hooks to true when it is configured in GitHub
|
# TODO: set github-hooks to true when it is configured in GitHub
|
||||||
github-hooks: false
|
github-hooks: false
|
||||||
cron: 'H/5 * * * *'
|
cron: 'H/5 * * * *'
|
||||||
|
Loading…
Reference in New Issue
Block a user