ci: use ubuntu-slim runner for lightweight CI jobs#21252
Merged
mbutrovich merged 1 commit intoapache:mainfrom Mar 30, 2026
Merged
ci: use ubuntu-slim runner for lightweight CI jobs#21252mbutrovich merged 1 commit intoapache:mainfrom
mbutrovich merged 1 commit intoapache:mainfrom
Conversation
- take.yml: issue_assign (curl only) - large_files.yml: check-files (git only) - stale.yml: close-stale-prs (actions/stale) - labeler.yml: process (actions/labeler) - codeql.yml: analyze (codeql-action on Actions YAML) - dev.yml: prettier (setup-node + prettier)
mbutrovich
approved these changes
Mar 30, 2026
Contributor
mbutrovich
left a comment
There was a problem hiding this comment.
Approved pending CI. Thanks for tackling this issue that I opened, @CuteChuanChuan!
Rich-T-kid
pushed a commit
to Rich-T-kid/datafusion
that referenced
this pull request
Apr 21, 2026
## Which issue does this PR close? - Closes apache#20870. ## Rationale for this change `ubuntu-slim` is a cost-efficient runner that can save ASF infrastructure resources for lightweight CI jobs. This was raised in the Apache ORC project and adopted by other Apache projects like iceberg-rust (apache/iceberg-rust#2187). ## What changes are included in this PR? Switch 6 lightweight CI jobs from `ubuntu-latest` to `ubuntu-slim`: - `take.yml`: `issue_assign` — curl API calls only - `large_files.yml`: `check-files` — git commands only - `stale.yml`: `close-stale-prs` — actions/stale - `labeler.yml`: `process` — actions/labeler - `codeql.yml`: `analyze` — codeql-action on Actions YAML - `dev.yml`: `prettier` — setup-node + prettier ## Are these changes tested? CI only — this changes the runner type, not workflow logic. ## Are there any user-facing changes? No.
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.
Which issue does this PR close?
Rationale for this change
ubuntu-slimis a cost-efficient runner that can save ASF infrastructure resources for lightweight CI jobs. This was raised in the Apache ORC project and adopted by other Apache projects like iceberg-rust (apache/iceberg-rust#2187).What changes are included in this PR?
Switch 6 lightweight CI jobs from
ubuntu-latesttoubuntu-slim:take.yml:issue_assign— curl API calls onlylarge_files.yml:check-files— git commands onlystale.yml:close-stale-prs— actions/stalelabeler.yml:process— actions/labelercodeql.yml:analyze— codeql-action on Actions YAMLdev.yml:prettier— setup-node + prettierAre these changes tested?
CI only — this changes the runner type, not workflow logic.
Are there any user-facing changes?
No.