From b04bd69a18d2ee3d7ee7298930a726421f19965c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 16 Aug 2017 09:05:00 -0400 Subject: [PATCH] ceph-pr-docs: always run on all Ceph prs, disable trigger-only phrase Signed-off-by: Alfredo Deza --- ceph-pr-docs/config/definitions/ceph-pr-docs.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ceph-pr-docs/config/definitions/ceph-pr-docs.yml b/ceph-pr-docs/config/definitions/ceph-pr-docs.yml index fbeec387..6a29605b 100644 --- a/ceph-pr-docs/config/definitions/ceph-pr-docs.yml +++ b/ceph-pr-docs/config/definitions/ceph-pr-docs.yml @@ -1,7 +1,7 @@ - job: name: ceph-pr-docs display-name: 'ceph: Pull Requests Docs Check' - node: docs + node: trusty && x86_64 project-type: freestyle defaults: global quiet-period: 5 @@ -20,9 +20,8 @@ org-list: - ceph cancel-builds-on-update: true - # this job is only triggered by explicitly asking for it - only-trigger-phrase: true - trigger-phrase: 'jenkins test docs' + only-trigger-phrase: false + trigger-phrase: 'jenkins test docs.*' github-hooks: true permit-all: true auto-close-on-fail: false @@ -30,7 +29,6 @@ started-status: "Docs: building" success-status: "OK - docs built" failure-status: "Docs: failed with errors" - success-comment: "Doc build available at http://docs.ceph.com/ceph-prs/${ghprbPullId}/" scm: - git: -- 2.47.3