diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-10-06 11:07:17 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-10-06 18:09:07 +0000 |
commit | 654dbd0ba719e804fe6d6daee8726a348c0e7962 (patch) | |
tree | b10f29346cc06ffac7e24792e4f9818fc0e15eed /testing | |
parent | 523c52a56a64f1d4965bea41485aa3d259c13fb2 (diff) | |
download | chromium_src-654dbd0ba719e804fe6d6daee8726a348c0e7962.zip chromium_src-654dbd0ba719e804fe6d6daee8726a348c0e7962.tar.gz chromium_src-654dbd0ba719e804fe6d6daee8726a348c0e7962.tar.bz2 |
Swarm Mac Asan bots on the main waterfall.
BUG=414808
TBR=maruel@chromium.org
Review URL: https://codereview.chromium.org/628313002
Cr-Commit-Position: refs/heads/master@{#298273}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.memory.json | 114 |
1 files changed, 92 insertions, 22 deletions
diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json index f26c47a..aa4b987 100644 --- a/testing/buildbot/chromium.memory.json +++ b/testing/buildbot/chromium.memory.json @@ -103,77 +103,147 @@ }, "Mac ASan Tests (1)": { "gtest_tests": [ - "base_unittests", + { + "test": "base_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + { + "test": "browser_tests", + "swarming": { + "can_use_on_swarming_builders": true, + "shards": 10 + } + }, "cacheinvalidation_unittests", "cc_unittests", "chromedriver_unittests", "components_unittests", - "content_browsertests", - "content_unittests", + { + "test": "content_browsertests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + { + "test": "content_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "crypto_unittests", "gcm_unit_tests", "gpu_unittests", + { + "test": "interactive_ui_tests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "ipc_tests", "jingle_unittests", "media_unittests", + { + "test": "net_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "ppapi_unittests", "printing_unittests", "remoting_unittests", "sql_unittests", - "url_unittests", - {"test": "browser_tests", "shard_index": 0, "total_shards": 3} + "sync_unit_tests", + "ui_unittests", + { + "test": "unit_tests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + "url_unittests" ] }, "Mac ASan Tests (2)": { "gtest_tests": [ - "net_unittests", - "sync_unit_tests", - "ui_unittests", - {"test": "browser_tests", "shard_index": 1, "total_shards": 3} ] }, "Mac ASan Tests (3)": { "gtest_tests": [ - "interactive_ui_tests", - {"test": "browser_tests", "shard_index": 2, "total_shards": 3} ] }, "Mac ASan 64 Tests (1)": { "gtest_tests": [ "base_unittests", + { + "test": "base_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + { + "test": "browser_tests", + "swarming": { + "can_use_on_swarming_builders": true, + "shards": 10 + } + }, "cacheinvalidation_unittests", "cc_unittests", "chromedriver_unittests", "components_unittests", - "content_browsertests", - "content_unittests", + { + "test": "content_browsertests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + { + "test": "content_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "crypto_unittests", "gcm_unit_tests", "gpu_unittests", + { + "test": "interactive_ui_tests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "ipc_tests", "jingle_unittests", "media_unittests", + { + "test": "net_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "ppapi_unittests", "printing_unittests", "remoting_unittests", "sql_unittests", - "unit_tests", - "url_unittests", - {"test": "browser_tests", "shard_index": 0, "total_shards": 3} + "sync_unit_tests", + "ui_unittests", + { + "test": "unit_tests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + "url_unittests" ] }, "Mac ASan 64 Tests (2)": { "gtest_tests": [ - "net_unittests", - "sync_unit_tests", - "ui_unittests", - {"test": "browser_tests", "shard_index": 1, "total_shards": 3} ] }, "Mac ASan 64 Tests (3)": { "gtest_tests": [ - "interactive_ui_tests", - {"test": "browser_tests", "shard_index": 2, "total_shards": 3} ] }, "Linux Chromium OS ASan LSan Tests (1)": { |