ci(jax): drop hardcoded Google DNS from wheel test containers - #7733
ci(jax): drop hardcoded Google DNS from wheel test containers#7733amd-shiraz wants to merge 1 commit into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
✅ All Checks Passed — Ready for Review
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
|
🎉 All checks passed! This PR is ready for review. |
ScottTodd
left a comment
There was a problem hiding this comment.
The test_multi_arch_linux_jax_wheels.yml workflow should run as part of CI (e.g. https://github.com/ROCm/TheRock/actions/runs/33190869165/job/98953040597), so we could wait for signal before merge.
We can also trigger https://github.com/ROCm/TheRock/actions/workflows/test_multi_arch_linux_jax_wheels.yml with workflow_dispatch from this users/shiraz.ali/remove_dns_entry branch with the inputs from a job like that (https://github.com/ROCm/TheRock/actions/runs/33190869165/job/98953040597#step:1:22) to jump straight to the tests without waiting for builds to run.
Summary
--dns 8.8.8.8and--dns 8.8.4.4from the Linux JAX wheel test container options.These were a CloudFront/runner DNS workaround and should no longer be required.
Test plan
Made with Cursor