From 5501c8c34c7a2a2792a1d59387ba92d39d14f8c3 Mon Sep 17 00:00:00 2001 From: Hongkai Liu Date: Mon, 29 Jun 2026 16:13:04 -0400 Subject: [PATCH] replace OCPBUGS-85677 with OCPBUGS-90541 --- .../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 3866e8d33238..445c57f48887 100644 --- a/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go +++ b/pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go @@ -735,7 +735,7 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals, } case "network": if reason == "Deploying" || reason == "MachineConfig" { - return "https://redhat.atlassian.net/browse/OCPBUGS-85677" + return "https://redhat.atlassian.net/browse/OCPBUGS-90541" } case "openshift-controller-manager": // _DesiredStateNotYetAchieved diff --git a/test/extended/machines/scale.go b/test/extended/machines/scale.go index f4fbf8ff27b9..b185d66c262c 100644 --- a/test/extended/machines/scale.go +++ b/test/extended/machines/scale.go @@ -266,7 +266,7 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl case "image-registry": return "https://redhat.atlassian.net/browse/OCPBUGS-86308" case "network": - return "https://redhat.atlassian.net/browse/OCPBUGS-85677" + return "https://redhat.atlassian.net/browse/OCPBUGS-90541" default: return "" }