summaryrefslogtreecommitdiffstats
path: root/jjb/apex
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-04-05 11:28:56 -0400
committerTim Rozet <trozet@redhat.com>2018-04-05 11:28:56 -0400
commitf89310870083012a783becce834ade8435d3001e (patch)
tree8c81e7df65707864fc8c3813bc5b177ca0faa311 /jjb/apex
parent21225d89c5463dc1e5b0a29bbc8f61dc651bb5f8 (diff)
Apex: Fix slave used by unit test
We were using 'stream' as part of the slave label to run unit tests on. However, we typically just use master label for everything to avoid having to update labels on slaves. Changing the unit test to follow the same method. Change-Id: I6a182c3f28d541109c8a9d94ea1dae2a80f2b835 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r--jjb/apex/apex-verify-jobs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/apex/apex-verify-jobs.yml b/jjb/apex/apex-verify-jobs.yml
index 3a693c87e..fb0fa8a31 100644
--- a/jjb/apex/apex-verify-jobs.yml
+++ b/jjb/apex/apex-verify-jobs.yml
@@ -32,7 +32,7 @@
- job-template:
name: 'apex-verify-unit-tests-{stream}'
- node: 'apex-build-{stream}'
+ node: 'apex-build-master'
concurrent: true