You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2019/08/26 02:07:47 UTC

[james-project] 13/14: JAMES-2620 Build deployment test in parallel

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 4050b9f61ec5dba39d2a942f5dbf2561dfec0c0f
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Jul 31 19:18:41 2019 +0200

    JAMES-2620 Build deployment test in parallel
    
    This currently takes 2 minutes and is called 5 time by james-jenkins build
    pipeline. Significant gains expected.
---
 dockerfiles/compilation/java-8/integration_tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dockerfiles/compilation/java-8/integration_tests.sh b/dockerfiles/compilation/java-8/integration_tests.sh
index bbe13ed..c2a310c 100755
--- a/dockerfiles/compilation/java-8/integration_tests.sh
+++ b/dockerfiles/compilation/java-8/integration_tests.sh
@@ -63,5 +63,5 @@ git clone $ORIGIN/.
 git checkout $SHA1
 
 
-mvn -DskipTests -pl org.apache.james:apache-james-mpt-external-james -am install
-mvn -pl org.apache.james:apache-james-mpt-external-james test -Pintegration-tests
+mvn -T 1C -DskipTests -pl org.apache.james:apache-james-mpt-external-james -am install
+mvn -T 1C -pl org.apache.james:apache-james-mpt-external-james test -Pintegration-tests


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