-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[release-4.18] OCPBUGS-58366: Make EgressIP helper functions more reliable #29950
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
[release-4.18] OCPBUGS-58366: Make EgressIP helper functions more reliable #29950
Conversation
Parse tcpdump output based on regex instead of position. Send probe requests with a sequence number for debgging. Use ClusterIP instead of route as the prober target. Signed-off-by: Peng Liu <[email protected]> (cherry picked from commit df37264)
|
/pj-rehearse |
|
/testwith openshift/ovn-kubernetes/master/e2e-aws-ovn-edge-zones openshift/ovn-kubernetes#2646 |
|
@jluhrsen, |
|
/testwith openshift/ovn-kubernetes/master/e2e-aws-ovn-edge-zones openshift/ovn-kubernetes#2646 |
|
@jluhrsen, |
|
/testwith openshift/ovn-kubernetes/release-4.18/e2e-aws-ovn-edge-zones openshift/ovn-kubernetes#2646 |
its not that its #29891 |
yeah, that's in addition to this one (you just informed me), but these origin PRs are what we need to testwith the 4.18 sync PR which is what I was trying to do here and it's not working. *sigh |
oh I see :( I think that zone one should hopefully be fixed with 29891.. good luck with other stuff you are chasing |
|
/lgtm |
|
/retitle [release-4.18] OCPBUGS-58366: Make EgressIP helper functions more reliable |
|
/jira refresh |
|
@pliurh: This pull request references Jira Issue OCPBUGS-58366, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@jluhrsen: This pull request references Jira Issue OCPBUGS-58366, which is valid. 7 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
|
@neisw , could you PTAL at this? asking since you approved the 4.19 version of this. |
|
/test ci/prow/e2e-aws-ovn-serial |
|
@pliurh: The specified target(s) for The following commands are available to trigger optional jobs: Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/retest ci/prow/e2e-aws-ovn-serial |
|
@pliurh: The The following commands are available to trigger optional jobs: Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test e2e-aws-ovn-serial |
|
/hold We shall ensure all EgressIP tests can pass in the e2e-aws-ovn-single-node-serial job. |
|
/unhold |
|
/retest |
|
/testwith openshift/ovn-kubernetes/release-4.18/e2e-aws-ovn-edge-zones openshift/ovn-kubernetes#2646 |
|
@pliurh: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jluhrsen, neisw, pliurh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4a531db
into
openshift:release-4.18
|
@pliurh: Jira Issue OCPBUGS-58366: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-58366 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-tests |
|
Fix included in accepted release 4.18.0-0.nightly-2025-07-10-031259 |
This is manual cherry-pick from 4.19 branch. The original commit is part of PR #29777. We don't support route advertisements feature in 4.18. Therefore, the commits for route advertisements feature are dropped.
Fixed the following conflicts manually.
Parse tcpdump output based on regex instead of position.
Send probe requests with a sequence number for debgging.
Use ClusterIP instead of route as the prober target.
(cherry picked from commit df37264)