diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-06-25 11:16:16 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-06-25 11:21:49 -0700 |
commit | dcc65e266902b791e48c40d10d867ef997cc9b8f (patch) | |
tree | e93c987989398b5f825a13b781be0bc26895fc60 | |
parent | 884adad3ad938223c1f0eddae7e7a9080c68c198 (diff) |
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 <jwagantall@linuxfoundation.org>
-rw-r--r-- | jjb/policy/policy-api.yaml | 3 | ||||
-rw-r--r-- | jjb/policy/policy-pap.yaml | 3 |
2 files changed, 2 insertions, 4 deletions
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' |