Skip to content

Commit

Permalink
Workaround eclipse-cdt#684 by disabling dsf-gdb tests
Browse files Browse the repository at this point in the history
This only disables running the tests on Jenkins as the GitHub actions
these tests work fine for now.

See eclipse-cdt#684
  • Loading branch information
jonahgraham committed Jan 29, 2024
1 parent dd54358 commit 9445d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ pipeline {
timeout(activity: true, time: 20) {
withEnv(['MAVEN_OPTS=-XX:MaxRAMPercentage=50.0 -XX:+PrintFlagsFinal']) {
withCredentials([string(credentialsId: 'gpg-passphrase', variable: 'KEYRING_PASSPHRASE')]) {
// XXX: Issue 684 means that dsf-gdb tests are skipped
sh '''/jipp/tools/apache-maven/latest/bin/mvn \
clean verify -B -V \
-Ddsf-gdb.skip.tests=true \
-Dgpg.passphrase="${KEYRING_PASSPHRASE}" \
-Dmaven.test.failure.ignore=true \
-DexcludedGroups=flakyTest,slowTest \
Expand Down

0 comments on commit 9445d60

Please sign in to comment.