diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-11-08 12:43:06 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-11-08 12:43:06 -0800 |
commit | 34e6d6b687dd8385c15d4ec984b8488130902eec (patch) | |
tree | bd2cf53a86cf3373d173e34523879f33225b7be0 /jjb/holmes | |
parent | ab30bf6376847fd06f20e0b532f2a6f2d6baf2b3 (diff) |
Allow docker-java to specify node
Allow {project-name}-{stream}-docker-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: I36dd81f3de10a1f40d3c1aabe7d379475f78d6c8
Issue-ID: CIMAN-219
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/holmes')
-rw-r--r-- | jjb/holmes/holmes-dsa.yaml | 2 | ||||
-rw-r--r-- | jjb/holmes/holmes-engine-mgt.yaml | 2 | ||||
-rw-r--r-- | jjb/holmes/holmes-rule-mgt.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index 79b4fe663..fec7975cc 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -8,7 +8,7 @@ - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' - + build-node: ubuntu1604-docker-8c-8g project: 'holmes/dsa' stream: - 'master': diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 77888cc15..213365f75 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -8,7 +8,7 @@ - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' - + build-node: ubuntu1604-docker-8c-8g project: 'holmes/engine-management' stream: - 'master': diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 42d14daca..b8db174f2 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -8,7 +8,7 @@ - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-daily': mvn-params: '-Dmaven.test.skip=true' - + build-node: ubuntu1604-docker-8c-8g project: 'holmes/rule-management' stream: - 'master': |