Migrate pilot workflows to ubuntu-24.04 self-hosted runners#38006
Migrate pilot workflows to ubuntu-24.04 self-hosted runners#38006damccorm merged 1 commit intoapache:masterfrom
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
Assigning reviewers: R: @liferoad for label build. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
|
assign to next reviewer |
|
Assigning reviewers: R: @damccorm for label build. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
|
It looks like this may have broken python lint workflow https://github.com/apache/beam/actions/runs/23799701326 @aIbrahiim |
I will check it |
i just checked and the error there should be fixed by this PR #38000 |
|
The whitespace precommit is perma-red since this was merged |
@claudevdm @jrmccluskey I found out the failure in https://github.com/apache/beam/actions/runs/23799701326 isn’t PythonLint “logic” on 24.04 runners tox invokes /usr/bin/time and it was missing from the runner image. Fix is here: #38022 |
|
@jrmccluskey whitespace failed for the same reason: missing time binary in the runner image, this should fix #38022 |
Please add a meaningful description for your change here
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.mdwith 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 or the workflows README to see a list of phrases to trigger workflows.