summaryrefslogtreecommitdiffstats
path: root/jjb/sdc
diff options
context:
space:
mode:
authorEric Ball <eball@linuxfoundation.org>2019-10-29 11:34:16 -0700
committerEric Ball <eball@linuxfoundation.org>2019-10-29 11:47:58 -0700
commit18d9ce4e38d180fea4d0639b71b7e9530fda2205 (patch)
tree47e1fc9045060fd2dcee565542f32c7bedfc5021 /jjb/sdc
parent5e5f77398c9e2fb48842f795d745a045f58ff665 (diff)
Use build nodes with expanded hdd for sdc
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>
Diffstat (limited to 'jjb/sdc')
-rw-r--r--jjb/sdc/sdc.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml
index c02e03b90..2498e1175 100644
--- a/jjb/sdc/sdc.yaml
+++ b/jjb/sdc/sdc.yaml
@@ -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'