mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Revert "Disable running tests on Jenkins"
With the extra memory in the parent commit the build is succeeding again
and therefore we don't need tests disabled anymore.
This reverts commit bee7e0db0c
.
This commit is contained in:
parent
3429dcf1a2
commit
517b3a9b44
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -38,7 +38,6 @@ 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