Run Review Apps in MRs that change app/models
What does this MR do and why?
Describe in detail what your merge request does and why.
Automatically deploys Review Apps in MRs with changes in app/models
as part of a phased rollout to backend MRs. This should help reduce the amount of production incidents by catching QA failures early in MRs.
An example of a recent regression introduced by a change in app/models
that would have been prevented by running Review Apps - !77608 (comment 806755481). Another app/models
change lead to staging-canary incident and had to be reverted - !79729 (merged).
See https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/1058 for more information.
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.