CONSOLE-5188: remove console exceptions - #31280
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@sg00dwin: This pull request references CONSOLE-5188 which is a valid jira issue. 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. |
|
/hold |
|
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 console-specific exception whitelists from stable-system, upgrade-state, and upgrade-progressing cluster operator transition tests. ChangesConsole Operator Exception Cleanup
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Scheduling required tests: |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/unhold |
|
/retest-required |
|
/hold |
|
/test e2e-aws-ovn-microshift |
|
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: e446419
New tests seen in this PR at sha: e446419
|
|
/hold cancel |
|
Code Approver |
|
Do you want to remove bug 67134 as well? |
e446419 to
c84f750
Compare
|
/test verify |
|
/lgtm /hold
|
|
/test lint |
|
/test verify |
|
/retest-required |
|
/test verify |
| condition.Reason == "APIServices_Error") { | ||
| return "https://issues.redhat.com/browse/OCPBUGS-23746" | ||
| } | ||
| if operator == "console" && condition.Reason == "Deployment_InsufficientReplicas" { |
There was a problem hiding this comment.
Likely there is a formatting issue which caused the verify job to fail, e.g., https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/31280/pull-ci-openshift-origin-main-verify/2087151787617292288
Remove temporary console exception blocks for OCPBUGS-67134, OCPBUGS-38676 (Degraded blips) and OCPBUGS-64688 (Progressing during node reboot) now that the bug fix prs openshift/console-operator#1179, openshift/console-operator#1169 and openshift/console-operator#1164 have merged to console-operator. Assisted-by: Claude (Opus 4.6)
c84f750 to
99845ce
Compare
|
Scheduling required tests: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hongkailiu, petr-muller, sg00dwin 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 e2e-gcp-ovn-upgrade |
|
Checked Sippy 5.0 yesterday. /verified by @hongkailiu |
|
@hongkailiu: 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. |
|
/hold cancel |
|
Scheduling required tests: |
|
@sg00dwin: 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. |
Summary
Remove temporary console exception blocks from
legacycvomonitortests/operators.goDepends on the following PRs:
3 blocks excepted console from Degraded=True failures (OCPBUGS-38676, fixed in console-operator PR #1164)
1 block excepted console from Progressing=True during node reboots (OCPBUGS-64688, fixed in console-operator PR #1169)
Test plan
Package compiles cleanly
go test ./pkg/monitortests/clusterversionoperator/legacycvomonitortests/ passes
OTA invariant tests pass without console exceptions in CI
Assisted-by: Claude (Opus 4.6)
Summary by CodeRabbit
Release Notes