From 0b4adad74b76b34855e9a6d943f9b9188c3914fa Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 9 May 2023 12:15:13 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/review_apps/base-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts') diff --git a/scripts/review_apps/base-config.yaml b/scripts/review_apps/base-config.yaml index 940462e3805..eb1b1faf9d4 100644 --- a/scripts/review_apps/base-config.yaml +++ b/scripts/review_apps/base-config.yaml @@ -1,6 +1,12 @@ safe-to-evict: &safe-to-evict cluster-autoscaler.kubernetes.io/safe-to-evict: "true" +# We disabled the upgrade checks, as they were giving too many false positives +# +# See https://gitlab.com/gitlab-org/quality/engineering-productivity/review-apps-broken-incidents/-/issues/33 +upgradeCheck: + enabled: false + global: appConfig: enableUsagePing: false -- cgit v1.2.1