chore(ci): add cgroup v1 compatibility for tests on ubuntu-24.04 - #3102
Merged
Conversation
13 tasks
sou1118
force-pushed
the
feature/ci-cgroup-v1-support
branch
from
March 8, 2025 02:48
79f98cd to
d115a25
Compare
Member
💯 |
utam0k
reviewed
Mar 9, 2025
| - uses: actions/checkout@v4 | ||
| with: | ||
| fetch-depth: 1 | ||
| # Common step for both versions |
Member
There was a problem hiding this comment.
I don't think this comment needs.
…ux 8) Signed-off-by: sou1118 <hello@kattyan.dev>
sou1118
force-pushed
the
feature/ci-cgroup-v1-support
branch
from
March 9, 2025 12:29
d115a25 to
f2063ac
Compare
Merged
Closed
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 18, 2025
…ux 8) (#3102) Signed-off-by: sou1118 <hello@kattyan.dev>
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 18, 2025
…ux 8) (#3102) Signed-off-by: sou1118 <hello@kattyan.dev>
Merged
sat0ken
pushed a commit
to sat0ken/youki
that referenced
this pull request
Mar 17, 2026
…ux 8) (youki-dev#3102) Signed-off-by: sou1118 <hello@kattyan.dev>
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.
Description
This PR adds support for testing with cgroups v1 on Ubuntu 24.04 by integrating Lima with AlmaLinux 8. AlmaLinux 8 provides an environment with cgroups v1 which allows us to maintain compatibility testing while upgrading the CI infrastructure to Ubuntu 24.04.
The implementation:
This is a follow-up to PR #3097 which upgraded the GitHub Actions workflows to Ubuntu 24.04.
Type of Change
Testing
Related Issues
Fixes #3095
Additional Context
The approach was inspired by the containerd/nerdctl implementation (4d76aa96b44df51e975171216d54879794b50605) which successfully uses Lima to provide cgroups v1 compatibility testing on modern Ubuntu versions.