-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug]: beam_Publish_Beam_SDK_Snapshots and beam_PostCommit_Python_Arm are extremely flaky due to failing to build wheels #33425
Comments
Oldest failure was from last week. The workflow was pretty stable before that. |
beam_PostCommit_Python_Arm seems to be perma red due to the same reason. http://35.193.202.176/d/CTYdoxP4z/ga-post-commits-status?orgId=1&viewPanel=2 https://github.com/apache/beam/actions/workflows/beam_PostCommit_Python_Arm.yml |
I fixed building python wheels with #33506 - moving the other workflows over to github hosted is a little more involved since we need to authenticate and it looks like the secrets we've used for auth have expired. Next steps to get unblocked here are:
cc/ @kennknowles - this will probably break things in the release. build_release_candidate at least should not need any real tweaks to run the docker part on self hosted, though, so all the pieces needed for the release are probably mostly there |
I'll plan on following up on this tomorrow |
I kicked off the process of getting the secrets we use updated. I also put up #33507 to migrate the first workflow back to github hosted runners, once that's in/verified I'll move over the other ones which need it |
What happened?
Seems like all runs for the past two days failed and it was very flaky before that. Note that this prevents Beam container snapshots from being published which blocks/breaks other tests.
https://github.com/apache/beam/actions/workflows/beam_Publish_Beam_SDK_Snapshots.yml
For example,
https://github.com/apache/beam/actions/runs/12403586484/job/34627334523
Issue Priority
Priority: 1 (data loss / total loss of function)
Issue Components
The text was updated successfully, but these errors were encountered: