From: Jessica Wagantall Date: Tue, 25 Jun 2019 18:16:16 +0000 (-0700) Subject: Fix policy maven-docker-stage X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F90476%2F1;p=ci-management.git Fix policy maven-docker-stage policy-api and policy-pap code scripts have an ubuntu dependency and need to run in ubuntu node. Skip signing artifacts since SIGUL only works on Centos. Change-Id: Ic7ae5950a92c538eed8babc4b33d3ec5288954bf Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall --- diff --git a/jjb/policy/policy-api.yaml b/jjb/policy/policy-api.yaml index 6f0072c83..8038cb3e0 100644 --- a/jjb/policy/policy-api.yaml +++ b/jjb/policy/policy-api.yaml @@ -19,8 +19,7 @@ build-node: centos7-builder-4c-4g maven-versions-plugin: true - gerrit-maven-docker-stage: - sign-artifacts: true - build-node: centos7-docker-8c-8g + build-node: ubuntu1604-docker-8c-8g maven-versions-plugin: true mvn-params: '-P docker -Dmaven.test.skip=true' container-public-registry: 'nexus3.onap.org:10001' diff --git a/jjb/policy/policy-pap.yaml b/jjb/policy/policy-pap.yaml index 286772661..8a6666b45 100644 --- a/jjb/policy/policy-pap.yaml +++ b/jjb/policy/policy-pap.yaml @@ -19,8 +19,7 @@ build-node: centos7-builder-4c-4g maven-versions-plugin: true - gerrit-maven-docker-stage: - sign-artifacts: true - build-node: centos7-docker-8c-8g + build-node: ubuntu1604-docker-8c-8g maven-versions-plugin: true mvn-params: '-P docker -Dmaven.test.skip=true' container-public-registry: 'nexus3.onap.org:10001'