Bump AWS FIPS IPI jobs to m6a.2xlarge instances#82033
Conversation
The e2e-aws-ovn-fips jobs are hitting resource pressure on the default m6a.xlarge nodes. Set COMPUTE_NODE_TYPE and CONTROL_PLANE_INSTANCE_TYPE to m6a.2xlarge for the FIPS tests in current development releases (main/master, release-4.22, release-4.23) of installer, kubernetes, machine-config-operator and origin, plus the nightly-4.22/4.23 release periodics (including e2e-aws-ovn-fips-serial). Assisted-By: Claude Fable 5 Signed-off-by: Mat Kowalski <mko@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mkowalski 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (26)
WalkthroughThe CI configurations for OpenShift FIPS AWS e2e jobs now set both compute and control-plane instance types to ChangesFIPS AWS instance sizing
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@mkowalski: 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. |
Sets
COMPUTE_NODE_TYPEandCONTROL_PLANE_INSTANCE_TYPEtom6a.2xlargefore2e-aws-ovn-fips(ande2e-aws-ovn-fips-serial) tests in current development releases (main/master, release-4.22, release-4.23) of installer, kubernetes, machine-config-operator, origin, and the nightly-4.22/4.23 release periodics, per Slack thread.Replaces #82030, which wrongly targeted CVP cluster pools instead of the IPI jobs.
Summary by CodeRabbit
Updates AWS FIPS IPI CI jobs across OpenShift component and release configurations to use larger
m6a.2xlargecompute and control-plane instances. This applies to development-release jobs and nightly 4.22/4.23e2e-aws-ovn-fipsand serial FIPS periodics, helping alleviate resource pressure on the default instances.