Skip to content

Commit 8995472

Browse files
Merge pull request #30542 from hongkailiu/OCPBUGS-66101-exception
NO-JIRA: Add exception for co/baremetal on Progressing
2 parents a4f4b3a + 7b95b81 commit 8995472

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,8 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals)
669669
return fmt.Sprintf("%s completing its update within less than two minutes: %s", co, d.String())
670670
}
671671
switch co {
672+
case "baremetal":
673+
return "https://issues.redhat.com/browse/OCPBUGS-66101"
672674
case "cluster-autoscaler":
673675
return "https://issues.redhat.com/browse/OCPBUGS-65578"
674676
case "cloud-controller-manager":

0 commit comments

Comments
 (0)