From 9d15c50b17412d1630c0f4c1dea34d8fdab7bb10 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Fri, 4 Sep 2020 11:45:55 -0700 Subject: [PATCH] Add more resources to odlsaf build Change-Id: Ie9bb528a82db50a0714991c703e4532836d8156f Signed-off-by: Luis Gomez --- jjb/odlsaf/odlsaf.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/odlsaf/odlsaf.yaml b/jjb/odlsaf/odlsaf.yaml index 8772a1b76..06cd6093a 100644 --- a/jjb/odlsaf/odlsaf.yaml +++ b/jjb/odlsaf/odlsaf.yaml @@ -8,12 +8,12 @@ stream: silicon project: "odlsaf" project-name: "odlsaf" - build-node: centos7-builder-2c-2g + build-node: centos7-builder-4c-4g build-timeout: 120 branch: "master" java-version: "openjdk11" mvn-settings: "odlsaf-settings" - mvn-opts: "-Xmx1024m" + mvn-opts: "-Xmx2048m" email-upstream: "[app-dev]" # Used by the release job @@ -28,12 +28,12 @@ stream: aluminium project: "odlsaf" project-name: "odlsaf" - build-node: centos7-builder-2c-2g + build-node: centos7-builder-4c-4g build-timeout: 120 branch: "stable/aluminium" java-version: "openjdk11" mvn-settings: "odlsaf-settings" - mvn-opts: "-Xmx1024m" + mvn-opts: "-Xmx2048m" email-upstream: "[app-dev]" # Used by the release job -- 2.36.6