OCPBUGS-92836: UPSTREAM: <carry>: upkeep cpu partitioning admission webhook#2713
OCPBUGS-92836: UPSTREAM: <carry>: upkeep cpu partitioning admission webhook#2713eggfoobar wants to merge 1 commit into
Conversation
|
@eggfoobar: This pull request references Jira Issue OCPBUGS-92836, 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. |
|
@eggfoobar: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe admission plugin now decides CPU-partitioning eligibility from infrastructure status only, without listing nodes. The table-driven tests were updated to use plain nodes and no longer include the zero-node rejection case. ChangesCPU Partitioning Simplification
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-single-node-live-iso periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-upgrade periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-two-node-arbiter |
|
@eggfoobar: trigger 3 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/545a43e0-75dd-11f1-8d49-95d737a6f3ba-0 |
|
@eggfoobar: This pull request references Jira Issue OCPBUGS-92836, which is invalid:
Comment 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. |
cpu partitioning no longer needs to check node for resource types as of 4.13, removing check to clean up any error noise during bootstrap and remove call for nodes since it is no longer needed. the previous flow checked node resource type for older clusters before the authoritative flag of `cpuPartitioning` was introduced Signed-off-by: ehila <ehila@redhat.com>
cb6cac2 to
13ace3c
Compare
|
@eggfoobar: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
|
/jira refresh |
|
@eggfoobar: This pull request references Jira Issue OCPBUGS-92836, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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. |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-single-node-live-iso periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ipi-ovn-upgrade periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-two-node-arbiter |
|
@eggfoobar: trigger 3 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/139f9ba0-75df-11f1-9345-6b72252910d3-0 |
|
@eggfoobar: This pull request references Jira Issue OCPBUGS-92836, which is valid. 3 validation(s) were run on this bug
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. |
|
/retest-required |
|
/verified by CI CI lanes are no longer showing the error message. Previous Presubmits WITHOUT the fix show the event message With this PR the event no longer shows up |
|
@eggfoobar: This PR has been marked as verified by 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. |
|
/test all |
|
Could we hold off on this PR until the Kube rebase is merged? We're likely targeting sometime this week for the Kube rebase changes to land, and we'd prefer to avoid additional code churn until that's complete. |
|
/hold |
bertinatto
left a comment
There was a problem hiding this comment.
The changes introduced here look good to me; we'll want to squash them in the next rebase.
/remove-label backports/unvalidated-commits
/lgtm
Leaving the hold tag so that we coordinate with the kube rebase.
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, eggfoobar 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 |
|
/test all |
|
/retest-required |
|
/cherry-pick release-4.22 |
|
@eggfoobar: once the present PR merges, I will cherry-pick it on top of 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. |
|
Thanks guys, @bertinatto we will need to backport this to 4.22, I added the cherry pick command to allow the bot to create the jira tickets, but I'm not sure if that's the right way we carry backports for k8s |
|
/retest-required |
|
/test all |
|
/retest-required |
3 similar comments
|
/retest-required |
|
/retest-required |
|
/retest-required |
|
/hold cancel |
|
/retest |
|
@eggfoobar: 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. |
|
/retest-required |
cpu partitioning no longer needs to check node for resource types as of 4.13, removing check to clean up any error noise during bootstrap and remove call for nodes since it is no longer needed.
the previous flow checked node resource type for older clusters before the authoritative flag of
cpuPartitioningwas introducedWhat type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR is related to:
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
Summary by CodeRabbit