From 6dd8854a26d9a32f803c42b4a6b42c4414912b2b Mon Sep 17 00:00:00 2001 From: Paul Vaduva Date: Tue, 11 Dec 2018 16:59:12 +0100 Subject: 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 --- jjb/music/music.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/music/music.yaml') diff --git a/jjb/music/music.yaml b/jjb/music/music.yaml index d6130caf8..698799662 100644 --- a/jjb/music/music.yaml +++ b/jjb/music/music.yaml @@ -16,6 +16,7 @@ docker-pom: 'pom.xml' mvn-profile: docker mvn-params: '-Dmaven.test.skip=true' + build-node: 'ubuntu1604-docker-8c-8g' project: 'music' stream: - 'master': -- cgit 1.2.3-korg