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/aai/aai-esr-gui.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/aai/aai-esr-gui.yaml') diff --git a/jjb/aai/aai-esr-gui.yaml b/jjb/aai/aai-esr-gui.yaml index f5c9b83dc..e8596d7a1 100644 --- a/jjb/aai/aai-esr-gui.yaml +++ b/jjb/aai/aai-esr-gui.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: 'aai/esr-gui' stream: - 'master': -- cgit 1.2.3-korg