From: Tim Rozet Date: Tue, 29 Mar 2016 20:15:38 +0000 (-0400) Subject: Apex: fixes job blocking X-Git-Tag: colorado.1.0~601 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4c07805caa3c3e1f3d01cb830ba3486ba3176665;p=releng.git Apex: fixes job blocking Issue where master is blocking brahmaputra even though they are on separate PODs. Change-Id: I7f8721162b2d45f6b17c6657552c5288dfa1f26f Signed-off-by: Tim Rozet --- diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 0685a6389..e98e3f94a 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -110,11 +110,11 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-daily.*" - - "apex-deploy.*" - - "apex-build.*" - - "apex-runner.*" - - 'apex-verify-{block-stream}' + - 'apex-daily.*{stream2}' + - 'apex-deploy.*{stream2}' + - 'apex-build.*{stream2}' + - 'apex-runner.*{stream2}' + - 'apex-verify-{stream2}' builders: - 'apex-build' @@ -204,11 +204,11 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-daily.*" - - "apex-deploy.*" - - "apex-build.*" - - "apex-runner.*" - - 'apex-verify-{block-stream}' + - 'apex-daily.*{stream1}' + - 'apex-deploy.*{stream1}' + - 'apex-build.*{stream1}' + - 'apex-runner.*{stream1}' + - 'apex-verify-{stream1}' builders: - 'apex-build' @@ -252,8 +252,8 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-daily.*" - - "apex-verify.*" + - 'apex-daily.*{stream}' + - 'apex-verify.*{stream}' builders: - trigger-builds: @@ -315,7 +315,7 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-deploy.*" + - 'apex-deploy.*{stream}' builders: - 'apex-build' @@ -364,7 +364,7 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-deploy.*" + - 'apex-deploy.*{stream}' builders: - 'apex-deploy-virtual' @@ -402,9 +402,9 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-verify.*" - - "apex-deploy.*" - - "apex-build.*" + - 'apex-verify.*{stream}' + - 'apex-deploy.*{stream}' + - 'apex-build.*{stream}' builders: @@ -440,10 +440,10 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-verify.*" - - "apex-deploy.*" - - "apex-build.*" - - "apex-runner.*" + - 'apex-verify.*{stream2}' + - 'apex-deploy.*{stream2}' + - 'apex-build.*{stream2}' + - 'apex-runner.*{stream2}' triggers: - 'apex-{stream2}' @@ -557,10 +557,10 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-verify.*" - - "apex-deploy.*" - - "apex-build.*" - - "apex-runner.*" + - 'apex-verify.*{stream1}' + - 'apex-deploy.*{stream1}' + - 'apex-build.*{stream1}' + - 'apex-runner.*{stream1}' triggers: - 'apex-{stream1}'