You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: use ubuntu-slim runner for lightweight CI jobs (apache#21252)
## Which issue does this PR close?
- Closesapache#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.
0 commit comments