Skip to content

Commit cc674d8

Browse files
committed
Remove runbook exceptions for fixed bugs
The following bugs have been fixed hence we can remove the exceptions on critical alerting rules without runbook URLs: * https://issues.redhat.com/browse/OCPBUGS-14062 * https://issues.redhat.com/browse/OCPBUGS-14055 * https://issues.redhat.com/browse/OCPBUGS-14056 Signed-off-by: Simon Pasquier <[email protected]>
1 parent c2d7f5b commit cc674d8

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

test/extended/prometheus/prometheus.go

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -166,25 +166,6 @@ var _ = g.Describe("[sig-instrumentation][Late] OpenShift alerting rules [apigro
166166
defer g.GinkgoRecover()
167167

168168
criticalAlertsMissingRunbookURLExceptions := sets.NewString(
169-
// Repository: https://github.com/openshift/cluster-network-operator
170-
// Issue: https://issues.redhat.com/browse/OCPBUGS-14062
171-
"OVNKubernetesNorthboundDatabaseClusterIDError",
172-
"OVNKubernetesSouthboundDatabaseClusterIDError",
173-
"OVNKubernetesNorthboundDatabaseLeaderError",
174-
"OVNKubernetesSouthboundDatabaseLeaderError",
175-
"OVNKubernetesNorthboundDatabaseMultipleLeadersError",
176-
"OVNKubernetesSouthboundDatabaseMultipleLeadersError",
177-
"OVNKubernetesNorthdInactive",
178-
179-
// Repository: https://github.com/openshift/machine-api-operator
180-
// Issue: https://issues.redhat.com/browse/OCPBUGS-14055
181-
"MachineAPIOperatorMetricsCollectionFailing",
182-
183-
// Repository: https://github.com/openshift/machine-config-operator
184-
// Issue: https://issues.redhat.com/browse/OCPBUGS-14056
185-
"MCDRebootError",
186-
"ExtremelyHighIndividualControlPlaneMemory",
187-
188169
// Repository: https://github.com/openshift/cluster-ingress-operator
189170
// Issue: https://issues.redhat.com/browse/OCPBUGS-14057
190171
"HAProxyDown",

0 commit comments

Comments
 (0)