raulcd opened a new pull request, #49769: URL: https://github.com/apache/arrow/pull/49769
### Rationale for this change The binary wheel verification is taking around 50 minutes locally, It is timing out on CI. After some investigation, see the issue, this is related to: https://bugzilla.redhat.com/show_bug.cgi?id=1053882 ### What changes are included in this PR? Export SSL_CERT_FILE before running the verification on almalinux-verify-rc job. ### Are these changes tested? Yes, I tested this locally due to the binary verification not easily being tested on CI. Locally executed the following which is exactly the same that the biniary verification CI job exercises: > `$ time ALMALINUX=8 archery docker run -e TEST_DEFAULT=0 -e TEST_WHEELS=1 -e VERBOSE=1 -e VERIFY_RC=0 -e VERIFY_VERSION=24.0.0 -e GH_TOKEN=$GH_TOKEN almalinux-verify-rc` It took previously ~50 minutes to complete (got clearly stuck on `test_fs.py`), it currently takes 7 minutes: ``` + TEST_SUCCESS=yes + echo 'Release candidate 24.0.0-RC0 looks good!' Release candidate 24.0.0-RC0 looks good! + exit 0 + cleanup + '[' yes = yes ']' + rm -fr /tmp/arrow-24.0.0.CTLOf real 7m4.906s user 0m3.660s sys 0m1.626s ``` ### Are there any user-facing changes? No -- 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]
