mirror of https://github.com/apache/nifi.git
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:
parent
75c661bbbe
commit
df3f5b4638
|
@ -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'
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -1200,7 +1200,10 @@
|
|||
!ITPreventProxiedAnonymousAccess,
|
||||
!ITPreventDirectAnonymousAccess,
|
||||
!ITAllowDirectAnonymousAccess,
|
||||
!ITProcessGroupAccessControl
|
||||
!ITProcessGroupAccessControl,
|
||||
!StatelessNiFiSinkTaskIT#testSimpleFlow,
|
||||
!StatelessNiFiSinkTaskIT#testParameters,
|
||||
!StatelessNiFiSinkTaskIT#testWrongOutputPort
|
||||
</test>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue