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

mthomsen 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 f8e5be3  NIFI-7602 added verify phase so contrib-check can actually 
execute
f8e5be3 is described below

commit f8e5be3c09de7cfc4d040743d739ddc1fc823aab
Author: Joe Witt <[email protected]>
AuthorDate: Mon Jul 6 11:49:11 2020 -0700

    NIFI-7602 added verify phase so contrib-check can actually execute
    
    This closes #4388
    
    Signed-off-by: Mike Thomsen <[email protected]>
---
 .github/workflows/ci-workflow.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml 
b/.github/workflows/ci-workflow.yml
index 5de3f68..f794489 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 -B -Pcontrib-check,include-grpc -Ddir-only 
-ntp -ff -pl 
-nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly,-nifi-system-tests -nsu
+          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
       - 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 -B -Pcontrib-check,include-grpc -Ddir-only 
-ntp -ff -pl 
-nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly,-nifi-system-tests -nsu
+          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
       - 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 -B -Pcontrib-check,include-grpc -Ddir-only 
-ntp -ff -pl 
-nifi-assembly,-nifi-toolkit/nifi-toolkit-assembly,-nifi-system-tests -nsu
+          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
       - name: Disk After Build
         run: |
           df -h

Reply via email to