From 3eda041a27a74bc61fa4bfe97cfe766870007088 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Mon, 26 Aug 2019 11:09:28 +0200 Subject: [PATCH] ceph-pr-commits: add trigger phrase When Jenkins fails to clone a branch, signed-off checks will fail. If all other checks have passed, there's no reason to force a full run of Jenkins jobs again on that PR. This PR introduces `jenkins test signed` trigger phrase to allow re-running the pr-commit check. Signed-off-by: Ernesto Puerta --- ceph-pr-commits/config/definitions/ceph-pr-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-pr-commits/config/definitions/ceph-pr-commits.yml b/ceph-pr-commits/config/definitions/ceph-pr-commits.yml index a28ad3b1c..565a4760c 100644 --- a/ceph-pr-commits/config/definitions/ceph-pr-commits.yml +++ b/ceph-pr-commits/config/definitions/ceph-pr-commits.yml @@ -54,7 +54,7 @@ allow-whitelist-orgs-as-admins: true org-list: - ceph - trigger-phrase: '' + trigger-phrase: 'jenkins test signed' only-trigger-phrase: false github-hooks: true permit-all: true -- 2.47.3