You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/01/21 19:26:05 UTC

[nifi] branch main updated: NIFI-9586 Excluded additional assembly modules from ci-workflow

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

exceptionfactory 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 73de3a0  NIFI-9586 Excluded additional assembly modules from ci-workflow
73de3a0 is described below

commit 73de3a0fe7eb0bdc449b6170aaf426213816f53f
Author: Paul Grey <gr...@yahoo.com>
AuthorDate: Thu Jan 20 10:41:32 2022 -0500

    NIFI-9586 Excluded additional assembly modules from ci-workflow
    
    This closes #5690
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 .github/workflows/ci-workflow.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml
index 229a951..4de3302 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -38,10 +38,15 @@ env:
     -P include-grpc
     -P skip-nifi-bin-assembly
   MAVEN_PROJECTS: >-
-    -pl -nifi-toolkit/nifi-toolkit-assembly
-    -pl -nifi-registry/nifi-registry-assembly
     -pl -minifi/minifi-assembly
+    -pl -minifi/minifi-c2/minifi-c2-assembly
+    -pl -minifi/minifi-toolkit/minifi-toolkit-assembly
+    -pl -nifi-registry/nifi-registry-assembly
+    -pl -nifi-registry/nifi-registry-toolkit/nifi-registry-toolkit-assembly
+    -pl -nifi-stateless/nifi-stateless-assembly
     -pl -nifi-system-tests
+    -pl -nifi-system-tests/nifi-system-test-suite
+    -pl -nifi-toolkit/nifi-toolkit-assembly
 
 concurrency:
   group: ${{ github.ref }}