adoroszlai opened a new pull request, #7393: URL: https://github.com/apache/ozone/pull/7393
## What changes were proposed in this pull request? _acceptance (MR)_ test has some hard-coded information about Hadoop versions and corresponding Docker images. The goal of this change is to allow overriding this information. Possible use cases: - build with Hadoop version X that does not (yet) have Docker image, and test with other Hadoop versions that do - use custom Docker images with version of base software (Java, Robot Framework, etc.) The implementation allows providing the list of Docker images by overriding `HADOOP_TEST_VERSIONS` environment variable. https://issues.apache.org/jira/browse/HDDS-11641 ## How was this patch tested? Set custom `HADOOP_TEST_VERSIONS`: https://github.com/adoroszlai/ozone/blob/b02daa3f62b61cd8cfe9005f53dd48875dbe02be/.github/workflows/ci.yml#L35 and verified that tests are executed for the specified versions: https://github.com/adoroszlai/ozone/actions/runs/11667624818/job/32486234840#step:5:171 https://github.com/adoroszlai/ozone/actions/runs/11667624818/job/32486234840#step:5:239 https://github.com/adoroszlai/ozone/actions/runs/11667624818/job/32486234840#step:5:307 -- 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]
