Only make Review App deployment automatic for frontend changes
Merged
requested to merge 208834-make-review-app-automatically-deploy-for-frontend-changes-only into master
Compare changes
Files
6@@ -11,7 +11,7 @@
This makes Review App deployment and smoke end-to-end run against them automatic for frontend-related changes, and manual otherwise.
For non-frontend changes, people should just have to start the review-build-cng
job and the job would automatically play the review-deploy
job once finished (e.g. https://gitlab.com/gitlab-org/gitlab/-/jobs/477627203), and the review-deploy
job would do the same and automatically play the review-qa-smoke
and review-performance
jobs once finished.
Closes #208834 (closed).