From: Andrew Schoen Date: Tue, 19 Sep 2017 17:51:37 +0000 (-0500) Subject: ceph-ansible-prs: adds skip-build-phrase X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=eaa50d1b8dd75af20daad203ef0849b5ef505273;p=ceph-build.git 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 --- 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