Commit a5ac9e8a authored by John Abd-El-Malek's avatar John Abd-El-Malek

Increase the sharding parallelism for browser_tests on Mac and Windows.

With the NG trybots using the buildbot value, browser_tests' sharding value regressed from the original 8 to 5 shards. The bots are now seeing more delays. Bump everything up to 10.

R=maruel@chromium.org

Review URL: https://codereview.chromium.org/805913004

Cr-Commit-Position: refs/heads/master@{#308408}
parent 122f1d2b
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"test": "browser_tests", "test": "browser_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"shards": 5 "shards": 10
} }
}, },
"cacheinvalidation_unittests", "cacheinvalidation_unittests",
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
"test": "browser_tests", "test": "browser_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"shards": 5 "shards": 10
} }
}, },
"cacheinvalidation_unittests", "cacheinvalidation_unittests",
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"test": "browser_tests", "test": "browser_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"shards": 7 "shards": 10
} }
}, },
"cacheinvalidation_unittests", "cacheinvalidation_unittests",
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
"test": "browser_tests", "test": "browser_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"shards": 7 "shards": 10
} }
}, },
"cacheinvalidation_unittests", "cacheinvalidation_unittests",
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
"test": "browser_tests", "test": "browser_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"shards": 7 "shards": 10
} }
}, },
"cacheinvalidation_unittests", "cacheinvalidation_unittests",
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
"test": "browser_tests", "test": "browser_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"shards": 6 "shards": 10
} }
}, },
"app_installer_unittests", "app_installer_unittests",
......
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