Infra: Increase sharding for browser_tests on Linux CFI
browser_tests shards on Linux CFI are regularly hitting 50m+ and occasionally timing out. Increase the sharding to bring them back down. Bug: 417197365 Change-Id: I007933f1c71f124159d27a74462d2cd9b17e3951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6544718 Reviewed-by: Phillis Tang <phillis@chromium.org> Auto-Submit: Gary Tong <gatong@chromium.org> Commit-Queue: Phillis Tang <phillis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1460231}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
b7e4640838
commit
3a984d8745
infra/config
generated
builders
subprojects
chromium
@ -188,7 +188,7 @@
|
||||
"os": "Ubuntu-22.04"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
"shards": 30
|
||||
},
|
||||
"test": "browser_tests",
|
||||
"test_id_prefix": "ninja://chrome/test:browser_tests/"
|
||||
|
@ -188,7 +188,7 @@
|
||||
"os": "Ubuntu-22.04"
|
||||
},
|
||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||
"shards": 20
|
||||
"shards": 30
|
||||
},
|
||||
"test": "browser_tests",
|
||||
"test_id_prefix": "ninja://chrome/test:browser_tests/"
|
||||
|
@ -317,7 +317,7 @@ linux_memory_builder(
|
||||
"browser_tests": targets.mixin(
|
||||
swarming = targets.swarming(
|
||||
# https://crbug.com/1361973
|
||||
shards = 20,
|
||||
shards = 30,
|
||||
),
|
||||
),
|
||||
"crashpad_tests": targets.remove(
|
||||
|
Reference in New Issue
Block a user