OCPBUGS-86238: add CPO overrides for ARO swift-nic resource limits#8610
Conversation
|
Skipping CI for Draft Pull Request. |
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@celebdor: This pull request references Jira Issue OCPBUGS-86238, 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. |
|
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 (3)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThis PR replaces the Azure CPO 4.20 override mappings with a shared cpoImage digest and extends 4.20 coverage through 4.20.24 (OCPBUGS-86567). It adds an Azure CPO override block for 4.21.0–4.21.18 using a shared 4.21 digest (OCPBUGS-86416) and inserts comments stating 4.22 does not require an override. It also adds two Konflux ProjectDevelopmentStream manifests to create control-plane-operator-v4-21 and control-plane-operator-v4-22 streams wired to the hypershift-cpo-template. Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error, 1 warning)
✅ Passed checks (9 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: celebdor, csrwng 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 |
…e limits Add Azure CPO image overrides for 4.20 and 4.21 to fix the aro.openshift.io/swift-nic extended resource limits not matching requests, which causes Kubernetes pod admission failures. 4.22 does not need an override: the fix (PR openshift#8564, commit d6c72d1) landed before rc.5 and will be included in the GA release. - 4.20.0-4.20.24: OCPBUGS-86567 (PR openshift#8593 cherry-pick to release-4.20) - 4.21.0-4.21.18: OCPBUGS-86416 (PR openshift#8565 cherry-pick to release-4.21) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add ProjectDevelopmentStream YAML files for control-plane-operator versions 4.21 and 4.22, matching the existing pattern used for 4.19 and 4.20. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
412a258 to
60d9fe4
Compare
|
@celebdor: This pull request references Jira Issue OCPBUGS-86238, which is invalid:
Comment Retaining the jira/valid-bug label as it was manually added. 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@@ Coverage Diff @@
## main #8610 +/- ##
=======================================
Coverage 40.61% 40.61%
=======================================
Files 755 755
Lines 93227 93227
=======================================
Hits 37864 37864
Misses 52640 52640
Partials 2723 2723
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/uncc |
Test Failure Analysis CompleteJob Information
Test Failure AnalysisErrorSummaryThe Root CauseThe root cause is a missing version gate on the Detailed chain of causation:
Why this is unrelated to PR #8610: The PR only modifies Recommendations
Evidence
|
|
/lgtm |
|
Scheduling tests matching the |
|
validated via #8616 |
|
@celebdor: 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. |
|
PR desc needs updating |
|
@celebdor: Jira Issue OCPBUGS-86238 is in an unrecognized state (ON_QA) and will not be 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. |
|
Fix included in release 5.0.0-0.nightly-2026-05-30-072431 |
Add 4.20.25 and 4.21.19 override entries using the same images from PR openshift#8610 to exercise the validate-pr-override-images workflow end-to-end.
Summary
limits == requestsfor thearo.openshift.io/swift-nicextended resource, fixing pod admission failuresAll override images are multi-arch (amd64 + arm64) OCI image indexes built by Konflux and verified to contain the respective fix PRs (#8593, #8565, #8564).
Test plan
go test ./hypershift-operator/controlplaneoperator-overrides/...)🤖 Generated with Claude Code
Summary by CodeRabbit