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:
parent
17b917cac6
commit
5b23242647
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue