Fix policy maven-docker-stage 76/90476/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 25 Jun 2019 18:16:16 +0000 (11:16 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 25 Jun 2019 18:21:49 +0000 (11:21 -0700)
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>
jjb/policy/policy-api.yaml
jjb/policy/policy-pap.yaml

index 6f0072c..8038cb3 100644 (file)
@@ -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'
index 2867726..8a6666b 100644 (file)
@@ -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'