diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-09-30 14:06:07 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-09-30 21:07:04 +0000 |
commit | d5db0641e6b4d9bc9ff3df3dd46b44734a73acb9 (patch) | |
tree | 9e837be41b0bf9a946ec1d88ab02eead479ad084 /testing | |
parent | b8bc771d55ccc9090f7e9b625a344b7377666720 (diff) | |
download | chromium_src-d5db0641e6b4d9bc9ff3df3dd46b44734a73acb9.zip chromium_src-d5db0641e6b4d9bc9ff3df3dd46b44734a73acb9.tar.gz chromium_src-d5db0641e6b4d9bc9ff3df3dd46b44734a73acb9.tar.bz2 |
Only shard interactive_ui_tests once on the memory waterfall.
BUG=414808
R=maruel@chromium.org
Review URL: https://codereview.chromium.org/615043004
Cr-Commit-Position: refs/heads/master@{#297499}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.memory.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json index 068ffc1..f6d7ec0 100644 --- a/testing/buildbot/chromium.memory.json +++ b/testing/buildbot/chromium.memory.json @@ -42,8 +42,7 @@ { "test": "interactive_ui_tests", "swarming": { - "can_use_on_swarming_builders": true, - "shards": 2 + "can_use_on_swarming_builders": true } }, "ipc_tests", @@ -97,8 +96,7 @@ { "test": "interactive_ui_tests", "swarming": { - "can_use_on_swarming_builders": true, - "shards": 2 + "can_use_on_swarming_builders": true } } ] |