diff options
author | Tim Rozet <trozet@redhat.com> | 2016-05-17 10:42:09 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-05-17 10:42:09 -0400 |
commit | c03e4ccb22de5a668a87bb31bf9d6b63d5b58605 (patch) | |
tree | b2d1b773bae6a081f0b40b66ed2723dc01565e29 /jjb/apex | |
parent | f4ec7583e3c05d22c4b9d83e8773aec76bed8ab3 (diff) |
Apex: fix daily slave labels
Change-Id: I1db172a298d6b8301a121af4a242d28466d588f9
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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}' |