From f86c1196bda589781dff17769a82cfaf3ef06f74 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 20 Jul 2016 16:06:06 -0400 Subject: Apex: disables failing parent daily job due to a deploy job failing Change-Id: I556b29578fd8debc7b38970fe256c858aa70556a Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 3ba8842fc..73b379ffd 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -662,6 +662,8 @@ OPNFV_CLEAN=yes git-revision: true same-node: true + block-thresholds: + build-step-failure-threshold: 'never' block: true - trigger-builds: - project: 'functest-apex-{daily-slave}-daily-{stream1}' @@ -690,6 +692,8 @@ OPNFV_CLEAN=yes git-revision: true same-node: true + block-thresholds: + build-step-failure-threshold: 'never' block: true - trigger-builds: - project: 'functest-apex-{daily-slave}-daily-{stream1}' @@ -718,6 +722,8 @@ OPNFV_CLEAN=yes git-revision: true same-node: true + block-thresholds: + build-step-failure-threshold: 'never' block: true - trigger-builds: - project: 'functest-apex-{daily-slave}-daily-{stream1}' @@ -746,6 +752,8 @@ OPNFV_CLEAN=yes git-revision: true same-node: true + block-thresholds: + build-step-failure-threshold: 'never' block: true - trigger-builds: - project: 'functest-apex-{daily-slave}-daily-{stream1}' -- cgit 1.2.3-korg