Skip to content

Commit

Permalink
DO NOT MERGE: reduced test matrix to 1.8 & 17 to speedup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveeclipse committed Jun 21, 2024
1 parent c3d1677 commit f68dc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f68dc72

Please sign in to comment.