OCPBUGS-78978: Workaround packet sniffer timeouts in BGP tests#30912
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Skipping CI for Draft Pull Request. |
|
/test ? |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/test e2e-metal-ipi-ovn-dualstack-bgp-local-gw |
f24fdbb to
9582d75
Compare
Signed-off-by: Jaime Caamaño Ruiz <jcaamano@redhat.com>
9582d75 to
6263ffd
Compare
|
/test e2e-metal-ipi-ovn-dualstack-bgp-local-gw |
|
Scheduling required tests: |
|
/test e2e-metal-ipi-ovn-dualstack-bgp-local-gw |
|
The packet sniffer daemonset issue is not showing up with the increased timeout. Retrying the test to check whether it flakes or not. /test e2e-metal-ipi-ovn-dualstack-bgp-local-gw |
|
The tests were flaking on this lane also. /test e2e-metal-ipi-ovn-dualstack-bgp |
|
@arkadeepsen sorry, updated the PR description with the intention of the change: #30912 (comment). Not intending for this to be a definitive fix, maybe just an improvement. |
|
One last rerun /test e2e-metal-ipi-ovn-dualstack-bgp-local-gw |
|
/test e2e-metal-ipi-ovn-dualstack-bgp-local-gw |
|
In all the CI runs the packet sniffer daemonset pods are created successfully and the corresponding tests are passing. /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arkadeepsen, jcaamano The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@jcaamano: This pull request references Jira Issue OCPBUGS-78978, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
/verified-by CI |
|
/verified by CI |
|
@jcaamano: This PR has been marked as verified by DetailsIn 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. |
|
/jira refresh |
|
@jcaamano: This pull request references Jira Issue OCPBUGS-78978, which is invalid:
Comment DetailsIn 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. |
|
/jira refresh |
|
@jcaamano: This pull request references Jira Issue OCPBUGS-78978, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
DetailsIn 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. |
|
Scheduling required tests: |
|
@jcaamano: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
86414bd
into
openshift:main
|
@jcaamano: Jira Issue Verification Checks: Jira Issue OCPBUGS-78978 Jira Issue OCPBUGS-78978 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn 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. |
|
Fix included in accepted release 4.22.0-0.nightly-2026-04-01-092906 |
It's been observed that deployment of packet sniffer daemonset times out more frequently in BGP tests lately. This seems to be due to long image pull times. These have been frequently observed to be around the 4min mark:
Align packet sniffer timeout to the typical 5 min timeout used elsewhere for pulling images. This does not intend to be a definitive solution but might improve things in the meantime.