[SDC] Revert to higher-end build nodes
SDC is big, I thought we could live with less memory/cpu but it was too optimistic
Issue-ID: SDC-3465
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I7126f2438a3edecad5fe30bdd19fef5844328263
diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml
index 71eb39a..79c7224 100644
--- a/jjb/sdc/sdc.yaml
+++ b/jjb/sdc/sdc.yaml
@@ -29,9 +29,9 @@
jobs:
- '{project-name}-{stream}-verify-java':
mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/'
- build-node: 'ubuntu1804-builder-4c-4g'
+ build-node: 'ubuntu1804-docker-8c-8g'
- '{project-name}-{stream}-sdc-merge-java':
- build-node: 'ubuntu1804-builder-4c-4g'
+ build-node: 'ubuntu1804-docker-8c-8g'
docker-pom: 'pom.xml'
mvn-profile: 'skip-integration-tests'
mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/'