Skip to content

Implement production checks for post-deploy migrations

What does this MR do?

Implement production checks for post-deploy migrations. One of the first steps of gitlab-com/gl-infra/delivery#2046 (closed)

Screen_Shot_2022-03-24_at_10.44.43

These checks will be executed before the post-deployment migrations are triggered on gstg and gprd. The checks are similar to the ones executed before the production deployment, so this commit implements a promotion check interface that can be used in both classes.

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

Author Check-list

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

Merge request reports