From 839fa21e42e210844f0c391a7ee9f37754b04532 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 6 Feb 2018 13:39:22 -0500 Subject: [PATCH] Bump netconf to 8g machines Netconf jobs are failing due to JVM crashes likely do to running out of memory. Revert them to 2c-8g machines. Change-Id: Ic8016f21907b55e5b73e0d4d93f4eef23380c573 Signed-off-by: Thanh Ha --- jjb/netconf/netconf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index 026cebb910..a476c155d5 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -10,6 +10,7 @@ project: 'netconf' project-name: 'netconf' branch: 'master' + build-node: centos7-builder-2c-8g mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' @@ -32,6 +33,7 @@ project: 'netconf' project-name: 'netconf' branch: 'stable/nitrogen' + build-node: centos7-builder-2c-8g mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' @@ -53,6 +55,7 @@ project: 'netconf' project-name: 'netconf' branch: 'stable/carbon' + build-node: centos7-builder-2c-8g karaf-version: karaf3 mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' @@ -71,6 +74,7 @@ project: 'netconf' project-name: 'netconf' branch: 'master' + build-node: centos7-builder-2c-8g mvn-settings: 'netconf-settings' mvn-goals: 'clean deploy -Pintegrationtests' mvn-opts: '-Xmx2048m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' -- 2.36.6