-
Notifications
You must be signed in to change notification settings - Fork 29
ci: fix wrong grouping about CGroup v1 #841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
e36fc28 to
0fcaa28
Compare
Contributor
Author
|
Assume that AL2023 test case will pass with this PR. |
AmazonLinux 2023 contains CGroup v1 support, but it is not officially supported. See https://docs.aws.amazon.com/eks/latest/userguide/al2023.html While AL2023 still includes code that can make the system run using cgroupv1, this isn’t a recommended or supported configuration. This configuration will be completely removed in a future major release of Amazon Linux. Signed-off-by: Kentaro Hayashi <[email protected]>
0fcaa28 to
24f2016
Compare
Contributor
Author
|
As #842 was merged into master, so rebase it. |
Contributor
Author
|
CGroup v1 target is now reduced to AL2. |
Merged
daipom
approved these changes
May 23, 2025
Contributor
daipom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
kenhys
added a commit
to kenhys/fluent-package-builder
that referenced
this pull request
Jun 2, 2025
AmazonLinux 2023 contains code for CGroup v1, but it is not officially supported. See https://docs.aws.amazon.com/eks/latest/userguide/al2023.html While AL2023 still includes code that can make the system run using cgroupv1, this isn’t a recommended or supported configuration. This configuration will be completely removed in a future major release of Amazon Linux. Signed-off-by: Kentaro Hayashi <[email protected]>
Watson1978
pushed a commit
that referenced
this pull request
Sep 24, 2025
AmazonLinux 2023 contains code for CGroup v1, but it is not officially supported. See https://docs.aws.amazon.com/eks/latest/userguide/al2023.html While AL2023 still includes code that can make the system run using cgroupv1, this isn’t a recommended or supported configuration. This configuration will be completely removed in a future major release of Amazon Linux. Signed-off-by: Kentaro Hayashi <[email protected]> Signed-off-by: Shizuo Fujita <[email protected]>
kenhys
added a commit
that referenced
this pull request
Sep 24, 2025
Backport #841 AmazonLinux 2023 contains code for CGroup v1, but it is not officially supported. See https://docs.aws.amazon.com/eks/latest/userguide/al2023.html While AL2023 still includes code that can make the system run using cgroupv1, this isn’t a recommended or supported configuration. This configuration will be completely removed in a future major release of Amazon Linux. Signed-off-by: Kentaro Hayashi <[email protected]> Signed-off-by: Shizuo Fujita <[email protected]> Co-authored-by: Kentaro Hayashi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport to v5.0
Need to be backported LTS
backported
Already backported to LTS branch (e.g. fluent-package-v5)
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.
AmazonLinux 2023 contains code for CGroup v1, but it is not officially supported.
See https://docs.aws.amazon.com/eks/latest/userguide/al2023.html