mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
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:
parent
dd543580a5
commit
e53d4141e6
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue