chibenwa commented on code in PR #1077:
URL: https://github.com/apache/james-project/pull/1077#discussion_r915821397


##########
Jenkinsfile:
##########
@@ -95,7 +95,7 @@ pipeline {
         stage('Stable Tests') {
             steps {
                 echo 'Running tests'
-                sh 'mvn -B -e -fae test ${MVN_SHOW_TIMESTAMPS} -P ci-test'
+                sh 'mvn -B -e -fae test ${MVN_SHOW_TIMESTAMPS} -P ci-test -T1C'

Review Comment:
   I we do that, we likely should modify surefire config to only use one thread 
everywhere else. I am unsure we can stand parallelism at several levels...
   
   Also launching complex docker stuff T1C is likely ambitious. 0.5C is likely 
less aggressive...



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to