We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4f4b3a + 7b95b81 commit 8995472Copy full SHA for 8995472
pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go
@@ -669,6 +669,8 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals)
669
return fmt.Sprintf("%s completing its update within less than two minutes: %s", co, d.String())
670
}
671
switch co {
672
+ case "baremetal":
673
+ return "https://issues.redhat.com/browse/OCPBUGS-66101"
674
case "cluster-autoscaler":
675
return "https://issues.redhat.com/browse/OCPBUGS-65578"
676
case "cloud-controller-manager":
0 commit comments