Skip to content

Commit 98844be

Browse files
Merge pull request #30489 from hongkailiu/more-exceptions
OTA-1643: Add more exceptions for COs not reporting Progressing
2 parents 194c220 + 0abcc32 commit 98844be

File tree

1 file changed

+14
-0
lines changed
  • pkg/monitortests/clusterversionoperator/legacycvomonitortests

1 file changed

+14
-0
lines changed

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,22 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals)
664664
return fmt.Sprintf("%s completing its update within less than two minutes: %s", co, d.String())
665665
}
666666
switch co {
667+
case "cluster-autoscaler":
668+
return "https://issues.redhat.com/browse/OCPBUGS-65578"
667669
case "cloud-controller-manager":
668670
return "https://issues.redhat.com/browse/OCPBUGS-64852"
671+
case "cloud-credential":
672+
return "https://issues.redhat.com/browse/OCPBUGS-65580"
673+
case "insights":
674+
return "https://issues.redhat.com/browse/OCPBUGS-65582"
675+
case "marketplace":
676+
return "https://issues.redhat.com/browse/OCPBUGS-65581"
677+
case "olm":
678+
return "https://issues.redhat.com/browse/OCPBUGS-65623"
679+
case "operator-lifecycle-manager":
680+
return "https://issues.redhat.com/browse/OCPBUGS-65583"
681+
case "openshift-samples":
682+
return "https://issues.redhat.com/browse/OCPBUGS-65647"
669683
}
670684
return ""
671685
}

0 commit comments

Comments
 (0)