You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting Dec 10, building Python wheels started failing with a bunch of seg faults. It seems likely due to something with the underlying hardware or image. I tried updating to using GitHub hosted runners and it seems like this works. We can do this as a workaround, but we should understand the problem and switch back to self-hosted to avoid being blocked on GitHub quota.
FYI @Amar3tto@mrshakirov@akashorabek - this should fix a few flaky workloads, but it is just a patch. It would be great to dig in on this one and try to figure out what in our self-hosted runner infrastructure is causing the flakes so that we can move these workloads back to our self-hosted runners.
What happened?
Starting Dec 10, building Python wheels started failing with a bunch of seg faults. It seems likely due to something with the underlying hardware or image. I tried updating to using GitHub hosted runners and it seems like this works. We can do this as a workaround, but we should understand the problem and switch back to self-hosted to avoid being blocked on GitHub quota.
Example failure - https://github.com/apache/beam/actions/runs/12625457564
This also impacts some other workflows which I will switch over to GitHub hosted, but we should similarly switch back
Workflows where we've seen this issue along with the PR used to temporarily mitigate:
.github/workflows/build_wheels.yml
- Build wheels on gha runners instead of local runners #33505.github/workflows/republish_released_docker_containers.yml
- Use self-hosted runners for republish workflow #33507.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
- Temporarily use self hosted runners for snapshots #33563.github/workflows/beam_PostCommit_Python_Arm.yml
- Update beam_PostCommit_Python_Arm.yml #33564We should figure out what is causing the problem and then revert all these PRs
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: