You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2023/02/13 22:07:46 UTC

[nifi] branch main updated: NIFI-11175 Enabled system-tests for framework changes (#6947)

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

markap14 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 1014359c64 NIFI-11175 Enabled system-tests for framework changes (#6947)
1014359c64 is described below

commit 1014359c64ca61a1659accd0eb1551ca4edabba9
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Mon Feb 13 16:07:39 2023 -0600

    NIFI-11175 Enabled system-tests for framework changes (#6947)
---
 .github/workflows/system-tests.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml
index 7808ab00be..30b72249dc 100644
--- a/.github/workflows/system-tests.yml
+++ b/.github/workflows/system-tests.yml
@@ -23,10 +23,18 @@ on:
     paths:
       - '.github/workflows/system-tests.yml'
       - 'nifi-system-tests/**'
+      - 'nifi-api/**'
+      - 'nifi-framework-api/**'
+      - 'nifi-nar-bundles/nifi-framework-bundle/**'
+      - 'nifi-stateless/**'
   pull_request:
     paths:
       - '.github/workflows/system-tests.yml'
       - 'nifi-system-tests/**'
+      - 'nifi-api/**'
+      - 'nifi-framework-api/**'
+      - 'nifi-nar-bundles/nifi-framework-bundle/**'
+      - 'nifi-stateless/**'
 
 env:
   DEFAULT_MAVEN_OPTS: >-