Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1380)

Unified Diff: testing/buildbot/chromium.win.json

Issue 618533002: Swarm debug Windows 7 tests on main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index 153d267b31d02d12c05c2c1c9c10d7e7531447ef..7ab75d68cd555e5508ea2c56260bd71e21432a37 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": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698