From 6bacf5757083a430fda79d504c17da4a56e74a97 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Tue, 19 Jun 2018 22:29:05 +0200 Subject: [PATCH] Add -Pignore-lispflowmapping-integrationtest This will allow lispflowmapping integration test to run, but will not fail the autorelease build if the tests fail, while still keeping useful debug logs. Change-Id: I559d990a2280f2be32689c8f786144fb2274f5c9 Signed-off-by: Lorand Jakab --- jjb/autorelease/autorelease-projects.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jjb/autorelease/autorelease-projects.yaml b/jjb/autorelease/autorelease-projects.yaml index d9966511b..8194f2a2e 100644 --- a/jjb/autorelease/autorelease-projects.yaml +++ b/jjb/autorelease/autorelease-projects.yaml @@ -16,11 +16,13 @@ - fluorine: branch: 'master' integration-test: fluorine - extra-mvn-opts: -P!karaf -Dsft.heap.max=4g -Dskip.karaf.featureTest=true + extra-mvn-opts: -P!karaf -Pignore-lispflowmapping-integrationtest -Dsft.heap.max=4g + -Dskip.karaf.featureTest=true - oxygen: branch: 'stable/oxygen' integration-test: oxygen - extra-mvn-opts: -P!karaf -Dsft.heap.max=4g -Dskip.karaf.featureTest=true + extra-mvn-opts: -P!karaf -Pignore-lispflowmapping-integrationtest -Dsft.heap.max=4g + -Dskip.karaf.featureTest=true project: releng/autorelease project-name: autorelease -- 2.36.6