Skip to content

Build post-deploy migrations artifact

Mayra Cabrera requested to merge build-post-deploy-artifact into master

What does this MR do and why?

Build post-deploy migrations artifact

On each post-deploy pipeline run, we need to know the post-migrations to be executed. For this, the deployer pipeline will send this information to release-tools (to be built on https://ops.gitlab.net/gitlab-com/gl-infra/deployer/-/merge_requests/479)

This commit adds a new job to receive this information and a new class to parse it to later store the info as an artifact. During the post-deploy pipeline execution, this information will be retrieved and use accordingly (on the initial note and as an indicator if the post-deploy pipeline should be executed).

Third step of gitlab-com/gl-infra/delivery#2361 (closed)

Author Check-list

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

Merge request reports