Skip to content

Notify Release Managers if a security merge request was not merged

Robert Speicher requested to merge rs-security-pipeline-for-merge-result into master

In gitlab-com/gl-infra/delivery#1107 (closed), we enabled the "Pipeline for merged results" feature for merge requests in the gitlab-org/security/gitlab project.

If we create a new pipeline for a security MR, and then that pipeline ultimately fails, we currently receive no notification and the MR just sits.

This merge request adds a new rule to scope a notification job to all of these rules:

  1. Merge requests in gitlab-org/security
  2. Merge request pipeline triggered by @gitlab-release-tools-bot
  3. Merge request targets master

Closes gitlab-com/gl-infra/delivery#1232 (closed)

Testing of the notification was conducted in https://gitlab.com/gitlab-org/security/gitlab/-/merge_requests/995:

image

Edited by Robert Speicher

Merge request reports