From fc59e68a96fc95ca95a420ec912c58654af79dbf Mon Sep 17 00:00:00 2001 From: mchen-sentry Date: Mon, 22 Jun 2026 16:46:21 -0700 Subject: [PATCH] fix(ci): point the deploy check gate at the sharded test_distributed checks --- gocd/templates/bash/check-github.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gocd/templates/bash/check-github.sh b/gocd/templates/bash/check-github.sh index 4617ffb3beb..891b2584ace 100644 --- a/gocd/templates/bash/check-github.sh +++ b/gocd/templates/bash/check-github.sh @@ -5,7 +5,8 @@ checks-githubactions-checkruns \ getsentry/snuba \ ${GO_REVISION_SNUBA_REPO} \ "Tests and code coverage (test)" \ - "Tests and code coverage (test_distributed)" \ + "Tests and code coverage (test_distributed, 0, 2)" \ + "Tests and code coverage (test_distributed, 1, 2)" \ "Tests and code coverage (test_distributed_migrations)" \ "Build and push production image" \ "Dataset Config Validation" \