From dcc65e266902b791e48c40d10d867ef997cc9b8f Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 25 Jun 2019 11:16:16 -0700 Subject: 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 --- jjb/policy/policy-api.yaml | 3 +-- jjb/policy/policy-pap.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'jjb/policy') 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' -- cgit 1.2.3-korg