Disable upgrade checks in review-apps
Context
Closes gitlab-org/quality/engineering-productivity/review-apps-broken-incidents#33 (closed).
When using GitLab chart, you might encounter issues when upgrading the DB. To troubleshoot those errors, the gitlab-upgrade-check
pod gives instructions on what to do next (see docs).
We have 11 documented failed review-apps deployments due the gitlab-upgrade-check
pod failing (gitlab-org/quality/engineering-productivity/review-apps-broken-incidents#33 (closed))
I checked all of the related MRs, and none of them are related to GitLab upgrades. Essentially, those 11 failed deployments were just noise for our engineers.
What does this MR do and why?
We do not run gitlab-chart upgrade checks for review-apps.
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.