Skip to content

Commit 1b8b41a

Browse files
committed
Use OCPBUGS-85677 to replace OCPBUGS-62630
The symptom is still there after OCPBUGS-62630 is shipped.
1 parent bb2af80 commit 1b8b41a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkg/monitortests/clusterversionoperator/legacycvomonitortests
  • test/extended/machines

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals,
758758
}
759759
case "network":
760760
if reason == "Deploying" || reason == "MachineConfig" {
761-
return "https://issues.redhat.com/browse/OCPBUGS-62630"
761+
return "https://redhat.atlassian.net/browse/OCPBUGS-85677"
762762
}
763763
case "openshift-controller-manager":
764764
// _DesiredStateNotYetAchieved

test/extended/machines/scale.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl
261261
case "dns":
262262
return "https://redhat.atlassian.net/browse/OCPBUGS-86009"
263263
case "network":
264-
return "https://issues.redhat.com/browse/OCPBUGS-62630"
264+
return "https://redhat.atlassian.net/browse/OCPBUGS-85677"
265265
default:
266266
return ""
267267
}

0 commit comments

Comments
 (0)