diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-10-03 14:46:26 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-10-03 21:47:21 +0000 |
commit | 0ce5d4b1b703f823832659d9487ddb35685fcf00 (patch) | |
tree | 6da298d3cbb68449a4bf13a59e443a6c0b6e8e3f /testing | |
parent | 7f23b650917645a1fb91019bbcf6fb84a3fdb6c7 (diff) | |
download | chromium_src-0ce5d4b1b703f823832659d9487ddb35685fcf00.zip chromium_src-0ce5d4b1b703f823832659d9487ddb35685fcf00.tar.gz chromium_src-0ce5d4b1b703f823832659d9487ddb35685fcf00.tar.bz2 |
Remove erroneous second occurance of browser_tests for Linux Tests dbg(1)(32).
Also increase browser_tests sharding to 10.
BUG=414808
TBR=maruel@chromium.org
Review URL: https://codereview.chromium.org/623353002
Cr-Commit-Position: refs/heads/master@{#298101}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.linux.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json index 111ff0f..5221109 100644 --- a/testing/buildbot/chromium.linux.json +++ b/testing/buildbot/chromium.linux.json @@ -116,10 +116,9 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 5 + "shards": 10 } }, - "browser_tests", "cacheinvalidation_unittests", "cast_unittests", "cc_unittests", |