adoroszlai opened a new pull request, #8633: URL: https://github.com/apache/ozone/pull/8633
## What changes were proposed in this pull request? Downloading Apache Ranger keys and signatures from `downloads.apache.org` may fail due to infra ban: ``` curl: (28) Failed to connect to downloads.apache.org port 443 after 271591 ms: Couldn't connect to server ``` Hence, skip signature verification in CI. https://issues.apache.org/jira/browse/HDDS-13279 ## How was this patch tested? Tested both regular and CI-like env: ``` $ cd hadoop-ozone/dist/target/ozone-2.1.0-SNAPSHOT/compose/ozonesecure-ha $ ./test-ranger.sh /tmp/apache-ranger-2.6.0.tar.gz already downloaded /tmp/apache-ranger-2.6.0.tar.gz.asc already downloaded ... gpg: Good signature from "Abhishek Kumar (Apache Ranger RC Signing) <[email protected]>" [unknown] ... Port 6080 is available on ranger ... $ CI=true ./test-ranger.sh /tmp/apache-ranger-2.6.0.tar.gz already downloaded ... Port 6080 is available on ranger ... ``` CI: https://github.com/adoroszlai/ozone/actions/runs/15673969771/job/44150748008#step:13:1019 -- 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]
