diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-09-29 22:00:57 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-09-30 05:02:30 +0000 |
commit | 5f7ee2f338c9d7c5616c18e594ec8ef834d718c6 (patch) | |
tree | bbc97444c35910d25a58fced7e066795e388de87 /testing | |
parent | 7db0709dc9a1622c95c42ff349561da528e905b2 (diff) | |
download | chromium_src-5f7ee2f338c9d7c5616c18e594ec8ef834d718c6.zip chromium_src-5f7ee2f338c9d7c5616c18e594ec8ef834d718c6.tar.gz chromium_src-5f7ee2f338c9d7c5616c18e594ec8ef834d718c6.tar.bz2 |
Swarm debug Windows 7 tests on main waterfall.
I moved all tests to Win Tests (dbg)(1) in preparation for removing 2, 3, 4, 5, & and Interactive Tests (dbg).
BUG=414808
R=maruel@chromium.org
Review URL: https://codereview.chromium.org/618533002
Cr-Commit-Position: refs/heads/master@{#297363}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.win.json | 109 |
1 files changed, 77 insertions, 32 deletions
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json index 153d267..7ab75d6 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -335,81 +335,126 @@ "Win7 Tests (dbg)(1)": { "gtest_tests": [ "accessibility_unittests", - "base_unittests", + { + "test": "ash_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + "aura_unittests", + { + "test": "base_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + { + "test": "browser_tests", + "swarming": { + "can_use_on_swarming_builders": true, + "shards": 20 + } + }, "cacheinvalidation_unittests", "cast_unittests", "cc_unittests", "chromedriver_unittests", "chrome_elf_unittests", "components_unittests", + "compositor_unittests", + { + "test": "content_browsertests", + "swarming": { + "can_use_on_swarming_builders": true, + "shards": 2 + } + }, + { + "test": "content_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "courgette_unittests", "crypto_unittests", + "events_unittests", "extensions_unittests", "gcm_unit_tests", "gpu_unittests", - "url_unittests", + "installer_util_unittests", + { + "test": "interactive_ui_tests", + "swarming": { + "can_use_on_swarming_builders": true, + "shards": 4 + } + }, + "ipc_tests", "jingle_unittests", "media_unittests", + "mojo_apps_js_unittests", + "mojo_common_unittests", + "mojo_js_unittests", + "mojo_public_bindings_unittests", + "mojo_public_environment_unittests", + "mojo_public_system_unittests", + "mojo_public_utility_unittests", + "mojo_system_unittests", + { + "test": "net_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "ppapi_unittests", "printing_unittests", "remoting_unittests", - "aura_unittests", - "ash_unittests", - "compositor_unittests", - "events_unittests", - "ipc_tests", - "sync_integration_tests", - "sync_unit_tests", - "unit_tests", + "sbox_unittests", + "sbox_integration_tests", + "sbox_validation_tests", "sql_unittests", + { + "test": "sync_integration_tests", + "swarming": { + "can_use_on_swarming_builders": true, + "shards": 2 + } + }, + "sync_unit_tests", "ui_unittests", - "content_unittests", + { + "test": "unit_tests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + "url_unittests", "views_unittests", - "wm_unittests", - "installer_util_unittests" + "wm_unittests" ] }, "Win7 Tests (dbg)(2)": { "gtest_tests": [ - "net_unittests", - {"test": "browser_tests", "shard_index": 0, "total_shards": 5}, - "content_browsertests" ] }, "Win7 Tests (dbg)(3)": { "gtest_tests": [ - "sbox_unittests", - "sbox_integration_tests", - "sbox_validation_tests", - {"test": "browser_tests", "shard_index": 1, "total_shards": 5} ] }, "Win7 Tests (dbg)(4)": { "gtest_tests": [ - "mojo_apps_js_unittests", - "mojo_common_unittests", - "mojo_js_unittests", - "mojo_public_bindings_unittests", - "mojo_public_environment_unittests", - "mojo_public_system_unittests", - "mojo_public_utility_unittests", - "mojo_system_unittests", - {"test": "browser_tests", "shard_index": 2, "total_shards": 5} ] }, "Win7 Tests (dbg)(5)": { "gtest_tests": [ - {"test": "browser_tests", "shard_index": 3, "total_shards": 5} ] }, "Win7 Tests (dbg)(6)": { "gtest_tests": [ - {"test": "browser_tests", "shard_index": 4, "total_shards": 5} ] }, "Interactive Tests (dbg)": { "gtest_tests": [ - "interactive_ui_tests" ] }, "Win8 Aura": { |