diff options
author | Tim Rozet <trozet@redhat.com> | 2016-07-20 16:06:06 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-07-20 16:06:06 -0400 |
commit | f86c1196bda589781dff17769a82cfaf3ef06f74 (patch) | |
tree | dba40769da49c0b8e419f08d4e5e53d41333b9cf | |
parent | e2f074ee481c54a8062d1a2c7dafa302eec6523f (diff) |
Apex: disables failing parent daily job due to a deploy job failing
Change-Id: I556b29578fd8debc7b38970fe256c858aa70556a
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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}' |