adoroszlai opened a new pull request, #11254: URL: https://github.com/apache/ozone/pull/11254
## What changes were proposed in this pull request? - Both `test-sts.sh` and `test-ranger.sh` need to download Ranger (tarball and Docker images), but they are run in separate splits (`sts` and `misc`, respectively). Combine these to reduce network traffic. - Reuse `ozone-runner` for `polaris-setup` instead of using yet another image. - Remove `javax.annotation-api` hack, no longer needed with Ranger 2.9. - Apply HDDS-15675 to Polaris (test script ignores custom `OZONE_RUNNER_IMAGE` due to `source .env`). https://issues.apache.org/jira/browse/HDDS-16498 ## How was this patch tested? ``` Executing test ozonesecure-ha/test-ranger.sh ... Downloading /tmp/apache-ranger-2.9.0.tar.gz from https://www.apache.org/dyn/closer.lua?action=download&filename=ranger/2.9.0/apache-ranger-2.9.0.tar.gz Downloading /tmp/ranger-2.9.0-ozone-plugin.tar.gz from https://www.apache.org/dyn/closer.lua?action=download&filename=ranger/2.9.0/plugins/ozone/ranger-2.9.0-ozone-plugin.tar.gz ... Executing test ozonesecure-ha/test-sts.sh ... /tmp/apache-ranger-2.9.0.tar.gz already downloaded /tmp/ranger-2.9.0-ozone-plugin.tar.gz already downloaded ... ``` https://github.com/adoroszlai/ozone/actions/runs/35236148876/job/105256988393 -- 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]
