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.
This commit is contained in:
maguire-arman 2025-07-09 16:00:22 -04:00
parent 17b917cac6
commit 5b23242647

View file

@ -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