Use build nodes with expanded hdd for sdc 03/97703/1
authorEric Ball <eball@linuxfoundation.org>
Tue, 29 Oct 2019 18:34:16 +0000 (11:34 -0700)
committerEric Ball <eball@linuxfoundation.org>
Tue, 29 Oct 2019 18:47:58 +0000 (11:47 -0700)
Merge and stage jobs were failing due to lack of HDD space. Using
the v1 ubuntu1604 node, which has an expanded hdd, should resolve
the issue.

Issue-ID: CIMAN-33
Change-Id: I1c1633bba21ef343adb651972fa58ca9505e0e1c
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jjb/sdc/sdc.yaml

index c02e03b..2498e11 100644 (file)
@@ -30,7 +30,7 @@
       - '{project-name}-{stream}-verify-java':
           mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/'
       - '{project-name}-{stream}-sdc-merge-java':
-          build-node: 'ubuntu1604-docker-8c-8g'
+          build-node: 'ubuntu1604-docker-v1-8c-8g'
           docker-pom: 'pom.xml'
           mvn-profile: 'docker'
           mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/'
@@ -40,7 +40,7 @@
           maven-versions-plugin: true
           mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/'
       - gerrit-maven-docker-stage:
-          build-node: ubuntu1604-docker-8c-8g
+          build-node: ubuntu1604-docker-v1-8c-8g
           maven-versions-plugin: true
           mvn-params: '-P docker -DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/'
           container-public-registry: 'nexus3.onap.org:10001'