mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Disable running tests on Jenkins
The Jenkins CI at EF is running very slowly recently and all tests are timing out. The tests work fine locally and find on GitHub actions runners. Therefore on the Jenkins CI build without running the tests.
This commit is contained in:
parent
422aea14e7
commit
bee7e0db0c
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -38,6 +38,7 @@ pipeline {
|
|||
withCredentials([string(credentialsId: 'gpg-passphrase', variable: 'KEYRING_PASSPHRASE')]) {
|
||||
sh '''/jipp/tools/apache-maven/latest/bin/mvn \
|
||||
clean verify -B -V \
|
||||
-DskipTests=true \
|
||||
-Dgpg.passphrase="${KEYRING_PASSPHRASE}" \
|
||||
-Dmaven.test.failure.ignore=true \
|
||||
-DexcludedGroups=flakyTest,slowTest \
|
||||
|
|
Loading…
Add table
Reference in a new issue