Skip to content

Commit 506d6c4

Browse files
Merge pull request #30282 from hongkailiu/OTA-1626-ClusterOperatorDown
OTA-1626: Fail CI if alert/ClusterOperatorDegraded is fired
2 parents da8a7f3 + 57d02a2 commit 506d6c4

File tree

1 file changed

+2
-0
lines changed
  • pkg/monitortestlibrary/allowedalerts

1 file changed

+2
-0
lines changed

pkg/monitortestlibrary/allowedalerts/all.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@ func AllAlertTests(jobType *platformidentification.JobType, clusterStability *mo
7979

8080
ret = append(ret, newAlertTest("bz-apiserver-auth", "PodSecurityViolation", jobType).firing().toTests()...)
8181

82+
ret = append(ret, newAlertTest("bz-Cluster Version Operator", "ClusterOperatorDegraded", jobType).firing().alwaysFail().toTests()...)
83+
8284
return ret
8385
}

0 commit comments

Comments
 (0)