OCPBUGS-54651: resources: Add limit exceptions for Istio#29690
Conversation
|
/retest-required |
|
@Miciah: This pull request references Jira Issue OCPBUGS-54651, which is valid. The bug has been moved to the POST state. 3 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. 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. |
5b76148 to
58c7917
Compare
|
/test e2e-gcp-ovn-techpreview |
|
@Miciah I did pre-merge test with this PR, the test passed but it is marked as flake. Is that OK? |
Yes, that is the expected behavior. We want the test result to be a flake and not a failure. What I intend to accomplish with the exception is to avoid the situation where the test fails once, then it gets retried, and then the retry fails. When this happens, the two failed attempts result in the test being reported as a failure. For example, https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/29670/pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview/1912217692526350336 went from being a flake to being a failure because first the gateway deployment triggered the flake: and then a must-gather pod triggered the flake: Adding the exception for the gateway deployment should cause it to be marked immediately as a flake, instead of retrying and possibly failing again, resulting in a failure for the test. |
|
Weird, why the test still failed in the e2e-gcp-ovn-techpreview ? |
|
/test e2e-gcp-ovn-techpreview |
1 similar comment
|
/test e2e-gcp-ovn-techpreview |
|
Job Failure Risk Analysis for sha: 58c7917
|
|
/lgtm |
|
/hold |
Using search.ci, I found another failure: The test tries to map each replicaset to its owning deployment. In this case, it appears that the test found two replicasets, and the test could find the owning deployment for one of them but not for the other, and so we see deployment "gateway-w9pxj-openshift-default" and the replicasets for deployment "gateway-rms42-openshift-default". Perhaps an old replicaset got somehow left behind when its deployment was deleted? In any case, I believe that this is an error in the test logic. |
58c7917 to
b283ded
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87, candita, Miciah, sdodson 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 |
|
Some of the last AWS tests failed due to the quota issue. Trying one again: |
|
Doesn't seem to be anymore issue with AWS leases. |
|
/test e2e-gcp-ovn-techpreview |
1 similar comment
|
/test e2e-gcp-ovn-techpreview |
|
/retest-required |
|
/test e2e-gcp-ovn-techpreview |
|
/hold cancel |
|
AWS is back up. |
|
Cluster install failures related to:
/retest-required |
|
/retest-required |
|
/test e2e-gcp-ovn-techpreview |
|
/retest-required |
|
|
|
Job Failure Risk Analysis for sha: ed9a512
|
|
Job Failure Risk Analysis for sha: ed9a512
|
|
@Miciah: 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. |
|
Job Failure Risk Analysis for sha: ed9a512
|
|
Job Failure Risk Analysis for sha: ed9a512
|
aa19c60
into
openshift:main
|
@Miciah: Jira Issue OCPBUGS-54651: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-54651 has been moved to the MODIFIED state. 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. |
|
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-tests |
Add an exception for Istio pods that specify resource limits.