You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2020/11/26 08:52:52 UTC

[GitHub] [james-project] mbaechler commented on a change in pull request #265: Add jenkins file

mbaechler commented on a change in pull request #265:
URL: https://github.com/apache/james-project/pull/265#discussion_r530864624



##########
File path: Jenkinsfile
##########
@@ -79,15 +80,15 @@ pipeline {
         stage('Build') {
             steps {
                 echo 'Building'
-                sh 'mvn -U -B -e clean install -DskipTests'
+                sh 'mvn -U -B -e clean install -DskipTests -T1C'
             }
         }
 
         stage('Tests') {
             steps {
                 echo 'Running tests'
                 // all tests is very very long (10 hours on Apache Jenkins)
-                sh 'mvn -B -e test'
+                sh 'mvn -B -e test -T1C'

Review comment:
       Agree. As isolation is poor we may try to leverage Jenkins plugins to split tests between different runners to keep good isolation level.
   Let's first look at the result of this try (:




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org