From: Gary Wu Date: Wed, 8 Aug 2018 17:18:00 +0000 (-0700) Subject: Add missing build nodes for OOF jobs X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F59703%2F1;p=ci-management.git Add missing build nodes for OOF jobs Change-Id: I6ee058624712a01ad1b57d7c0bc4e532c4d11218 Issue-ID: OPTFRA-287 Signed-off-by: Gary Wu --- diff --git a/jjb/optf/optf-has.yaml b/jjb/optf/optf-has.yaml index ffca9ef94..2301524e7 100644 --- a/jjb/optf/optf-has.yaml +++ b/jjb/optf/optf-has.yaml @@ -47,6 +47,7 @@ mvn-params: '-Dmaven.test.skip=true' script: !include-raw-escape: 'build-optf-has-docker-image.sh' + build-node: queue-docker-4c-4g - '{project-name}-{stream}-{subproject}-docker-java-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install' diff --git a/jjb/optf/optf-osdf.yaml b/jjb/optf/optf-osdf.yaml index cc4ce9031..4c98b320d 100644 --- a/jjb/optf/optf-osdf.yaml +++ b/jjb/optf/optf-osdf.yaml @@ -46,6 +46,7 @@ mvn-params: '-Dmaven.test.skip=true' script: !include-raw-escape: 'build-optf-osdf-docker-image.sh' + build-node: queue-docker-4c-4g - '{project-name}-{stream}-{subproject}-docker-java-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'install'