From c03e4ccb22de5a668a87bb31bf9d6b63d5b58605 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 17 May 2016 10:42:09 -0400 Subject: [PATCH] Apex: fix daily slave labels Change-Id: I1db172a298d6b8301a121af4a242d28466d588f9 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 8215b6e47..4db37c45d 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -314,7 +314,7 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: '{slave}' + node: '{daily-slave}' disabled: false @@ -350,6 +350,7 @@ BUILD_DIRECTORY=apex-build-{stream}/build OPNFV_CLEAN=yes git-revision: false + same-node: true block: true - 'apex-upload-artifact' @@ -619,6 +620,7 @@ - project: 'apex-build-{stream1}' git-revision: true current-parameters: true + same-node: true block: true - trigger-builds: - project: 'apex-deploy-virtual-nosdn-nofeature-ha-{stream1}' -- 2.16.6