OCPBUGS-79502: Bump e2e AWS instance types to accommodate AutoSizingReserved - #8064
OCPBUGS-79502: Bump e2e AWS instance types to accommodate AutoSizingReserved#8064nispriha wants to merge 1 commit into
Conversation
AutoSizingReserved was enabled by default in OCP 4.21 (openshift/machine-config-operator#5390), which dynamically reserves system memory based on node size. On the m5.xlarge and m5.large instances used by Hypershift e2e tests, this increases system-reserved memory enough to prevent platform pods from scheduling, causing Cluster Operator degradation and test failures. Bumping the instance types to the next size up provides sufficient allocatable memory for all platform pods with AutoSizingReserved enabled. Ref: OCPBUGS-79502
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Skipping CI for Draft Pull Request. |
|
@nispriha: This pull request references Jira Issue OCPBUGS-79502, 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. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nispriha The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@nispriha: 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. |
Test Failure Analysis CompleteJob Information
Test Failure AnalysisErrorSummaryThis is not a test failure and is completely unrelated to the PR changes. The Konflux Tekton pipeline definition for Root CauseThe root cause is a transient Konflux pipeline infrastructure misconfiguration, not a code defect. The Tekton PipelineRun This has since been fixed: PR #8267 (submitted April 16, 2026) passes the same The two other Konflux checks on the same commit — Recommendations
Evidence
|
|
@nispriha: This pull request references Jira Issue OCPBUGS-79502. The bug has been updated to no longer 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. |
What this PR does / why we need it:
AutoSizingReserved was enabled by default in OCP 4.21 (openshift/machine-config-operator#5390), which dynamically reserves system memory based on node size. On the m5.xlarge and m5.large instances used by Hypershift e2e tests, this increases system-reserved memory enough to prevent platform pods from scheduling, causing Cluster Operator degradation and test failures.
This PR bumps the instance types to the next size up to provide sufficient allocatable memory for all platform pods with AutoSizingReserved enabled.
Which issue(s) this PR fixes:
Fixes OCPBUGS-79502
Special notes for your reviewer:
Checklist: