Skip to content

Commit 84596aa

Browse files
Merge pull request #30246 from simonpasquier/update-runbook-exceptions
NO-JIRA: Remove runbook exceptions for fixed bugs
2 parents 71d0768 + cc674d8 commit 84596aa

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)