ci: use GitHub Hooks to trigger jobs

By using GitHub Hooks, jobs get triggers quickers. It also may prevent
the occasional hickup in the Jenkins GitHub-Pull-Request-Builder while
polling events for the cron-jobs.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-08-17 09:28:01 +02:00
committed by mergify[bot]
parent 108628039e
commit 5830a2f1bf
5 changed files with 6 additions and 18 deletions

View File

@ -29,9 +29,7 @@
# only run on PRs where the trigger-phrase is posted
only-trigger-phrase: true
permit-all: true
# TODO: set github-hooks to true when it is configured in GitHub
github-hooks: false
cron: 'H/5 * * * *'
github-hooks: true
org-list:
- ceph
allow-whitelist-orgs-as-admins: true