[
https://issues.apache.org/jira/browse/BEAM-5126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16580263#comment-16580263
]
Mikhail Gryzykhin commented on BEAM-5126:
-----------------------------------------
Additionally, all precommits have a set of default triggers specified in
https://github.com/apache/beam/blob/fe0011514ef20b6cd276360819053a25c3bb26a6/.test-infra/jenkins/PrecommitJobBuilder.groovy
'^build.gradle$',
'^buildSrc/.*$',
'^gradle.properties$',
'^gradlew$',
'^gradle.bat$',
'^settings.gradle$'
> PreCommit filtering broken based upon PR contents
> -------------------------------------------------
>
> Key: BEAM-5126
> URL: https://issues.apache.org/jira/browse/BEAM-5126
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Luke Cwik
> Assignee: Alan Myrvold
> Priority: Minor
>
> PR precommits used to be filtered by the contents of the PR.
>
> Example PR that should have only spawned the Java PreCommit:
> https://github.com/apache/beam/pull/6159
>
> This broke work done in BEAM-4445
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)