Skip to content

Implement post-deployment notifications

Mayra Cabrera requested to merge implement-post-deployment-notifications into master

What does this MR do?

Implement post-deployment notifications

As part of gitlab-com/gl-infra&608 (closed), we want to have independent pipelines for post-deployment migrations. As such the slack notifications also need to be handled independently, this commit introduces barebones classes to build and send Slack notifications when the post-deployment migration succeeds or fails.

Related to gitlab-com/gl-infra/delivery#2167 (closed)

Examples

When post-deploy migrations start When post-deploy migration finish When post-deploy migration fail
Screen_Shot_2021-12-16_at_11.56.37 Screen_Shot_2021-12-16_at_11.56.48 Screen_Shot_2021-12-16_at_11.56.57

Slack example - Internal only

Author Check-list

  • [-] Has documentation been updated?
Edited by Mayra Cabrera

Merge request reports