-
Notifications
You must be signed in to change notification settings - Fork 4.8k
OCPBUGS-55969: (olmv1 tests) Increase timeout for verifyAPIEndpoints #29770
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-55969: (olmv1 tests) Increase timeout for verifyAPIEndpoints #29770
Conversation
|
@anik120: This pull request references Jira Issue OCPBUGS-55969, 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. |
tmshort
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
/retitle OCPBUGS-55969: (olmv1 tests) Use exponential backoffs for verifyAPIEndpoints [release-4.19] |
verifyAPIEndpoints|
/label backport-risk-assessed |
|
@oceanc80: Can not set label backport-risk-assessed: Must be member in one of these teams: [openshift-staff-engineers] 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 kubernetes-sigs/prow repository. |
e27f015 to
b59cbc5
Compare
Polling with 30 secs timeout is causing the tests to timeout in resource constrained CI environments, mainly because of a large time gap between when the Job is scheduled and when they actually start. This PR switches to a 2 min timeout with 15 seconds interval polling.
b59cbc5 to
d595ee4
Compare
|
@anik120: 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. |
|
/label cherry-pick-approved |
|
@jianzhangbjz: Can not set label cherry-pick-approved: Must be member in one of these teams: [openshift-staff-engineers] 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 kubernetes-sigs/prow repository. |
|
/jira refresh |
|
@jianzhangbjz: This pull request references Jira Issue OCPBUGS-55969, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. 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. |
|
/retitle OCPBUGS-55969: (olmv1 tests) Increase timeout for verifyAPIEndpoints |
|
/label backport-risk-assessed |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anik120, joelanford, tmshort 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 |
|
/label cherry-pick-approved |
|
@bandrade: Can not set label cherry-pick-approved: Must be member in one of these teams: [openshift-staff-engineers] 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 kubernetes-sigs/prow repository. |
|
/label cherry-pick-approved |
fca6932
into
openshift:release-4.19
|
@anik120: Jira Issue OCPBUGS-55969: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-55969 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 |
|
Fix included in accepted release 4.19.0-0.nightly-2025-05-13-053644 |
Polling with 30 secs timeout is causing thundering herd problem, causing the tests to timeout in resource constrained CI environments. This PR switches to using exponential backoffs with jitter.