From 7c301dff876709c3168910e06b18489db958e310 Mon Sep 17 00:00:00 2001 From: Chase King Date: Wed, 5 Mar 2025 16:57:16 -0500 Subject: [PATCH] Changed number of shards back to 4 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e4cb2666..c40e2c36 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,7 +36,7 @@ variables: - name: imageTag value: '$(Build.BuildId)' - name: totalShards - value: 50 #TODO: Change back before merge + value: 4 stages: # PR's