-
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
[#25541] Stop use of self hosted runners for some workflows. #25542
Conversation
R: @damccorm |
@@ -32,7 +32,7 @@ on: | |||
|
|||
jobs: | |||
generate_tags: | |||
runs-on: [self-hosted, ubuntu-20.04] | |||
runs-on: ubuntu-latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its not totally clear if these release tasks will work on hosted runners (or if they'll work at all), but its probably fine to include them. I may try these out during my release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this was the bot that tagged finished issues/PRs with the release that includes them, and since a release just went out...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that one is different - this is only run manually and can do one of the release steps (tagging a released version in GitHub) -
workflow_dispatch: |
name: Assign Milestone on issue close |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fortunately, that should be functioning fine since its on a hosted runner
GitHub won't pick up workflow changes until they're merged, so LabelPrs will still not work on this PR - just calling that out so that you don't block on it |
And now we wait. |
Stop use of self hosted runners for some workflows. This is a stopgap to get the repo automation healthy again.
See #25541 for context.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
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, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.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)
See CI.md for more information about GitHub Actions CI.