Skip to content
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

datapath/linux/route: fix CI expectations for rule string format #24577

Merged
merged 1 commit into from Mar 27, 2023

Conversation

NikAleksandrov
Copy link

When CI is running it expects the fib rule format without the new protocol, so it breaks when matching the string formats with the expected ones. Fix it by adding the protocol.

Fixes: d0cca9d ("datapath/linux/route: add support for rule protocol")

When CI is running it expects the fib rule format without the new
protocol, so it breaks when matching the string formats with the
expected ones. Fix it by adding the protocol.

Fixes: d0cca9d ("datapath/linux/route: add support for rule protocol")
Signed-off-by: Nikolay Aleksandrov <nikolay@isovalent.com>
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Mar 27, 2023
@NikAleksandrov NikAleksandrov marked this pull request as ready for review March 27, 2023 09:42
@NikAleksandrov NikAleksandrov requested a review from a team as a code owner March 27, 2023 09:42
@pchaigno pchaigno added area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI. labels Mar 27, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Mar 27, 2023
@pchaigno
Copy link
Member

I believe this can be merged without running the full CI as the changes are very limited in scope and they fix a CI job that is currently consistently failing. Marking ready to merge.

@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Mar 27, 2023
@julianwiedmann julianwiedmann merged commit cbf09e7 into master Mar 27, 2023
42 of 43 checks passed
@julianwiedmann julianwiedmann deleted the pr/fib-rule-ci-fix branch March 27, 2023 10:14
@qmonnet qmonnet mentioned this pull request Mar 27, 2023
7 tasks
@pchaigno pchaigno added the needs-backport/1.13 This PR / issue needs backporting to the v1.13 branch label Mar 27, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.13.2 Mar 27, 2023
@pchaigno
Copy link
Member

I've added the backport label for v1.13 here given the PR is fixes is planned for backport into 1.13.

@tklauser tklauser mentioned this pull request Mar 28, 2023
9 tasks
@tklauser tklauser added backport-pending/1.13 The backport for Cilium 1.13.x for this PR is in progress. and removed needs-backport/1.13 This PR / issue needs backporting to the v1.13 branch labels Mar 28, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.13 in 1.13.2 Mar 28, 2023
@tklauser tklauser added affects/v1.11 This issue affects v1.11 branch affects/v1.12 This issue affects v1.12 branch needs-backport/1.13 This PR / issue needs backporting to the v1.13 branch affects/v1.13 This issue affects v1.13 branch and removed backport-pending/1.13 The backport for Cilium 1.13.x for this PR is in progress. labels Mar 30, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Backport pending to v1.13 to Needs backport from master in 1.13.2 Mar 30, 2023
@jibi jibi removed affects/v1.11 This issue affects v1.11 branch affects/v1.12 This issue affects v1.12 branch needs-backport/1.13 This PR / issue needs backporting to the v1.13 branch affects/v1.13 This issue affects v1.13 branch labels Apr 3, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot removed this from Needs backport from master in 1.13.2 Apr 3, 2023
@jibi jibi mentioned this pull request Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants