From 8209f428fd41427fabe58e9155b0e3130974b43f Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 25 Jun 2018 12:17:13 -0400 Subject: [PATCH] ceph-ansible-pipeline: Only run next phase on SUCCESS I think I misunderstood the jjb syntax before. Signed-off-by: David Galloway --- .../config/definitions/ceph-ansible-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml index 9ad09853..d7590992 100644 --- a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml +++ b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml @@ -45,7 +45,7 @@ builders: - multijob: name: 'ceph-ansible docs and syntax check phase' - condition: ALWAYS + condition: SUCCESSFUL execution-type: PARALLEL projects: - name: ceph-ansible-docs-pull-requests -- 2.39.5