HIVE-3114: Azure MachinePool: Increase timeout for ListImagesByResourceGroup()#2874
HIVE-3114: Azure MachinePool: Increase timeout for ListImagesByResourceGroup()#28742uasimojo wants to merge 1 commit intoopenshift:masterfrom
Conversation
…ceGroup() We've started seeing consistent timeouts in the field for this call, resulting in very slow response time for the MachinePool controller to lay down MachineSets for Azure spokes. Increase the timeout from 30s to 2m.
|
@2uasimojo: This pull request references HIVE-3114 which is a valid 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. |
|
/assign @suhanime |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single timeout value is increased from 30 seconds to 2 minutes for the AzureActuator's ListImagesByResourceGroup paging operation. This is a straightforward configuration adjustment affecting one line of code with no functional or structural modifications. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 2uasimojo 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 |
|
@2uasimojo: This pull request references HIVE-3114 which is a valid 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
🚀 New features to boost your workflow:
|
|
/test e2e-azure |
Should be resolved by openshift/release#76389 |
|
/test e2e-azure |
|
@2uasimojo: The following test 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. |
|
Two CI infra timeouts in a row. Increasing via openshift/release#76486 |
We've started seeing consistent timeouts in the field for this call, resulting in very slow response time for the MachinePool controller to lay down MachineSets for Azure spokes. Increase the timeout from 30s to 2m.
Summary by CodeRabbit
Bug Fixes