TRT-2817: Revert "Merge pull request #2279 from nbottari9/1814-duplicate-warning"#2320
Conversation
…14-duplicate-warning" This reverts commit 54b7c12, reversing changes made to ae0477d. PR openshift#2279 introduced a regression: alertsEvaluatedByCVO() returns nil from alerts() when the ClusterUpdateAcceptRisks feature gate (TechPreview-only) is enabled, breaking `oc adm upgrade recommend` output. This is blocking the 5.0 nightly payload.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@redhat-chai-bot: This pull request references TRT-2817 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "5.0.0" version, but no target version was set. 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 (19)
💤 Files with no reviewable changes (17)
WalkthroughThe upgrade recommendation flow no longer skips client-side alert evaluation based on CVO handling. Mock data loading now excludes feature-gate and infrastructure resources, related fixture expectations are removed, and unaccepted issues use one generic error path. ChangesUpgrade alert evaluation
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@redhat-chai-bot: redhat-chai-bot unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:openshift: openshift-release-oversight openshift-staff-engineers openshift-sustaining-engineers. 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. |
|
/payload-job periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-1of3 periodic-ci-openshift-release-main-ci-5.0-e2e-aws-ovn-techpreview-serial-2of3 |
|
@petr-muller: trigger 2 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/5df920a0-85ec-11f1-9378-ea87e22d41c4-0 |
|
/uncc @atiratree @ingvagabund |
|
/test verify-deps |
|
/lgtm |
|
Scheduling required tests: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: neisw, redhat-chai-bot 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 |
|
/verified by payload-jobs |
|
@neisw: 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. |
|
/override ci/prow/e2e-agnostic-ovn-cmd validated via the payload jobs and first stage presubmits |
|
@neisw: Overrode contexts on behalf of neisw: ci/prow/e2e-agnostic-ovn-cmd, ci/prow/e2e-aws-ovn, ci/prow/e2e-aws-ovn-serial-1of2, ci/prow/e2e-aws-ovn-serial-2of2, ci/prow/e2e-aws-ovn-upgrade 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. |
|
/label approved |
|
@hongkailiu: This PR was included in a payload test run from #2322
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/160b6960-8623-11f1-80a8-fc7febfac843-0 |
Revert of #2279
This reverts commit 54b7c12, reversing changes made to ae0477d.
Why
PR #2279 introduced a regression that is blocking the 5.0 nightly payload (
5.0.0-0.nightly-2026-07-22-072716):alertsEvaluatedByCVO()returns nil fromalerts()when theClusterUpdateAcceptRisksfeature gate is enabled (TechPreview-only), removing the preamble line that tests expect fromoc adm upgrade recommendoutputaws-ovn-techpreview-serial-1of3,aws-ovn-techpreview-serial-2of3(both retries failed identically)Details
/override ci/prow/e2e-agnostic-ovn-cmd
/override ci/prow/e2e-aws-ovn
/override ci/prow/e2e-aws-ovn-serial
/override ci/prow/e2e-aws-ovn-upgrade
/override ci/prow/e2e-aws-ovn-single-node
/override ci/prow/e2e-aws-ovn-crun
@petr-muller requested in Slack thread
Summary by CodeRabbit
Bug Fixes
Tests
Chores