From: Tim Rozet Date: Tue, 17 May 2016 14:42:09 +0000 (-0400) Subject: Apex: fix daily slave labels X-Git-Tag: colorado.1.0~485 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c03e4ccb22de5a668a87bb31bf9d6b63d5b58605;p=releng.git Apex: fix daily slave labels Change-Id: I1db172a298d6b8301a121af4a242d28466d588f9 Signed-off-by: Tim Rozet --- 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}'