From d7160e2225c5dc1ef7f6489f4da3c778d0df75bc Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Thu, 21 May 2026 01:56:16 -0400 Subject: [PATCH 1/9] Remove the exception for OCPBUGS-23745 OCPBUGS-23745 has been fixed and shipped with 4.15. However, the symptom is still there in 4.21 and we create OCPBUGS-66230 to track the issue. OCPBUGS-66230 is closed as the fix is included in 4.21.0-0.nightly-2025-11-30-094855 [1]. [1]. https://redhat.atlassian.net/browse/OCPBUGS-66230?focusedCommentId=16861698 --- .../legacycvomonitortests/operators.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 2475e5405ec0..b0f7176ba29a 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -319,17 +319,6 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf if condition.Type == configv1.OperatorAvailable && condition.Status == configv1.ConditionFalse && condition.Reason == "KubeStorageVersionMigrator_Deploying" { return "https://issues.redhat.com/browse/OCPBUGS-65984" } - case "monitoring": - if condition.Type == configv1.OperatorAvailable && - (condition.Status == configv1.ConditionFalse && - (condition.Reason == "PlatformTasksFailed" || - condition.Reason == "UpdatingAlertmanagerFailed" || - condition.Reason == "UpdatingConsolePluginComponentsFailed" || - condition.Reason == "UpdatingPrometheusK8SFailed" || - condition.Reason == "UpdatingPrometheusOperatorFailed")) || - (condition.Status == configv1.ConditionUnknown && condition.Reason == "UpdatingPrometheusFailed") { - return "https://issues.redhat.com/browse/OCPBUGS-23745" - } case "openshift-apiserver": if condition.Type == configv1.OperatorAvailable && condition.Status == configv1.ConditionFalse { if isTwoNode && condition.Reason == "APIServices_PreconditionNotReady" { From 42234265602e0383ab1420306a1d726eb9ef1e6f Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Wed, 21 Jan 2026 21:38:05 +0800 Subject: [PATCH 2/9] Correct the bug link for co/storage in cluster-scaling test 62633 is for co/service-ca and the correct one is 62634. --- test/extended/machines/scale.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extended/machines/scale.go b/test/extended/machines/scale.go index f82d85677733..b53bb9af63aa 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -270,7 +270,7 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl case "node-tuning": return "https://issues.redhat.com/browse/OCPBUGS-62632" case "storage": - return "https://issues.redhat.com/browse/OCPBUGS-62633" + return "https://issues.redhat.com/browse/OCPBUGS-62634" default: return "" } From 8f9f2ea18b4a0f69ea1267fcfa2142fc72177257 Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Wed, 21 Jan 2026 21:40:19 +0800 Subject: [PATCH 3/9] Remove the exception OCPBUGS-62634 The bug is fixed [1]. [1]. https://redhat.atlassian.net/browse/OCPBUGS-62634?focusedCommentId=16981952 --- test/extended/machines/scale.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/extended/machines/scale.go b/test/extended/machines/scale.go index b53bb9af63aa..6c36e72acac1 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -269,8 +269,6 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl return "https://issues.redhat.com/browse/OCPBUGS-62630" case "node-tuning": return "https://issues.redhat.com/browse/OCPBUGS-62632" - case "storage": - return "https://issues.redhat.com/browse/OCPBUGS-62634" default: return "" } From a7796da568290f8d3ca358afb528ca950dbce9c4 Mon Sep 17 00:00:00 2001 From: Jiri Mencak Date: Wed, 21 Jan 2026 13:28:38 +0100 Subject: [PATCH 4/9] Remove exceptions for NTO NTO should now correctly report ClusterOperator status conditions Available, Progressing and Degraded. See: OCPBUGS-62632 --- .../clusterversionoperator/legacycvomonitortests/operators.go | 4 ---- test/extended/machines/scale.go | 2 -- 2 files changed, 6 deletions(-) diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index b0f7176ba29a..e42a66ddbc06 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -727,10 +727,6 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals, if reason == "Deploying" || reason == "MachineConfig" { return "https://issues.redhat.com/browse/OCPBUGS-62630" } - case "node-tuning": - if reason == "Reconciling" || reason == "ProfileProgressing" { - return "https://issues.redhat.com/browse/OCPBUGS-62632" - } case "openshift-controller-manager": // _DesiredStateNotYetAchieved // RouteControllerManager_DesiredStateNotYetAchieved diff --git a/test/extended/machines/scale.go b/test/extended/machines/scale.go index 6c36e72acac1..4915f279fbc9 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -267,8 +267,6 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl return "https://issues.redhat.com/browse/OCPBUGS-62626" case "network": return "https://issues.redhat.com/browse/OCPBUGS-62630" - case "node-tuning": - return "https://issues.redhat.com/browse/OCPBUGS-62632" default: return "" } From 707d6f0b9f92416e8a25e6fad63205d2e729d95b Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Thu, 14 May 2026 13:40:02 -0400 Subject: [PATCH 5/9] Remove the exception OCPBUGS-62626 The bug is fixed [1]. [1]. https://redhat.atlassian.net/browse/OCPBUGS-62626?focusedCommentId=16983042 --- .../clusterversionoperator/legacycvomonitortests/operators.go | 4 ---- test/extended/machines/scale.go | 2 -- 2 files changed, 6 deletions(-) diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index e42a66ddbc06..7d197f0a7399 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -711,10 +711,6 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals, if reason == "SyncLoopRefresh_InProgress" { return "https://issues.redhat.com/browse/OCPBUGS-64688" } - case "image-registry": - if reason == "NodeCADaemonUnavailable::Ready" || reason == "DeploymentNotCompleted" { - return "https://issues.redhat.com/browse/OCPBUGS-62626" - } case "ingress": if reason == "Reconciling" { return "https://issues.redhat.com/browse/OCPBUGS-62627" diff --git a/test/extended/machines/scale.go b/test/extended/machines/scale.go index 4915f279fbc9..2f8342a0598c 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -263,8 +263,6 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl return "https://issues.redhat.com/browse/OCPBUGS-65896" case "dns": return "https://issues.redhat.com/browse/OCPBUGS-62623" - case "image-registry": - return "https://issues.redhat.com/browse/OCPBUGS-62626" case "network": return "https://issues.redhat.com/browse/OCPBUGS-62630" default: From 413b630bf54e7b299ca9dac2dab12b9503b3639c Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Thu, 14 May 2026 16:08:09 -0400 Subject: [PATCH 6/9] Remove the exception OCPBUGS-38684 The bug is fixed [1]. [1]. https://redhat.atlassian.net/browse/CORENET-6605?focusedCommentId=16984425 --- .../clusterversionoperator/legacycvomonitortests/operators.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 7d197f0a7399..623078b5143e 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -100,9 +100,6 @@ func testStableSystemOperatorStateTransitions(events monitorapi.Intervals, topol if operator == "kube-scheduler" { return "https://issues.redhat.com/browse/OCPBUGS-38663" } - if operator == "network" { - return "https://issues.redhat.com/browse/OCPBUGS-38684" - } if operator == "console" { return "https://issues.redhat.com/browse/OCPBUGS-38676" } From 9e17fe623eec3b494dc7e7df5bb9a50fc9aa4651 Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Sun, 17 May 2026 18:15:30 -0400 Subject: [PATCH 7/9] Use OCPBUGS-86009 to replace OCPBUGS-62623 See the details in [1]. [1]. https://redhat.atlassian.net/browse/OCPBUGS-86009 --- test/extended/machines/scale.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extended/machines/scale.go b/test/extended/machines/scale.go index 2f8342a0598c..6de477cab510 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -262,7 +262,7 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl case "authentication": return "https://issues.redhat.com/browse/OCPBUGS-65896" case "dns": - return "https://issues.redhat.com/browse/OCPBUGS-62623" + return "https://redhat.atlassian.net/browse/OCPBUGS-86009" case "network": return "https://issues.redhat.com/browse/OCPBUGS-62630" default: From defba73eebdb4a83a64299d907dcaff9db81e90e Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Sun, 17 May 2026 18:19:27 -0400 Subject: [PATCH 8/9] Use OCPBUGS-85677 to replace OCPBUGS-62630 The symptom is still there after OCPBUGS-62630 is shipped. --- .../clusterversionoperator/legacycvomonitortests/operators.go | 2 +- test/extended/machines/scale.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 623078b5143e..f934fe328e8c 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -718,7 +718,7 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals, } case "network": if reason == "Deploying" || reason == "MachineConfig" { - return "https://issues.redhat.com/browse/OCPBUGS-62630" + return "https://redhat.atlassian.net/browse/OCPBUGS-85677" } case "openshift-controller-manager": // _DesiredStateNotYetAchieved diff --git a/test/extended/machines/scale.go b/test/extended/machines/scale.go index 6de477cab510..1aff0a546e57 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -264,7 +264,7 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl case "dns": return "https://redhat.atlassian.net/browse/OCPBUGS-86009" case "network": - return "https://issues.redhat.com/browse/OCPBUGS-62630" + return "https://redhat.atlassian.net/browse/OCPBUGS-85677" default: return "" } From 8e592a009c69e0a90148ae2b90ab595a5c1c1cf1 Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Thu, 21 May 2026 02:24:12 -0400 Subject: [PATCH 9/9] Add exception for OCPBUGS-86308 The details are in the bug. --- test/extended/machines/scale.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/extended/machines/scale.go b/test/extended/machines/scale.go index 1aff0a546e57..f4fbf8ff27b9 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -263,6 +263,8 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl return "https://issues.redhat.com/browse/OCPBUGS-65896" case "dns": return "https://redhat.atlassian.net/browse/OCPBUGS-86009" + case "image-registry": + return "https://redhat.atlassian.net/browse/OCPBUGS-86308" case "network": return "https://redhat.atlassian.net/browse/OCPBUGS-85677" default: