Ignore FailedCreatePodSandBox event that is expected to happen#26966
Ignore FailedCreatePodSandBox event that is expected to happen#26966deads2k merged 1 commit intoopenshift:masterfrom
Conversation
|
/retest |
1 similar comment
|
/retest |
| if strings.Contains(event.Locator, "pod/whereabouts-pod") && | ||
| strings.Contains(event.Message, "error adding container to network") && | ||
| strings.Contains(event.Message, "Error at storage engine: Could not allocate IP in range: ip: 192.168.2.225 / - 192.168.2.230 ") { | ||
| // This failed to create sandbox case is expected due to the whereabouts-e2e test which creates a pod that is expected to |
There was a problem hiding this comment.
add a link to it here please.
|
/approve |
8410443 to
f98fd32
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, DennisPeriquet 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 |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
failed on leader election. merging to fix the pod sandbox failures. |
|
@DennisPeriquet: 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/test-infra repository. I understand the commands that are listed here. |
In https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/26908/pull-ci-openshift-origin-master-e2e-gcp/1509938673548791808 , we get:
But that is expected because of this test. So, this PR ignores it and does not count it as another
FailedCreatePodSandBoxfailure.cc @nicklesimba