This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-openwire.git
The following commit(s) were added to refs/heads/main by this push:
new 5862e82 [NO-JIRA] Jenkinsfile clean-ups
5862e82 is described below
commit 5862e821c9183c7b7a6d78ac3dd99332bdfbe522
Author: Matt Pavlovich <[email protected]>
AuthorDate: Thu Dec 7 08:04:19 2023 -0600
[NO-JIRA] Jenkinsfile clean-ups
---
Jenkinsfile | 2 --
1 file changed, 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2cda84e..9f3c8be 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -125,8 +125,6 @@ pipeline {
echo 'Running tests'
sh 'java -version'
sh 'mvn -version'
- // all tests is very very long (10 hours on Apache Jenkins)
- // sh 'mvn -B -e test -pl activemq-unit-tests
-Dactivemq.tests=all'
sh 'mvn -B -e -fae test -Dsurefire.rerunFailingTestsCount=3'
}
post {