From 7c0d87761376689fbaf1bceb2a6296494e4f2ae3 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 8 Jan 2016 10:40:08 -0500 Subject: [PATCH] fix build blocking on Apex With execution only on POD1 all jobs need to block each other. Change-Id: Ib6f766bafa268c3757476758cb1dc039726e185f Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 6866bf5ca..a2adb1a02 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -76,6 +76,8 @@ use-build-blocker: true blocking-jobs: - "apex-daily.*" + - "apex-deploy.*" + - "apex-build.*" builders: - 'apex-build' @@ -162,6 +164,14 @@ refspec: '' branch: '{branch}' + properties: + - build-blocker: + use-build-blocker: true + blocking-jobs: + - "apex-verify.*" + - "apex-deploy.*" + - "apex-daily.*" + builders: - 'apex-build' - 'apex-deploy-virtual' @@ -192,6 +202,15 @@ - apex-parameter: gs-pathname: '{gs-pathname}' + properties: + - build-blocker: + use-build-blocker: true + blocking-jobs: + - "apex-verify.*" + - "apex-deploy.*" + - "apex-build.*" + - "apex-daily.*" + builders: - 'apex-deploy-virtual' - 'apex-workspace-cleanup' @@ -220,6 +239,15 @@ - apex-parameter: gs-pathname: '{gs-pathname}' + properties: + - build-blocker: + use-build-blocker: true + blocking-jobs: + - "apex-verify.*" + - "apex-deploy.*" + - "apex-build.*" + - "apex-daily.*" + builders: - 'apex-deploy-baremetal' - 'apex-workspace-cleanup' @@ -252,7 +280,9 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-daily.*" + - "apex-verify.*" + - "apex-deploy.*" + - "apex-build.*" triggers: - 'apex-{stream}' -- 2.16.6