OCPBUGS-86329: cpo: turn off cluster-api crdmigrator controller#8556
OCPBUGS-86329: cpo: turn off cluster-api crdmigrator controller#8556stevekuznetsov wants to merge 1 commit into
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
📝 WalkthroughWalkthroughThis PR modifies the cluster-api manager Deployment manifest to add a command-line argument that skips specific CRD migration phases during controller initialization. The 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8556 +/- ##
=======================================
Coverage 40.34% 40.34%
=======================================
Files 755 755
Lines 93167 93167
=======================================
Hits 37587 37587
Misses 52877 52877
Partials 2703 2703
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
We do not provide the RBAC necessary to make this controller function, and we do not want or need its behavior. Turn off the controller by skipping all phases in order to remove lots of serious-looking 401 spam from logs that misleads humans and agents analyzing the logs. Signed-off-by: Steve Kuznetsov <stekuznetsov@microsoft.com>
2386fa6 to
a020815
Compare
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: machi1990, stevekuznetsov 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 |
|
Hi @stevekuznetsov, To try to understand better whether we would need this at some point: could you expand on why we do not want/need that behavior? isn't it possible that the CAPI CRDs evolve over time and we want to leverage the new ones? |
Test Resultse2e-aws
e2e-aks
|
|
/retest unrelated |
|
@stevekuznetsov: 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. |
|
Now I have the complete picture. Let me compile the final report. Test Failure Analysis CompleteJob Information
Test Failure AnalysisErrorSummaryAll four failures are CI infrastructure issues completely unrelated to PR #8556. The two Prow jobs ( Root CauseProw Jobs (e2e-aws, e2e-aks): Both Prow jobs failed during the The specific mechanism:
Key evidence that this is infrastructure-only:
Konflux Enterprise Contract: Both Konflux checks (
This confirms the Konflux enterprise-contract failures are a pre-existing repo-wide issue unrelated to any specific PR. Recommendations
Evidence
|
|
@stevekuznetsov: This pull request references Jira Issue OCPBUGS-86329, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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. |
We do not provide the RBAC necessary to make this controller function, and we do not want or need its behavior. Turn off the controller by skipping all phases in order to remove lots of serious-looking 401 spam from logs that misleads humans and agents analyzing the logs.
Summary by CodeRabbit