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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
