adoroszlai opened a new pull request, #7841: URL: https://github.com/apache/ozone/pull/7841
## What changes were proposed in this pull request? Some checks have few lines of shell script, mostly for preparing the environment. This PR moves them to the check scripts, to allow running the scripts without less setup in other CI environments. (This is extracted from #7497 for easier review, with slight modification.) https://issues.apache.org/jira/browse/HDDS-12290 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/13224407537 _integration (filesystem)_ still includes shaded `ozonefs` modules: ``` [INFO] Apache Ozone Tools ................................. SUCCESS [ 2.837 s] [INFO] Apache Ozone FileSystem Shaded ..................... SUCCESS [03:55 min] [INFO] Apache Ozone FS Hadoop 2.x compatibility ........... SUCCESS [ 19.090 s] [INFO] Apache Ozone FS Hadoop 3.x compatibility ........... SUCCESS [ 13.449 s] [INFO] Apache Ozone FS Hadoop shaded 3.x compatibility .... SUCCESS [ 50.968 s] [INFO] Apache Ozone Distribution .......................... SUCCESS [ 7.658 s] ``` Other _integration_ splits do not: ``` [INFO] Apache Ozone Tools ................................. SUCCESS [ 3.269 s] [INFO] Apache Ozone Distribution .......................... SUCCESS [ 3.755 s] ``` _integration (flaky)_ still allows retrying failed tests: ``` Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Flakes: 3 ``` -- 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]
