OCPBUGS-86221: update authentication operator conditions to no longer expect WellKnownReadyProgressing#31236
Conversation
… no longer expect WellKnownReadyProgressing because the WellKnownReadyController should never have been reporting a progressing condition based on the current definitions of the cluster operator status condition types as it does not have any operands and is a strictly observational controller. Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@everettraven: This pull request references Jira Issue OCPBUGS-86221, which is valid. 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. |
|
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 (1)
💤 Files with no reviewable changes (1)
WalkthroughThis PR removes the ChangesAuthentication Test Conditions
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: everettraven 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 |
|
Scheduling required tests: |
|
@everettraven: 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. |
Because the WellKnownReadyController should never have been reporting a progressing condition based on the current definitions of the cluster operator status condition types as it does not have any operands and is a strictly observational controller.
See openshift/cluster-authentication-operator#901 which depends on this change to pass CI.
In an attempt to prevent breaking CI prior to openshift/cluster-authentication-operator#901 being merged, a follow up PR will add the new
WellKnownReadyDegradationObservedcondition to this list.Summary by CodeRabbit