From 5b23242647932c647698a6e8b11ed56c37de9d0d Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Wed, 9 Jul 2025 16:00:22 -0400 Subject: [PATCH] Reduces the number of test shards. Reduces the total number of shards used for parallel test execution from 4 to 2. This change aims to optimize resource utilization and potentially improve test execution speed, considering factors such as the number of available agents and the characteristics of the test suite. --- azure-pipelines-automated-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index a1de83de3..97b35043d 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -16,7 +16,7 @@ variables: - name: imageTag value: '$(Build.BuildId)' - name: totalShards - value: 4 + value: 2 - name: IS_REGRESSION value: 'true' - name: JIRA_BOARD_ID