Receiving Notifications for all failed pipelines in Project

Receiving Notifications for all failed pipelines in Project

I’ve just merged a MR and now I am receiving 100+ mails of all failed pipeline executions in the repository.

Describe your question in as much detail as possible:

  • What are you seeing, and how does that differ from what you expect to see?

I would only expect to receive an email when a pipeline fails, not all of them!

  • What version are you on? Are you using self-managed or GitLab.com?
    • GitLab: Cloud Version

I have this problem too. We have configured our pipeline to allow manual deploy to the dev environment from any branch. Now every historical pipeline in all of our projects is changing state from “manual action” to “failed” with this reason:

The deployment job is older than the previously succeeded deployment job, and therefore cannot be run

When I merge an MR, every pipeline related to that branch for which I chose not to do the dev deploy is marked as failed. Please make these emails stop!

Similar to our manual dev deploy, we also have a manual step for promoting a build to production. We do not need a failure notification for every build which is not promoted to production.

I’m see this issue as well.

We deploy multiple to development/staging environments before production, and its set as a “manual” step, but some times we deploy to development a few times before eventually going to production

we’re getting spammed for every repo that we have deployed…