From e8bbe5837a137338689cdbb8c34ef5cdd6d2c09d Mon Sep 17 00:00:00 2001 From: Andrey Loskutov Date: Fri, 21 Jun 2024 14:39:12 +0200 Subject: [PATCH] DO NOT MERGE: reduced test matrix to 1.8 & 17 to speedup tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 718b6dcdcbb..94b9e1b1200 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { -Dmaven.test.failure.ignore=true \ -Dcompare-version-with-baselines.skip=false \ -Djava.io.tmpdir=$WORKSPACE/tmp -Dproject.build.sourceEncoding=UTF-8 \ - -Dtycho.surefire.argLine="--add-modules ALL-SYSTEM -Dcompliance=1.8,11,17,21,22 -Djdt.performance.asserts=disabled" \ + -Dtycho.surefire.argLine="--add-modules ALL-SYSTEM -Dcompliance=1.8,17 -Djdt.performance.asserts=disabled" \ -DDetectVMInstallationsJob.disabled=true \ -Dtycho.apitools.debug \ -Dtycho.debug.artifactcomparator \