Skip to content

Commit

Permalink
fix: Skip warnings in gocd error checks (#5091)
Browse files Browse the repository at this point in the history
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 getsentry/devinfra-deployment-service#503
  • Loading branch information
evanh authored Nov 23, 2023
1 parent f9f6e0f commit 8238ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gocd/templates/bash/saas-sentry-error-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--release="${GO_REVISION_SNUBA_REPO}" \
--duration=5 \
--error-events-limit=500 \
--skip-warnings=true \


# --skip-check=${SKIP_CANARY_CHECKS}

0 comments on commit 8238ccc

Please sign in to comment.