Add db:migrate:reset job with decomposed database
What does this MR do and why?
Add a version of the db:migrate:reset
job that runs with a decomposed pipeline, as part of #345653 (closed)
How to set up and validate locally
This job only runs in CI.
Two draft MRs show how this behaves with and without the ~"pipeline:run-decomposed" label:
- !77046 shows that the job doesn't run without the label
- !77047 shows that the job does run correctly with the label
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Simon Tomlinson