summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-09 12:15:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-09 12:15:13 +0000
commit0b4adad74b76b34855e9a6d943f9b9188c3914fa (patch)
tree1084ffd8336bc8e9af6f7042a093bf78e0852ac3 /scripts
parentece36a21699c2a218b8bd14b22bea47d22218354 (diff)
downloadgitlab-ce-0b4adad74b76b34855e9a6d943f9b9188c3914fa.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r--scripts/review_apps/base-config.yaml6
1 files changed, 6 insertions, 0 deletions
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