Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ func exceptionWithJira(prefix, jiraURL string) func(corev1.Pod) (string, bool) {
// The following are current exceptions due to not being part of the core OpenShift
// payload or have open PRs to resolve.
var exceptions = []func(pod corev1.Pod) (string, bool){
// This exception is being kept as there is still an open PR for this ticket.
// TODO(ehearne-redhat): check back on this ticket to review progress.
exceptionWithJira("openshift-multus/multus-", "https://issues.redhat.com/browse/OCPBUGS-65631"),
exceptionWithJira("openshift-route-monitor-operator/blackbox-exporter-", "https://redhat.atlassian.net/browse/SREP-4724"),
exceptionWithJira("openshift-security/", "https://redhat.atlassian.net/browse/SREP-4725"),
// This one checks if it is a debug pod or not.
Expand Down