From 7f5f45c1ef2a969f617d06c7687558ad3e92a88d Mon Sep 17 00:00:00 2001 From: ChrisC Date: Fri, 12 Feb 2021 17:34:24 +0100 Subject: [PATCH] [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 Change-Id: I7126f2438a3edecad5fe30bdd19fef5844328263 --- jjb/sdc/sdc.yaml | 4 ++-- 1 file 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/' -- 2.16.6