Skip to content

Don't raise when pipeline failure config isn't found

Rémy Coutable requested to merge dont-raise-when-config-isnt-found into master

What does this MR do and why?

We needlessly raise when no config is found, but it's ok to not find any config as most pipeline shouldn't result in incident/Slack notification.

We can see such errors at https://sentry.gitlab.net/gitlab/triage-ops/issues/4120588/?environment=production.

Expected impact & dry-runs

No error raised when no pipeline failure config is found.

Action items

Edited by Rémy Coutable

Merge request reports