NIFI-12299 Run integration-tests when assemblies are updated

This closes #7962

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Chris Sampson 2023-10-31 20:06:19 +00:00 committed by exceptionfactory
parent 75c661bbbe
commit df3f5b4638
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 10 additions and 1 deletions

View File

@ -22,12 +22,18 @@ on:
push:
paths:
- '.github/workflows/integration-tests.yml'
- 'pom.xml'
- '**/*-assembly/pom.xml'
- '**/*-bom/pom.xml'
- '**/test/**/*IT.java'
- '**/test/**/*ITCase.java'
- '**/test/**/IT*.java'
pull_request:
paths:
- '.github/workflows/integration-tests.yml'
- 'pom.xml'
- '**/*-assembly/pom.xml'
- '**/*-bom/pom.xml'
- '**/test/**/*IT.java'
- '**/test/**/*ITCase.java'
- '**/test/**/IT*.java'

View File

@ -1200,7 +1200,10 @@
!ITPreventProxiedAnonymousAccess,
!ITPreventDirectAnonymousAccess,
!ITAllowDirectAnonymousAccess,
!ITProcessGroupAccessControl
!ITProcessGroupAccessControl,
!StatelessNiFiSinkTaskIT#testSimpleFlow,
!StatelessNiFiSinkTaskIT#testParameters,
!StatelessNiFiSinkTaskIT#testWrongOutputPort
</test>
</configuration>
</plugin>