From eaa50d1b8dd75af20daad203ef0849b5ef505273 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 19 Sep 2017 12:51:37 -0500 Subject: [PATCH] ceph-ansible-prs: adds skip-build-phrase Adding the string 'no-tests' to either the PR title or description will keep CI jobs from triggering on PR updates or creation. Signed-off-by: Andrew Schoen --- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 7f326df3..fd366ae9 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -77,6 +77,7 @@ allow-whitelist-orgs-as-admins: true org-list: - ceph + skip-build-phrase: 'no-tests' trigger-phrase: 'jenkins test {release}-{ansible_version}-{scenario}' only-trigger-phrase: false github-hooks: true -- 2.39.5