Skip to content

Move time-sensitive Actions workflows to ubuntu-latest#3786

Merged
henrymercer merged 1 commit intomainfrom
henrymercer/faster-interactive-jobs
Mar 27, 2026
Merged

Move time-sensitive Actions workflows to ubuntu-latest#3786
henrymercer merged 1 commit intomainfrom
henrymercer/faster-interactive-jobs

Conversation

@henrymercer
Copy link
Copy Markdown
Contributor

We originally moved these to ubuntu-slim, but there is a significant performance difference. Since we often find ourselves waiting on these jobs, let's use the faster runners.

We originally moved these to `ubuntu-slim`, but there is a significant performance difference.  Since we often find ourselves waiting on these jobs, let's use the faster runners.
@henrymercer henrymercer requested a review from a team as a code owner March 27, 2026 17:52
Copilot AI review requested due to automatic review settings March 27, 2026 17:52
@github-actions github-actions bot added the size/XS Should be very easy to review label Mar 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Moves selected release-related GitHub Actions workflows back from ubuntu-slim to ubuntu-latest to reduce runtime for time-sensitive jobs in this repository’s release automation.

Changes:

  • Switch runs-on from ubuntu-slim to ubuntu-latest for the update/backport release-branch jobs.
  • Switch the bundle update workflow runner back to ubuntu-latest.
  • Switch the prepare-release and post-release mergeback workflow runners back to ubuntu-latest.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/update-release-branch.yml Runs update/backport jobs on ubuntu-latest to speed up release branch automation.
.github/workflows/update-bundle.yml Runs the bundle update job on ubuntu-latest for faster release-triggered updates.
.github/workflows/prepare-release.yml Runs the reusable release preparation job on ubuntu-latest.
.github/workflows/post-release-mergeback.yml Runs tagging/mergeback automation on ubuntu-latest.

@henrymercer henrymercer enabled auto-merge March 27, 2026 17:54
@henrymercer henrymercer added this pull request to the merge queue Mar 27, 2026
Merged via the queue into main with commit a899987 Mar 27, 2026
230 checks passed
@henrymercer henrymercer deleted the henrymercer/faster-interactive-jobs branch March 27, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants