Commit 52bc3e73 authored by Gary Tong's avatar Gary Tong Committed by Chromium LUCI CQ

Infra: Increase browser_tests sharding on mac-rel

Rolling back the bump to 25% and increasing sharding
Capacity looks good: http://shortn/_0ICs5GbtYR
However, build times have gotten much slower.

Bug: 1042757
Change-Id: Ifd058c01da1641aeea0adb04e3f5a6dff031aa81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596793Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Erik Staab <estaab@chromium.org>
Auto-Submit: Gary Tong <gatong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#838235}
parent 7cf3e0e1
...@@ -3833,7 +3833,7 @@ ...@@ -3833,7 +3833,7 @@
"test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/" "test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/"
}, },
{ {
"experiment_percentage": 25, "experiment_percentage": 10,
"isolate_profile_data": true, "isolate_profile_data": true,
"merge": { "merge": {
"args": [], "args": [],
...@@ -3848,7 +3848,7 @@ ...@@ -3848,7 +3848,7 @@
} }
], ],
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", "service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
"shards": 10 "shards": 20
}, },
"test": "browser_tests", "test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/" "test_id_prefix": "ninja://chrome/test:browser_tests/"
......
...@@ -520,7 +520,10 @@ ...@@ -520,7 +520,10 @@
}, },
}, },
'Mac10.13 Tests':{ 'Mac10.13 Tests':{
'experiment_percentage': 25 # https://crbug.com/1042757 'experiment_percentage': 10, # https://crbug.com/1042757
'swarming': {
'shards': 20,
},
}, },
'Mac10.13 Tests (dbg)': { 'Mac10.13 Tests (dbg)': {
'swarming': { 'swarming': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment