Conversation
🤖 GitHub commentsJust comment with:
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates all GitHub Actions workflows to use the new ubuntu-slim runner instead of ubuntu-latest, following the announcement of the 1 vCPU Linux runner now available in GitHub Actions.
Key Changes:
- Migration from
ubuntu-latesttoubuntu-slimacross all workflow files
Reviewed Changes
Copilot reviewed 32 out of 32 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/test-version-framework.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-updatecli-run.yml |
Updated multiple job runners to ubuntu-slim |
.github/workflows/test-updatecli-install.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-slack-send.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-slack-notify-result.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-pre-commit.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-oblt-cli-undeploy-my-kibana.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-oblt-cli-setup.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-oblt-cli-deploy-my-kibana.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-oblt-cli-cluster-name-validation.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-oblt-cli-cluster-create-serverless.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-oblt-cli-cluster-create-custom.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-oblt-cli-cluster-create-ccs.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-github-user-type.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-github-project-field-set.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-github-project-add.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-github-is-pr-author-member-of.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-github-is-member-of.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-github-comment-reaction.yml |
Updated runner to ubuntu-slim and renamed job from 'comment' to 'test' |
.github/workflows/test-github-changed-files.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-github-backport-active.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-git-setup.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-feature-freeze.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-elastic-validate-catalog.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-elastic-github-commands.yml |
Updated runner to ubuntu-slim |
.github/workflows/test-elastic-active-branches.yml |
Updated multiple job runners to ubuntu-slim |
.github/workflows/test-check-dependent-jobs.yml |
Updated multiple job runners to ubuntu-slim, with one incorrect change |
.github/workflows/test-buildkite-run.yml |
Updated runner to ubuntu-slim |
.github/workflows/required-labels.yml |
Updated runner to ubuntu-slim |
.github/workflows/release-drafter.yml |
Updated runner to ubuntu-slim |
.github/workflows/no-test.yml |
Updated runner to ubuntu-slim |
.github/workflows/create-major-tag.yml |
Updated runner to ubuntu-slim |
🤖 GitHub commentsJust comment with:
|
🤖 GitHub commentsJust comment with:
|
🤖 GitHub commentsJust comment with:
|
🤖 GitHub commentsJust comment with:
|
🤖 GitHub commentsJust comment with:
|
🤖 GitHub commentsJust comment with:
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
🤖 GitHub commentsJust comment with:
|
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.
See https://github.blog/changelog/2025-10-28-1-vcpu-linux-runner-now-available-in-github-actions-in-public-preview/
Requires rhysd/actionlint#585
What
Use
ubuntu-slimWhy
Follow-ups
Use Python, but it's not installed in the slim, so let's install it and see whether we can move away from the request module and use the native support.
This will help with using slim images for those actions