diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-12-15 12:41:19 -0800 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-12-15 20:43:22 +0000 |
commit | a5ac9e8a06e65e1292f1ab5436275220ea367991 (patch) | |
tree | 9263e3664d646ee7ca9d6d43052c0564178c9a4a /testing | |
parent | 122f1d2b8e2a671f069e986fa6cc5486ccfa4716 (diff) | |
download | chromium_src-a5ac9e8a06e65e1292f1ab5436275220ea367991.zip chromium_src-a5ac9e8a06e65e1292f1ab5436275220ea367991.tar.gz chromium_src-a5ac9e8a06e65e1292f1ab5436275220ea367991.tar.bz2 |
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}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.mac.json | 4 | ||||
-rw-r--r-- | testing/buildbot/chromium.win.json | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json index 8a20416..c74cd86 100644 --- a/testing/buildbot/chromium.mac.json +++ b/testing/buildbot/chromium.mac.json @@ -23,7 +23,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 5 + "shards": 10 } }, "cacheinvalidation_unittests", @@ -146,7 +146,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 5 + "shards": 10 } }, "cacheinvalidation_unittests", diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json index fb72efad..c7ae0d4 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -15,7 +15,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 7 + "shards": 10 } }, "cacheinvalidation_unittests", @@ -119,7 +119,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 7 + "shards": 10 } }, "cacheinvalidation_unittests", @@ -233,7 +233,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 7 + "shards": 10 } }, "cacheinvalidation_unittests", @@ -344,7 +344,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 6 + "shards": 10 } }, "app_installer_unittests", |