diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-18 21:52:22 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-18 21:52:22 -0400 |
commit | 17d3243b3d00b1707a511e500a89bb6e4448a37c (patch) | |
tree | e3af8a387214f558f70bcba6ef0c7e315e96e691 /jjb | |
parent | 4e825695aad58a6e020850d3b9c2c6189ebf1c6b (diff) |
Apex: migrate nodes for project jobs to master label
We dont have other pods so no reason to make extra labels
Change-Id: Ib701ae25d6cd08035930773219f691c7dc1b156e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex-project-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex-project-jobs.yml b/jjb/apex/apex-project-jobs.yml index b1702e5dc..58072865d 100644 --- a/jjb/apex/apex-project-jobs.yml +++ b/jjb/apex/apex-project-jobs.yml @@ -33,7 +33,7 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: 'apex-build-{stream}' + node: 'apex-build-master' disabled: false @@ -82,7 +82,7 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: 'apex-virtual-{stream}' + node: 'apex-virtual-master' disabled: false |