Commit 010e5ee
authored
ci: use ubuntu-slim runner for lightweight CI jobs (#21252)
## Which issue does this PR close?
- Closes #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.1 parent 0a8bb29 commit 010e5ee
File tree
6 files changed
+6
-6
lines changed- .github/workflows
6 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments