Refactoring PDM execution
What does this MR do and why?
- Removed most of the cross-project complicated logic
- Fetching post deployment migrations directly from 'Execute post deploy migrations' pipeline before
post_deploy_migrations:prepareexecuted. - Fetching migrations artifact from deployer downstream pipeline
- Using
PENDING_POST_DEPLOY_MIGRATIONSlocal artifact inpost_deploy_migrations:preparejob
Implements this proposal: gitlab-com/gl-infra/delivery#19467 (closed)
Deployer MR: https://ops.gitlab.net/gitlab-com/gl-infra/deployer/-/merge_requests/602
Author Check-list
-
Has documentation been updated?
Edited by Vladimir Glafirov