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:
Niels de Vos 2020-05-28 08:18:26 +02:00 committed by mergify[bot]
parent d2905081b3
commit 69b16771ae

View File

@ -32,7 +32,10 @@
- github-pull-request:
status-context: 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
github-hooks: false
cron: 'H/5 * * * *'