Merged
Conversation
8b27903 to
653ea43
Compare
967a102 to
d787f22
Compare
d787f22 to
c69d87d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
ed26bd5 to
662adba
Compare
c099ce7 to
ec2067d
Compare
This commit is similar to 726967c ("workflows/eks: Allow multiple parallel runs from same PR ") but for AKS. Quoting: > We're now running the EKS workflow multiple times in parallel with > configs that can be reduced to the same value tuple. This commit adds > a UID number to the workflow runs so they can be easily > distinguished. This number can then be used to differentiate the > cluster names or the concurrency groups. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
This commit implements the same change as was done for EKS in caafe28 ("workflows/kpr: Move KPR tests to their own workflow for EKS"), but for AKS instead. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
We want to cover a set of advanced features with KPR, including egress gateway, LRP, and BPF masquerading. This commit enables those under the common test flag "advanced-features". Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
ec2067d to
015915c
Compare
Member
Author
|
/test |
Member
Author
|
@ldelossa @christarazi @joestringer @tamilmani1989 Ping :-) |
joestringer
approved these changes
Mar 18, 2026
Member
joestringer
left a comment
There was a problem hiding this comment.
The logic looks fine for my codeowners.
I'm a bit skeptical whether the additional testing is worthwhile, but I guess that's up to KPR owners / @cilium/sig-datapath to maintain.
christarazi
approved these changes
Mar 18, 2026
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.
This pull request adds coverage for AKS in the existing Conformance KPR workflow. Several advanced features are also covered, such as IPsec, WireGuard, BPF Masquerading, Egress Gateway, and LRP.