[ https://issues.apache.org/jira/browse/NUTCH-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893161#comment-17893161 ]
ASF GitHub Bot commented on NUTCH-3084: --------------------------------------- lewismc opened a new pull request, #833: URL: https://github.com/apache/nutch/pull/833 PR for https://issues.apache.org/jira/browse/NUTCH-3084 This does fundamentally change how the `tests` are executed. By default, we now no longer run tests. We only run tests if changes have been made to - the [core](https://github.com/apache/nutch/tree/master/src/java) or [core tests](https://github.com/apache/nutch/tree/master/src/test), or [testresources](https://github.com/apache/nutch/tree/master/src/testresources), or - [plugins](https://github.com/apache/nutch/tree/master/src/plugin) > Improve CI by filtering and separating plugin and core test executiion > ---------------------------------------------------------------------- > > Key: NUTCH-3084 > URL: https://issues.apache.org/jira/browse/NUTCH-3084 > Project: Nutch > Issue Type: Task > Components: ci/cd > Reporter: Lewis John McGibbney > Assignee: Lewis John McGibbney > Priority: Major > Fix For: 1.21 > > > The [master-build > CI|https://github.com/apache/nutch/blob/master/.github/workflows/master-build.yml] > can be improved by checking which part of the codebase changed (core or > plugins) and then executing only the target covering that part of the > codebase. This will save resources and improve timing. > We can use the [paths-filter GitHub > Action|https://github.com/dorny/paths-filter] to perform the path lookup. > I'm working on a patch right now. -- This message was sent by Atlassian Jira (v8.20.10#820010)