NO-ISSUE: Increase timeout + interval for OCL test cleanup#5732
NO-ISSUE: Increase timeout + interval for OCL test cleanup#5732umohnani8 wants to merge 2 commits intoopenshift:mainfrom
Conversation
We keep hitting the rate limiter while cleaning up, so increase the timeout to give our tests more time to cleanup without hitting the rate limiter or timing out. Signed-off-by: Urvashi <umohnani@redhat.com>
We keep hitting the rate limiter intermittently so increase the interval between polling and the overall timeout for the cleanup process to avoid this from happening. Signed-off-by: Urvashi <umohnani@redhat.com>
|
@umohnani8: This pull request explicitly references no jira issue. 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: isabella-janssen, umohnani8 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 |
2 similar comments
|
/retest |
|
/retest |
|
/test e2e-gcp-op-ocl-part2 |
|
@umohnani8: all tests passed! 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. |
We keep hitting the rate limiter intermittently so
increase the interval between polling and the overall
timeout for the cleanup process to avoid this from
happening.
Have 2 commits as one is for the initial mono OCL test suite and the other is for the sharded OCL test suite. We will backport the fixes for the mono-OCL test suite so that is why I have those 2 separated into different commits.