Skip to content

Keep list of post deploy migrations for 7 days

Reuben Pereira requested to merge rp/keep-pdm-artifacts into master

What does this MR do and why?

Describe in detail what your merge request does and why.

The artifact listing the post deploy migrations (PDMs) is used by the post deploy migration execution pipeline to determine if there are any migrations to execute.

Sometimes due to PCL or other reasons, a PDM pipeline may not be run within one day of the creation of the artifact.

Save the artifact for 7 days so that the PDM pipeline can always find the list of PDMs.

gitlab-com/gl-infra/delivery#19467 (closed)

Author Check-list

  • Has documentation been updated?

Merge request reports