tools: use ubuntu-slim runner in meta GitHub Actions#61663
Merged
aduh95 merged 2 commits intonodejs:mainfrom Feb 6, 2026
Merged
tools: use ubuntu-slim runner in meta GitHub Actions#61663aduh95 merged 2 commits intonodejs:mainfrom
aduh95 merged 2 commits intonodejs:mainfrom
Conversation
Signed-off-by: Tierney Cyren <hello@bnb.im>
Collaborator
|
Review requested:
|
aduh95
approved these changes
Feb 3, 2026
richardlau
approved these changes
Feb 3, 2026
lpinca
approved these changes
Feb 4, 2026
cjihrig
approved these changes
Feb 4, 2026
Collaborator
Commit Queue failed- Loading data for nodejs/node/pull/61663 β Done loading data for nodejs/node/pull/61663 ----------------------------------- PR info ------------------------------------ Title tools: use ubuntu-slim runner in meta GitHub Actions (#61663) Author Tierney Cyren <hello@bnb.im> (@bnb) Branch bnb:bnb/use-ubuntu-slim-where-appropriate -> nodejs:main Labels meta, author ready, lts-watch-v20.x, lts-watch-v22.x Commits 2 - tools: use ubuntu-slim runner in meta GitHub Actions - Merge branch 'main' into bnb/use-ubuntu-slim-where-appropriate Committers 2 - Tierney Cyren <hello@bnb.im> - GitHub <noreply@github.com> PR-URL: https://github.com/nodejs/node/pull/61663 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/61663 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> -------------------------------------------------------------------------------- βΉ This PR was created on Tue, 03 Feb 2026 21:17:20 GMT β Approvals: 4 β - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/61663#pullrequestreview-3747853927 β - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/61663#pullrequestreview-3747868952 β - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/61663#pullrequestreview-3749383289 β - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/61663#pullrequestreview-3751690674 β Last GitHub CI successful βΉ Green GitHub CI is sufficient -------------------------------------------------------------------------------- β No git cherry-pick in progress β No git am in progress β No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD β origin/main is now up-to-date - Downloading patch for 61663 From https://github.com/nodejs/node * branch refs/pull/61663/merge -> FETCH_HEAD β Fetched commits as 0da120f879f8..2a0fb7288986 -------------------------------------------------------------------------------- Auto-merging .github/workflows/close-stale-feature-requests.yml Auto-merging .github/workflows/close-stalled.yml Auto-merging .github/workflows/commit-lint.yml Auto-merging .github/workflows/commit-queue.yml Auto-merging .github/workflows/find-inactive-collaborators.yml Auto-merging .github/workflows/find-inactive-tsc.yml Auto-merging .github/workflows/label-flaky-test-issue.yml Auto-merging .github/workflows/notify-on-push.yml CONFLICT (content): Merge conflict in .github/workflows/notify-on-push.yml error: could not apply b204054d47... tools: use ubuntu-slim runner in meta GitHub Actions hint: After resolving the conflicts, mark them with hint: "git add/rm <pathspec>", then run hint: "git cherry-pick --continue". hint: You can instead skip this commit with "git cherry-pick --skip". hint: To abort and get back to the state before "git cherry-pick", hint: run "git cherry-pick --abort". hint: Disable this message with "git config set advice.mergeConflict false" β Failed to apply patcheshttps://github.com/nodejs/node/actions/runs/21742926110 |
Contributor
|
Landed in ec88813 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates a number of runners that do simple-ish meta work (think: labeling PRs, checking activity, sending Slack notifications) to use the
ubuntu-slimrunner rather thanubuntu-latest. If they all still work, this should reduce the amount of compute that we're using over time - less energy, less allocation of resources - for simple tasks that don't really need it.