From: Andrew Grimberg Date: Mon, 5 Jan 2015 16:50:58 +0000 (+0000) Subject: Merge changes Ic258c7ad,Ica65d017 X-Git-Tag: release/lithium~537 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f56df5d877d406deea4725f0ae593774e86c2592;hp=297bc27f944f7ffe4501f0f91ace251ff57483cc;p=releng%2Fbuilder.git Merge changes Ic258c7ad,Ica65d017 * changes: Ignore changes to jenkins.ini Remove --quiet from git diff --- 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}'