-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
OCPBUGS-4850: Add Kuryr exception to "pods should successfully create sandboxes" test #27435
OCPBUGS-4850: Add Kuryr exception to "pods should successfully create sandboxes" test #27435
Conversation
Kuryr can take long to create Pods as it needs to create ports for these pods in Neutron. If a pod gets deleted while this is being processed, a warning Event will be generated. This causes the `[sig-network] pods should successfully create sandboxes by adding pod to network` to fail. This commit adds this case as a flake.
/test e2e-openstack-kuryr |
@dulek: 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/test-infra repository. |
/retest |
Proposal do add an optional Kuryr job openshift/release#32762 |
/test e2e-openstack-kuryr |
/retest-required |
Test seems to be passing as a flake, which is what we wanted. I'm not rechecking, a different problem appeared, but this PR seems to fix the problem it intended to. |
/assign @spadgett Please take a look, this unblocks e2e-openstack-kuryr CIs. |
The new issue in the Kuryr CI might be related to https://issues.redhat.com/browse/OCPBUGS-2061, which is not an issue with Kuryr itself |
/test e2e-openstack-kuryr Just out of curiosity if the problem Maysa mentioned above is fixed. |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, dulek, MaysaMacedo 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 |
/retest-required |
1 similar comment
/retest-required |
/retest-required Weirdly it does seem to fail on a similar set of tests. Yet I strongly doubt this patch can affect it in a negative way. |
/retest-required |
2 similar comments
/retest-required |
/retest-required |
/test e2e-gcp-ovn-image-ecosystem |
/test e2e-gcp-ovn-image-ecosystem |
2 similar comments
/test e2e-gcp-ovn-image-ecosystem |
/test e2e-gcp-ovn-image-ecosystem |
/retest |
@dulek: 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/test-infra repository. I understand the commands that are listed here. |
/cherry-pick release-4.12 |
/retitle OCPBUGS-4850: Add Kuryr exception to "pods should successfully create sandboxes" test |
@dulek: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-4850 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 kubernetes/test-infra repository. |
/cherry-pick release-4.12 |
@MaysaMacedo: new pull request created: #27611 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/test-infra repository. |
Kuryr can take long to create Pods as it needs to create ports for these pods in Neutron. If a pod gets deleted while this is being processed, a warning Event will be generated. This causes the
[sig-network] pods should successfully create sandboxes by adding pod to network
to fail.This commit adds this case as a flake.