-
Notifications
You must be signed in to change notification settings - Fork 25
Manual PR to fix the sync from upstream #1250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual PR to fix the sync from upstream #1250
Conversation
[RHOAIENG-26264] commit*.env references updates automatically at 11:00 UTC using cron job
…ahub-io#1414) This commit introduces tests for ROCm-enabled workbench images on OpenShift. These tests verify that the images can be deployed successfully on a cluster with AMD GPUs and that both PyTorch and TensorFlow can correctly detect the available accelerator. To support the testing of large accelerator images, the following changes were made: - The pod readiness timeout in the test framework has been increased to 10 minutes to allow sufficient time for image pulling. - The utility was updated to allow for configurable timeouts. `ImageDeployment` - Existing CUDA tests were updated to use this new configurable timeout.
…tahub-io#1414) The best fix is to make the SocketProxy more robust so that it doesn't crash when a connection attempt fails. By catching the expected BrokenPipeError, the proxy can simply discard the failed connection and continue listening for the next attempt from the Wait.until loop. This turns your test from a "hope it works" scenario into a reliable polling check.
…atahub-io#1412) Previously, the linux/s390x build would fail to install Podman if Podman was not yet in the GitHub Actions cache. Generalize the non-native architecture build process by using `tonistiigi/binfmt` to install QEMU handlers. This enables building container images for `linux/s390x` and `linux/ppc64le` on amd64 runners. The podman installation step is now also performed for these new platforms. This replaces the previous approach that used `docker/setup-qemu-action` and only supported `s390x`.
…to sync-downstream
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
Manual PR to fix the sync from upstream
As the nightly Build fails: https://github.com/red-hat-data-services/rhods-devops-infra/actions/runs/16405788249/job/46351529923