Skip to content

Commit 6c5867e

Browse files
committed
1 parent 61fa74b commit 6c5867e

File tree

1 file changed

+6
-1
lines changed
  • pkg/monitortests/clusterversionoperator/legacycvomonitortests

1 file changed

+6
-1
lines changed

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,12 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf
432432
return "https://issues.redhat.com/browse/OCPBUGS-23744"
433433
}
434434
case "image-registry":
435-
if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue && (condition.Reason == "NodeCADaemonControllerError" || condition.Reason == "ProgressDeadlineExceeded") {
435+
if condition.Type == configv1.OperatorDegraded &&
436+
condition.Status == configv1.ConditionTrue &&
437+
(condition.Reason == "NodeCADaemonControllerError" ||
438+
condition.Reason == "ProgressDeadlineExceeded" ||
439+
condition.Reason == "ImageConfigControllerError" ||
440+
condition.Reason == "Unavailable") {
436441
return "https://issues.redhat.com/browse/OCPBUGS-38667"
437442
}
438443
// this won't handle the replicaCount==2 serial test where both pods are on nodes that get tainted.

0 commit comments

Comments
 (0)