Skip to content

Cherry-pick #33505 to 2.62.0 release branch (Build wheels on gha runners instead of local runners)#33546

Merged
kennknowles merged 1 commit intorelease-2.62.0from
users/damccorm/wheels-cp
Jan 9, 2025
Merged

Cherry-pick #33505 to 2.62.0 release branch (Build wheels on gha runners instead of local runners)#33546
kennknowles merged 1 commit intorelease-2.62.0from
users/damccorm/wheels-cp

Conversation

@damccorm
Copy link
Copy Markdown
Contributor

@damccorm damccorm commented Jan 9, 2025

This is needed to avoid failures like https://github.com/apache/beam/actions/runs/12692477655

References:


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

* Debug wheels

* Try gha runners

* Add back other workflows

* Update build_wheels.yml
@damccorm
Copy link
Copy Markdown
Contributor Author

damccorm commented Jan 9, 2025

R: @kennknowles

@github-actions github-actions bot added the build label Jan 9, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 9, 2025

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

Copy link
Copy Markdown
Member

@kennknowles kennknowles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think I really understand the full implications of this. It is a pull_request trigger so it does not have security risks, yes? (whereas pull_request_target would?)

And is there a performance / reliability / runner backlog issue possible here?

@kennknowles kennknowles changed the title Build wheels on gha runners instead of local runners (#33505) Cherry-pick #33505 to 2.62.0 release branch (Build wheels on gha runners instead of local runners) Jan 9, 2025
@kennknowles kennknowles merged commit 0c54e6a into release-2.62.0 Jan 9, 2025
@kennknowles
Copy link
Copy Markdown
Member

I expect that only the change already on master is where my question would be relevant. Cherrypicking to release branch is a-OK.

@damccorm damccorm deleted the users/damccorm/wheels-cp branch January 9, 2025 17:55
@damccorm
Copy link
Copy Markdown
Contributor Author

damccorm commented Jan 9, 2025

It is a pull_request trigger so it does not have security risks, yes? (whereas pull_request_target would?)

This is true, though we're actually lowering the permission set here (it doesn't have access to our self-hosted service account)

And is there a performance / reliability / runner backlog issue possible here?

There is a problem with self-hosted runners, tracked here - #33506

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants