From cc6cedcaa728b508d7df0cb8d8de4dd7d20620ac Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 18 Oct 2017 18:19:34 +0200 Subject: [PATCH] Bug 9307: Do not parallelize SFT in Distribution Change-Id: I85a9106ff0f13f99d8031cc11a70e4a1fcb3f706 Signed-off-by: Vratko Polak --- jjb/integration/distribution/distribution-jobs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/integration/distribution/distribution-jobs.yaml b/jjb/integration/distribution/distribution-jobs.yaml index f783d10ff..d1771099e 100644 --- a/jjb/integration/distribution/distribution-jobs.yaml +++ b/jjb/integration/distribution/distribution-jobs.yaml @@ -52,7 +52,8 @@ clean install dependency:tree -DoutputFile=dependency_tree.txt -Dstream={stream} -Dsft.heap.max=4g - {opendaylight-infra-parallel-mvn-opts} + {opendaylight-infra-mvn-opts} + # {opendaylight-infra-parallel-mvn-opts} is bad when there are multiple big features for SFT. java-opts: - '-Xmx1024m -XX:MaxPermSize=256m' settings: integration-settings -- 2.36.6