Skip to content

Conversation

@henrymercer
Copy link
Contributor

Save resources by using ubuntu-slim for lightweight workflows. This runner size has 1 vCPU and 5 GB RAM.

Risk assessment

For internal use only. Please select the risk level of this change:

  • Low risk: Changes are fully under feature flags, or have been fully tested and validated in pre-production environments and are highly observable, or are documentation or test only.

Which use cases does this change impact?

Dev/test only

How did/will you validate this change?

  • End-to-end tests - I am depending on PR checks (i.e. tests in pr-checks).

If something goes wrong after this change is released, what are the mitigation and rollback strategies?

  • Rollback - Change can only be disabled by rolling back the release or releasing a new version with a fix.

How will you know if something goes wrong after this change is released?

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Consider adding a changelog entry for this change.
  • Confirm the readme and docs have been updated if necessary.

@henrymercer henrymercer requested a review from a team as a code owner October 30, 2025 11:26
Copilot AI review requested due to automatic review settings October 30, 2025 11:26
Copy link
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

This PR optimizes resource usage by migrating lightweight automation workflows from ubuntu-latest to ubuntu-slim runners, which provide 1 vCPU and 5 GB RAM instead of the standard configuration. The change targets workflows that perform simple tasks like labeling PRs, updating version files, and publishing releases where the reduced resources are sufficient.

Key changes:

  • Migration of 8 workflow files from ubuntu-latest to ubuntu-slim runners
  • Affected workflows handle automation tasks such as release preparation, branch updates, bundle updates, and PR labeling

Reviewed Changes

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

Show a summary per file
File Description
.github/workflows/update-supported-enterprise-server-versions.yml Updated runner type for the Enterprise Server versions update workflow
.github/workflows/update-release-branch.yml Changed runner type for both update and backport jobs
.github/workflows/update-bundle.yml Modified runner type for bundle update workflow
.github/workflows/publish-immutable-action.yml Updated runner type for the action publishing workflow
.github/workflows/prepare-release.yml Changed runner type for release preparation workflow
.github/workflows/post-release-mergeback.yml Modified runner type for post-release merge-back workflow
.github/workflows/label-pr-size.yml Updated runner type for PR size labeling workflow
.github/workflows/check-expected-release-files.yml Changed runner type for release files validation workflow

@github-actions github-actions bot added the size/XS Should be very easy to review label Oct 30, 2025
@henrymercer henrymercer enabled auto-merge October 30, 2025 11:32
@henrymercer henrymercer merged commit cc88437 into main Oct 30, 2025
245 checks passed
@henrymercer henrymercer deleted the henrymercer/ubuntu-slim branch October 30, 2025 11:44
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