Skip to content

Commit

Permalink
Update jenkinsfile to filter annotated tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <stryker@redhat.com>
  • Loading branch information
Rob Stryker committed Sep 12, 2024
1 parent ffa1a08 commit e776cf8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ pipeline {
-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,23 -Djdt.performance.asserts=disabled" \
-DfailIfNoTests=false \
-DexcludedGroups=org.eclipse.jdt.core.tests.javac.JavacTestIgnore \
-DproviderHint=junit47 \
-DDetectVMInstallationsJob.disabled=true \
-Dtycho.apitools.debug \
-Dtycho.debug.artifactcomparator \
Expand Down Expand Up @@ -76,6 +79,10 @@ pipeline {
mvn verify --batch-mode -f org.eclipse.jdt.core.tests.javac \
--fail-at-end -Ptest-on-javase-23 -Pbree-libs \
-Papi-check -Djava.io.tmpdir=$WORKSPACE/tmp -Dproject.build.sourceEncoding=UTF-8 \
-DfailIfNoTests=false \
-DexcludedGroups=org.eclipse.jdt.core.tests.javac.JavacTestIgnore \
-DproviderHint=junit47 \
-Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true
"""
}
Expand Down

0 comments on commit e776cf8

Please sign in to comment.