summaryrefslogtreecommitdiffstats
path: root/jjb/so
diff options
context:
space:
mode:
authorPaul Vaduva <Paul.Vaduva@enea.com>2018-12-11 16:59:12 +0100
committerPaul Vaduva <Paul.Vaduva@enea.com>2018-12-11 17:01:12 +0100
commit6dd8854a26d9a32f803c42b4a6b42c4414912b2b (patch)
tree4a9b6face75a6d79e82db2a8556c87dfc32c785a /jjb/so
parent261c38400d4aa31ec55127d3bd32afd309b36c06 (diff)
Allow docker-version-java to specify node
Allow {project-name}-{stream}-docker-version-java-daily to allow a specific build-node to be able to run these jobs using the ARM architecture nodes. All current projects using this job will stay unchaged and will still run their builds on ubuntu1604-docker-8c-8g. Change-Id: If3e5c77b1e80c1dd86a676c920ac0ecb7d93d562 Issue-ID: CIMAN-219 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Diffstat (limited to 'jjb/so')
-rw-r--r--jjb/so/so.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml
index a3b389abc..5d474e315 100644
--- a/jjb/so/so.yaml
+++ b/jjb/so/so.yaml
@@ -13,6 +13,7 @@
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
- '{project-name}-{stream}-docker-version-java-daily':
+ build-node: 'ubuntu1604-docker-8c-8g'
docker-pom: 'pom.xml'
mvn-profile: 'docker'
mvn-params: '-Dmaven.test.skip=true'