@@ -19,10 +19,10 @@ func AllAlertTests(jobType *platformidentification.JobType, etcdAllowance AlertT
1919 // In CI firing is rare, but does happen a few times a month. Pending however occurs all the time, which implies operators are routinely in
2020 // a state they're not supposed to be during upgrade.
2121 // https://github.com/openshift/enhancements/blob/cb81452fddf86c1099acd87610b88369cd6192db/dev-guide/cluster-version-operator/dev/clusteroperator.md#there-are-a-set-of-guarantees-components-are-expected-to-honor-in-return
22- ret = append (ret , newAlert ("Cluster Version Operator" , "ClusterOperatorDown" , jobType ).pending ().alwaysFail ().toTests ()... )
23- ret = append (ret , newAlert ("Cluster Version Operator" , "ClusterOperatorDegraded" , jobType ).pending ().alwaysFail ().toTests ()... )
24- ret = append (ret , newAlert ("Cluster Version Operator" , "ClusterOperatorDown" , jobType ).firing ().alwaysFail ().toTests ()... )
25- ret = append (ret , newAlert ("Cluster Version Operator" , "ClusterOperatorDegraded" , jobType ).firing ().alwaysFail ().toTests ()... )
22+ ret = append (ret , newAlert ("Cluster Version Operator" , "ClusterOperatorDown" , jobType ).pending ().alwaysFlake ().toTests ()... )
23+ ret = append (ret , newAlert ("Cluster Version Operator" , "ClusterOperatorDegraded" , jobType ).pending ().alwaysFlake ().toTests ()... )
24+ ret = append (ret , newAlert ("Cluster Version Operator" , "ClusterOperatorDown" , jobType ).firing ().alwaysFlake ().toTests ()... )
25+ ret = append (ret , newAlert ("Cluster Version Operator" , "ClusterOperatorDegraded" , jobType ).firing ().alwaysFlake ().toTests ()... )
2626
2727 ret = append (ret , newAlert ("etcd" , "etcdMembersDown" , jobType ).pending ().neverFail ().toTests ()... )
2828 ret = append (ret , newAlert ("etcd" , "etcdMembersDown" , jobType ).firing ().toTests ()... )
0 commit comments