workflows: Cover v6.18 kernel instead of v5.10#44405
Merged
Conversation
smagnani96
approved these changes
Feb 17, 2026
Contributor
smagnani96
left a comment
There was a problem hiding this comment.
Have some comments just to make sure we're not losing some bits around.
Other than that, LGTM 💯
We're preparing to deprecate v5.10 support in Cilium v1.20. In parallel, LTS v6.18 is now out and starting to reach distros and we still have very little coverage for it. This commit therefore trades the v5.10 end-to-end test cases for v6.18. Note that for Ginkgo test versions, v6.18 is already covered, so we can switch the other v5.10 test cases to kernels v6.1 to v6.12. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
f12d43b to
7d8fc2c
Compare
Member
Author
|
/test |
Member
Author
|
Thanks for the review @smagnani96! I think I addressed the remaining cases. |
smagnani96
approved these changes
Feb 18, 2026
Member
Author
|
@Artyop I saw you mentioning that Nicolas isn't back yet in your latest PR. Could I ask for your review in place of Nicolas here? 🙏 |
Artyop
approved these changes
Feb 19, 2026
Contributor
For sure |
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.
We're preparing to deprecate v5.10 support in Cilium v1.20. In parallel, LTS v6.18 is now out and starting to reach distros and we still have very little coverage for it. This commit therefore trades the v5.10 end-to-end test cases for v6.18.
Updates: #44201.
Fixes: #43636.