From 0264633ebac50e6bce1e5972cd10bdd6344a6567 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Tue, 30 Dec 2014 16:08:11 +0000 Subject: [PATCH] Update automated project templates Change-Id: Ifa8b90591a50ba91dbe13a2a612a43791d82d1ad Signed-off-by: jenkins-releng --- jjb/controller/controller.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jjb/controller/controller.yaml b/jjb/controller/controller.yaml index dfecce723..6b02e36eb 100644 --- a/jjb/controller/controller.yaml +++ b/jjb/controller/controller.yaml @@ -74,7 +74,7 @@ maven-name: '{mvn32}' root-pom: 'pom.xml' goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs' - maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{controller-settings}' global-settings: '{odl-global-settings}' ignore-upstream-changes: true @@ -129,7 +129,7 @@ maven-name: '{mvn32}' root-pom: 'pom.xml' goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs' - maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{controller-settings}' global-settings: '{odl-global-settings}' @@ -185,7 +185,7 @@ maven-name: '{mvn32}' root-pom: 'pom.xml' goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs' - maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{controller-settings}' global-settings: '{odl-global-settings}' @@ -195,7 +195,7 @@ - sonar: branch: '{stream}' language: 'java' - maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' - job-template: name: 'controller-integration-{stream}' @@ -244,7 +244,7 @@ maven-name: '{mvn32}' root-pom: 'pom.xml' goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs' - maven-opts: '-Xmx4096m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{controller-settings}' global-settings: '{odl-global-settings}' -- 2.36.6