damccorm commented on issue #33425: URL: https://github.com/apache/beam/issues/33425#issuecomment-2574008019
I fixed building python wheels with https://github.com/apache/beam/issues/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: 1) Create a new secret representing a service account key which we can use to authenticate and do scoped resource creation in apache-beam-testing, and get it added to our account 2) Follow https://github.com/google-github-actions/setup-gcloud?tab=readme-ov-file#setup-gcloud-github-action to setup gcloud and get authenticated in the workflows we need to fix. Also switch those to use github hosted runners 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 -- 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]
