adoroszlai opened a new pull request #2974: URL: https://github.com/apache/ozone/pull/2974
## What changes were proposed in this pull request? `ozone-runner` image version is defined in `hadoop-ozone/dist/pom.xml`. Changing it triggers a complete CI run, although it does not affect unit or integration tests in any way. Actually, `hadoop-ozone/dist` does not have any Java code, as it assembles other modules after build. So we can skip all Java-specific checks. https://issues.apache.org/jira/browse/HDDS-6169 ## How was this patch tested? Added test case in `selective_ci_checks.bats`. ``` $ bats dev-support/ci/selective_ci_checks.bats ... ✓ runner image update ... 17 tests, 0 failures ``` The script includes instructions on how to run: https://github.com/apache/ozone/blob/a31b79a0cf0677a11dda1e9d3de70cf22f7b045a/dev-support/ci/selective_ci_checks.bats#L17-L31 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
