[SDC] Revert to higher-end build nodes 05/117805/1
authorChrisC <christophe.closset@intl.att.com>
Fri, 12 Feb 2021 16:34:24 +0000 (17:34 +0100)
committerChrisC <christophe.closset@intl.att.com>
Fri, 12 Feb 2021 16:34:24 +0000 (17:34 +0100)
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

jjb/sdc/sdc.yaml

index 71eb39a..79c7224 100644 (file)
@@ -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/'