From 3ced67f821128c80df1a82fab5d71254429e8091 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 2 Aug 2022 11:57:47 +1000 Subject: [PATCH] fix exclusion of groups stress and slow (#8399) * fix exclusion of groups stress and slow Signed-off-by: Olivier Lamy --- Jenkinsfile | 2 +- pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0d79173bab..45673cfa95c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -109,7 +109,7 @@ def mavenBuild(jdk, cmdline, mvnName) { "MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) { configFileProvider( [configFile(fileId: 'oss-settings.xml', variable: 'GLOBAL_MVN_SETTINGS')]) { - sh "mvn --no-transfer-progress -s $GLOBAL_MVN_SETTINGS -Dmaven.repo.local=.repository -Pci -DexcludedGroups=\"stress, slow\" -V -B -e -Djetty.testtracker.log=true $cmdline" + sh "mvn --no-transfer-progress -s $GLOBAL_MVN_SETTINGS -Dmaven.repo.local=.repository -Pci -DexcludedGroups=\"external, large-disk-resource, stress, slow\" -V -B -e -Djetty.testtracker.log=true $cmdline" } } } diff --git a/pom.xml b/pom.xml index ef5b506b13b..b2481297686 100644 --- a/pom.xml +++ b/pom.xml @@ -2325,7 +2325,6 @@ org.apache.maven.plugins maven-surefire-plugin - external, large-disk-resource ci