Changed number of shards back to 4
This commit is contained in:
parent
7d1ecb01b8
commit
7c301dff87
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ variables:
|
||||||
- name: imageTag
|
- name: imageTag
|
||||||
value: '$(Build.BuildId)'
|
value: '$(Build.BuildId)'
|
||||||
- name: totalShards
|
- name: totalShards
|
||||||
value: 50 #TODO: Change back before merge
|
value: 4
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
# PR's
|
# PR's
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue