diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-02-12 17:34:24 +0100 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2021-02-12 17:34:24 +0100 |
commit | 7f5f45c1ef2a969f617d06c7687558ad3e92a88d (patch) | |
tree | f570f100cc1efe0047d91c4f421ed146569b1e79 /jjb | |
parent | 15a28049a7eeb9751d773bc9073091f6599425bb (diff) |
[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
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/sdc/sdc.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml index 71eb39a6f..79c722400 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/' |