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

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


The following commit(s) were added to refs/heads/main by this push:
     new d08a0ba  NIFI-7873 increasing test parallelism to use all cores 
available
d08a0ba is described below

commit d08a0babb7eb8d89f07fa752c099c46da77c1b56
Author: Joe Witt <[email protected]>
AuthorDate: Wed Jan 27 08:14:56 2021 -0700

    NIFI-7873 increasing test parallelism to use all cores available
---
 .github/workflows/ci-workflow.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml 
b/.github/workflows/ci-workflow.yml
index 2ec3023..7a136cf 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -79,7 +79,7 @@ jobs:
         env:
           MAVEN_OPTS: -Xmx2g -XX:ReservedCodeCacheSize=1g -XX:+UseG1GC 
-Dorg.slf4j.simpleLogger.defaultLogLevel=WARN 
-Dmaven.surefire.arguments="-Duser.language=fr -Duser.region=FR 
-Duser.timezone=Europe/Paris"
         run: |
-          mvn -V -T 0.8C package verify -B -Pcontrib-check,include-grpc 
-Ddir-only -ntp -ff -pl 
-nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly,-nifi-system-tests -nsu
+          mvn -V -T 1C package verify -B -Pcontrib-check,include-grpc 
-Ddir-only -ntp -ff -pl 
-nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly,-nifi-system-tests -nsu
       - name: Disk After Build
         run: |
           df -h
@@ -161,7 +161,7 @@ jobs:
         env:
           MAVEN_OPTS: -Xmx2g -XX:ReservedCodeCacheSize=1g -XX:+UseG1GC 
-Dorg.slf4j.simpleLogger.defaultLogLevel=WARN 
-Dmaven.surefire.arguments="-Duser.language=en -Duser.region=AU 
-Duser.timezone=Australia/Melbourne"
         run: |
-          mvn -V -T 0.8C package verify -B -Pcontrib-check,include-grpc 
-Ddir-only -ntp -ff -pl 
-nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly,-nifi-system-tests -nsu
+          mvn -V -T 1C package verify -B -Pcontrib-check,include-grpc 
-Ddir-only -ntp -ff -pl 
-nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly,-nifi-system-tests -nsu
       - name: Disk After Build
         run: |
           df -h
@@ -238,7 +238,7 @@ jobs:
         env:
           MAVEN_OPTS: -Xmx2g -XX:ReservedCodeCacheSize=1g -XX:+UseG1GC 
-Dorg.slf4j.simpleLogger.defaultLogLevel=WARN 
-Dmaven.surefire.arguments="-Duser.language=ja -Duser.region=JP 
-Duser.timezone=Asia/Tokyo"
         run: |
-          mvn -V -T 0.8C package verify -B -Pcontrib-check,include-grpc 
-Ddir-only -ntp -ff -pl 
-nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly,-nifi-system-tests -nsu
+          mvn -V -T 1C package verify -B -Pcontrib-check,include-grpc 
-Ddir-only -ntp -ff -pl 
-nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly,-nifi-system-tests -nsu
       - name: Disk After Build
         run: |
           df -h
@@ -305,4 +305,4 @@ jobs:
         env:
           MAVEN_OPTS: -Xmx2g -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN 
-Dmaven.surefire.arguments="-Duser.language=en -Duser.region=US 
-Duser.timezone=US/Pacific"
         run: |
-          mvn -V -T 0.8C package -B -Ddir-only -ntp -ff -pl -nifi-assembly -pl 
-nifi-system-tests -nsu
+          mvn -V -T 1C package -B -Ddir-only -ntp -ff -pl -nifi-assembly -pl 
-nifi-system-tests -nsu

Reply via email to