You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/10/17 21:35:10 UTC

[tomee] branch main updated: See if in Jenkins it's better without the parallel stuff

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 326b60a9e6 See if in Jenkins it's better without the parallel stuff
326b60a9e6 is described below

commit 326b60a9e6f44417b5c1f07bb9513cacd2939f80
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Mon Oct 17 23:35:01 2022 +0200

    See if in Jenkins it's better without the parallel stuff
---
 tck/bval-tomee/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tck/bval-tomee/pom.xml b/tck/bval-tomee/pom.xml
index cb3608e08a..93571107f5 100644
--- a/tck/bval-tomee/pom.xml
+++ b/tck/bval-tomee/pom.xml
@@ -190,8 +190,7 @@
           <suiteXmlFiles>
             <suiteXmlFile>${suiteFile}</suiteXmlFile>
           </suiteXmlFiles>
-          <parallel>classes</parallel>
-          <threadCount>1</threadCount>
+          <forkCount>1</forkCount>
           <reuseForks>false</reuseForks>
         </configuration>
         <dependencies>