From 888171b0aa48da3f6ddcc1a596d85b0aa10274e8 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Thu, 24 Dec 2015 11:40:31 -0500 Subject: [PATCH] dont use singleFeatureTest with sonar Change-Id: Ibd2a8a5e62d3b60b6985ad2a53437d0e9edabb43 Signed-off-by: Sam Hague --- jjb/ovsdb/ovsdb-custom.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/ovsdb/ovsdb-custom.yaml b/jjb/ovsdb/ovsdb-custom.yaml index dc18e1b42..526178bae 100644 --- a/jjb/ovsdb/ovsdb-custom.yaml +++ b/jjb/ovsdb/ovsdb-custom.yaml @@ -46,7 +46,7 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -Pjenkins -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dsonar' + goals: 'clean install -V -Dsonar -Dskip.karaf.featureTest=true -Dmaven.compile.fork=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' settings: '{ovsdb-settings}' global-settings: '{odl-global-settings}' @@ -57,7 +57,7 @@ - maven-target: maven-version: '{mvn33}' pom: 'pom.xml' - goals: 'verify -Pintegrationtest,coverage,jenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dsonar -Dovsdb.controller.address=${{CONTROLLER_IP}}' + goals: 'verify -V -Pintegrationtest -Dsonar -Dskip.karaf.featureTest=true -Dovsdb.controller.address=${{CONTROLLER_IP}} -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ' properties: - 'ovsdbserver.ipaddress=127.0.0.1' - 'ovsdbserver.port=6641' -- 2.36.6