1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00

Workaround #684 by disabling dsf-gdb tests (#685)

This only disables running the tests on Jenkins as the GitHub actions
these tests work fine for now.

See https://github.com/eclipse-cdt/cdt/issues/684
This commit is contained in:
Jonah Graham 2024-01-29 18:49:31 -05:00 committed by GitHub
parent dd543580a5
commit e53d4141e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -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 \