diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-06-15 13:18:09 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-06-15 13:18:09 +0200 |
commit | c57575942f38709573bae137a5ad2b62d8e175a1 (patch) | |
tree | 040778aba85a957d871d79348e6f995554ad9a66 /jjb/storperf | |
parent | 3f0f49c15802a4e1ebb5f18d629e85368092a664 (diff) |
Tie all verify/merge/build to opnfv-build-ubuntu
We reconfigured centos build server now and it is important to
know which jobs require centos and which ones ubuntu. The machines
with ubuntu were labelled with opnfv-build previously, preventing
us from keeping track of which projects require what OS. This tries
to solve that.
Change-Id: I1fb2912ec49f5bc2781853e500508d9992d59fbb
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/storperf')
-rw-r--r-- | jjb/storperf/storperf.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index 3b31badfb..fb70df751 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -19,7 +19,7 @@ - job-template: name: 'storperf-verify-{stream}' - node: opnfv-build + node: opnfv-build-ubuntu parameters: - project-parameter: @@ -82,11 +82,7 @@ - job-template: name: 'storperf-merge-{stream}' - # builder-merge job to run JJB update - # - # This job's purpose is to update all the JJB - - node: opnfv-build + node: opnfv-build-ubuntu parameters: - project-parameter: @@ -148,7 +144,7 @@ # Required Variables: # stream: branch with - in place of / (eg. stable) # branch: branch (eg. stable) - node: opnfv-build + node: opnfv-build-ubuntu disabled: true |