diff --git a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go index 2475e5405ec0..f934fe328e8c 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" } @@ -319,17 +316,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" { @@ -722,10 +708,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" @@ -736,11 +718,7 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals, } case "network": 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" + 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 f82d85677733..f4fbf8ff27b9 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -262,15 +262,11 @@ 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 "image-registry": - return "https://issues.redhat.com/browse/OCPBUGS-62626" + return "https://redhat.atlassian.net/browse/OCPBUGS-86308" case "network": - 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-62633" + return "https://redhat.atlassian.net/browse/OCPBUGS-85677" default: return "" }