From 34e6d6b687dd8385c15d4ec984b8488130902eec Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 8 Nov 2018 12:43:06 -0800 Subject: 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 --- jjb/holmes/holmes-engine-mgt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/holmes/holmes-engine-mgt.yaml') 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': -- cgit 1.2.3-korg