Skip to content

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

Merged
julianwiedmann merged 1 commit intomasterfrom
pr/fib-rule-ci-fix
Mar 27, 2023
Merged

datapath/linux/route: fix CI expectations for rule string format#24577
julianwiedmann merged 1 commit intomasterfrom
pr/fib-rule-ci-fix

Conversation

@NikAleksandrov
Copy link
Copy Markdown

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
Copy Markdown
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
@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
Copy link
Copy Markdown
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 affects/v1.11 This issue affects v1.11 branch affects/v1.12 This issue affects v1.12 branch affects/v1.13 This issue affects v1.13 branch and removed needs-backport/1.13 labels Mar 28, 2023
@jibi jibi removed affects/v1.11 This issue affects v1.11 branch affects/v1.12 This issue affects v1.12 branch labels Apr 3, 2023
@jibi jibi removed needs-backport/1.13 affects/v1.13 This issue affects v1.13 branch labels 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

No open projects
Status: Released

Development

Successfully merging this pull request may close these issues.

5 participants