Skip to content

chore: use ubuntu-slim for lightweight jobs#3107

Merged
kevinjqliu merged 2 commits intoapache:mainfrom
zhjwpku:use_ubuntu-slim_for_lightweight_jobs
Feb 27, 2026
Merged

chore: use ubuntu-slim for lightweight jobs#3107
kevinjqliu merged 2 commits intoapache:mainfrom
zhjwpku:use_ubuntu-slim_for_lightweight_jobs

Conversation

@zhjwpku
Copy link
Contributor

@zhjwpku zhjwpku commented Feb 27, 2026

ubuntu-slim is a new cost-efficient runner to fit lightweight jobs. We can use this to save ASF infra usage (if possible).

By lightweight I mean jobs that run for less than a minute and are not easily affected by other concurrently running jobs on the same host.

This topic was raised in the Apache ORC project and later adopted by iceberg-cpp. We believe it could also benefit other projects under the Apache Iceberg umbrella.

Refs:

ubuntu-slim is a new cost-efficient runner to fit lightweight jobs.
We can use this to save ASF infra usage (if possible).

By *lightweight* I mean jobs that run for less than a minute and
are not easily affected by other concurrently running jobs on the
same host.

This topic was raised in the Apache ORC project and later adopted
by iceberg-cpp. We believe it could also benefit other projects
under the Apache Iceberg umbrella.

Refs:

- https://github.blog/changelog/2025-10-28-1-vcpu-linux-runner-now-available-in-github-actions-in-public-preview/
- https://github.com/actions/runner-images/blob/main/images/ubuntu-slim/ubuntu-slim-Readme.md
`check-md-link` requires a Docker environment, while `ubuntu-slim`
already runs inside Docker, so reverting this change.
Copy link
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty!

@kevinjqliu kevinjqliu merged commit 3f37f56 into apache:main Feb 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants