From 8238ccc46f060beed634b1c937c7e7c9de7088c6 Mon Sep 17 00:00:00 2001 From: Evan Hicks Date: Thu, 23 Nov 2023 14:39:01 -0500 Subject: [PATCH] fix: Skip warnings in gocd error checks (#5091) The rate limit warnings that go to Sentry was causing this check to trip up and prevent the deploy pipeline from working. Skip warning error events when running this check. Depends on https://github.com/getsentry/devinfra-deployment-service/pull/503 --- gocd/templates/bash/saas-sentry-error-check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gocd/templates/bash/saas-sentry-error-check.sh b/gocd/templates/bash/saas-sentry-error-check.sh index 8f127040be..315587a5df 100755 --- a/gocd/templates/bash/saas-sentry-error-check.sh +++ b/gocd/templates/bash/saas-sentry-error-check.sh @@ -6,6 +6,7 @@ --release="${GO_REVISION_SNUBA_REPO}" \ --duration=5 \ --error-events-limit=500 \ + --skip-warnings=true \ # --skip-check=${SKIP_CANARY_CHECKS}