diff options
author | thakis <thakis@chromium.org> | 2016-02-15 13:27:13 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-15 21:28:16 +0000 |
commit | fb04d6d974378d95e020db77738f88faaed465c1 (patch) | |
tree | d4ee4b160b55ddf4ed0f1e9b5ffc3e0835ca8428 /testing | |
parent | 72da02b0ded8c4de4575675d4374e23917bd1e7b (diff) | |
download | chromium_src-fb04d6d974378d95e020db77738f88faaed465c1.zip chromium_src-fb04d6d974378d95e020db77738f88faaed465c1.tar.gz chromium_src-fb04d6d974378d95e020db77738f88faaed465c1.tar.bz2 |
Give CrWinClang dbg testers 20 shards for browser_tests
They currently wait 10 minutes on swarming for browser_tests, and 20
shards matches the main waterfall win dbg tester.
BUG=82385
Review URL: https://codereview.chromium.org/1696243002
Cr-Commit-Position: refs/heads/master@{#375490}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.fyi.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json index 2b52d2e..0d9fbf6 100644 --- a/testing/buildbot/chromium.fyi.json +++ b/testing/buildbot/chromium.fyi.json @@ -2483,7 +2483,7 @@ { "swarming": { "can_use_on_swarming_builders": true, - "shards": 10 + "shards": 20 }, "test": "browser_tests" }, @@ -3218,7 +3218,7 @@ { "swarming": { "can_use_on_swarming_builders": true, - "shards": 10 + "shards": 20 }, "test": "browser_tests" }, @@ -4597,7 +4597,7 @@ { "swarming": { "can_use_on_swarming_builders": true, - "shards": 10 + "shards": 20 }, "test": "browser_tests" }, @@ -5332,7 +5332,7 @@ { "swarming": { "can_use_on_swarming_builders": true, - "shards": 10 + "shards": 20 }, "test": "browser_tests" }, |