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

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

Issue 1601333002: Remove XP and Vista bot testing configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 11 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 | « testing/buildbot/chromium.webkit.json ('k') | 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 a045f83a2018a69ff2df25394dfd81151ab50f2b..e692963eb89dddd359418fb6546ce68e1cc24fa1 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -1,5 +1,5 @@
{
- "Vista Tests (1)": {
+ "Win 7 Tests x64 (1)": {
"gtest_tests": [
{
"swarming": {
@@ -11,6 +11,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "app_list_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "app_shell_unittests"
},
{
@@ -63,6 +69,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "components_browsertests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "components_unittests"
},
{
@@ -99,6 +111,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "device_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "events_unittests"
},
{
@@ -129,6 +147,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "gn_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "google_apis_unittests"
},
{
@@ -163,6 +187,9 @@
"test": "jingle_unittests"
},
{
+ "test": "keyboard_unittests"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -178,6 +205,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "message_center_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "midi_unittests"
},
{
@@ -322,9 +355,150 @@
"test": "wm_unittests"
}
],
- "scripts": []
+ "isolated_scripts": [
+ {
+ "isolate_name": "telemetry_gpu_unittests",
+ "name": "telemetry_gpu_unittests",
+ "override_compile_targets": [
+ "telemetry_gpu_unittests_run"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests",
+ "override_compile_targets": [
+ "telemetry_perf_unittests_run"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ {
+ "isolate_name": "telemetry_unittests",
+ "name": "telemetry_unittests",
+ "override_compile_targets": [
+ "telemetry_unittests_run"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ }
+ ],
+ "scripts": [
+ {
+ "name": "nacl_integration",
+ "script": "nacl_integration.py"
+ }
+ ]
},
- "Win 7 Tests x64 (1)": {
+ "Win Builder": {
+ "additional_compile_targets": [
+ "battor_agent"
+ ]
+ },
+ "Win x64 GN": {
+ "additional_compile_targets": [
+ "gn_all"
+ ]
+ },
+ "Win x64 GN (dbg)": {
+ "additional_compile_targets": [
+ "accessibility_unittests",
+ "app_list_unittests",
+ "app_shell_unittests",
+ "aura_unittests",
+ "cacheinvalidation_unittests",
+ "cast_unittests",
+ "cc_unittests",
+ "chrome",
+ "chrome_elf_unittests",
+ "chromedriver_unittests",
+ "components_browsertests",
+ "components_unittests",
+ "compositor_unittests",
+ "content_browsertests",
+ "content_unittests",
+ "courgette_unittests",
+ "crypto_unittests",
+ "device_unittests",
+ "events_unittests",
+ "extensions_browsertests",
+ "extensions_unittests",
+ "gcm_unit_tests",
+ "gfx_unittests",
+ "google_apis_unittests",
+ "gpu_unittests",
+ "interactive_ui_tests",
+ "ipc_mojo_unittests",
+ "ipc_tests",
+ "jingle_unittests",
+ "keyboard_unittests",
+ "mandoline:all",
+ "media_unittests",
+ "media_blink_unittests",
+ "message_center_unittests",
+ "ppapi_unittests",
+ "printing_unittests",
+ "remoting_all",
+ "sbox_integration_tests",
+ "sbox_unittests",
+ "sbox_validation_tests",
+ "skia_unittests",
+ "sql_unittests",
+ "sync_integration_tests",
+ "sync_unit_tests",
+ "ui_base_unittests",
+ "ui_touch_selection_unittests",
+ "url_unittests",
+ "views_unittests",
+ "wm_unittests"
+ ]
+ },
+ "Win7 (32) Tests": {
+ "gtest_tests": [
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "base_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 5
+ },
+ "test": "browser_tests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "sbox_integration_tests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "sbox_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "sbox_validation_tests"
+ }
+ ],
+ "scripts": [
+ {
+ "name": "nacl_integration",
+ "script": "nacl_integration.py"
+ }
+ ]
+ },
+ "Win7 Tests (1)": {
"gtest_tests": [
{
"swarming": {
@@ -472,6 +646,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "gin_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "gn_unittests"
},
{
@@ -719,129 +899,19 @@
}
]
},
- "Win Builder": {
- "additional_compile_targets": [
- "battor_agent"
- ]
- },
- "Win x64 GN": {
- "additional_compile_targets": [
- "gn_all"
- ]
- },
- "Win x64 GN (dbg)": {
- "additional_compile_targets": [
- "accessibility_unittests",
- "app_list_unittests",
- "app_shell_unittests",
- "aura_unittests",
- "cacheinvalidation_unittests",
- "cast_unittests",
- "cc_unittests",
- "chrome",
- "chrome_elf_unittests",
- "chromedriver_unittests",
- "components_browsertests",
- "components_unittests",
- "compositor_unittests",
- "content_browsertests",
- "content_unittests",
- "courgette_unittests",
- "crypto_unittests",
- "device_unittests",
- "events_unittests",
- "extensions_browsertests",
- "extensions_unittests",
- "gcm_unit_tests",
- "gfx_unittests",
- "google_apis_unittests",
- "gpu_unittests",
- "interactive_ui_tests",
- "ipc_mojo_unittests",
- "ipc_tests",
- "jingle_unittests",
- "keyboard_unittests",
- "mandoline:all",
- "media_unittests",
- "media_blink_unittests",
- "message_center_unittests",
- "ppapi_unittests",
- "printing_unittests",
- "remoting_all",
- "sbox_integration_tests",
- "sbox_unittests",
- "sbox_validation_tests",
- "skia_unittests",
- "sql_unittests",
- "sync_integration_tests",
- "sync_unit_tests",
- "ui_base_unittests",
- "ui_touch_selection_unittests",
- "url_unittests",
- "views_unittests",
- "wm_unittests"
- ]
- },
- "Win7 (32) Tests": {
+ "Win7 Tests (dbg)(1)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
- "test": "base_unittests"
+ "test": "accessibility_unittests"
},
{
"swarming": {
- "can_use_on_swarming_builders": true,
- "shards": 5
+ "can_use_on_swarming_builders": true
},
- "test": "browser_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sbox_integration_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sbox_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sbox_validation_tests"
- }
- ],
- "scripts": [
- {
- "name": "nacl_integration",
- "script": "nacl_integration.py"
- }
- ]
- },
- "Win7 Tests (1)": {
- "gtest_tests": [
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "accessibility_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "app_list_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "app_shell_unittests"
+ "test": "app_shell_unittests"
},
{
"swarming": {
@@ -858,7 +928,7 @@
{
"swarming": {
"can_use_on_swarming_builders": true,
- "shards": 10
+ "shards": 20
},
"test": "browser_tests"
},
@@ -893,12 +963,6 @@
"swarming": {
"can_use_on_swarming_builders": true
},
- "test": "components_browsertests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
"test": "components_unittests"
},
{
@@ -909,7 +973,8 @@
},
{
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "shards": 2
},
"test": "content_browsertests"
},
@@ -935,12 +1000,6 @@
"swarming": {
"can_use_on_swarming_builders": true
},
- "test": "device_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
"test": "events_unittests"
},
{
@@ -965,30 +1024,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
- "test": "gfx_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "gin_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
"test": "gn_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
- "test": "google_apis_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
"test": "gpu_unittests"
},
{
@@ -1000,7 +1041,7 @@
{
"swarming": {
"can_use_on_swarming_builders": true,
- "shards": 2
+ "shards": 4
},
"test": "interactive_ui_tests"
},
@@ -1017,9 +1058,6 @@
"test": "jingle_unittests"
},
{
- "test": "keyboard_unittests"
- },
- {
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -1035,12 +1073,6 @@
"swarming": {
"can_use_on_swarming_builders": true
},
- "test": "message_center_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
"test": "midi_unittests"
},
{
@@ -1141,7 +1173,8 @@
},
{
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "shards": 2
},
"test": "sync_integration_tests"
},
@@ -1216,367 +1249,119 @@
"can_use_on_swarming_builders": true
}
}
- ],
- "scripts": [
- {
- "name": "nacl_integration",
- "script": "nacl_integration.py"
- }
]
},
- "Win7 Tests (dbg)(1)": {
+ "Win8 Aura": {
+ "additional_compile_targets": [
+ "accessibility_unittests",
+ "app_list_unittests",
+ "app_shell_unittests",
+ "aura_unittests",
+ "cacheinvalidation_unittests",
+ "cast_unittests",
+ "cc_unittests",
+ "chrome",
+ "chrome_elf_unittests",
+ "chromedriver_unittests",
+ "components_browsertests",
+ "components_unittests",
+ "compositor_unittests",
+ "content_unittests",
+ "courgette_unittests",
+ "crypto_unittests",
+ "device_unittests",
+ "extensions_browsertests",
+ "extensions_unittests",
+ "gcm_unit_tests",
+ "gfx_unittests",
+ "google_apis_unittests",
+ "gpu_unittests",
+ "interactive_ui_tests",
+ "ipc_mojo_unittests",
+ "ipc_tests",
+ "jingle_unittests",
+ "keyboard_unittests",
+ "mandoline:all",
+ "mash:all",
+ "media_unittests",
+ "media_blink_unittests",
+ "message_center_unittests",
+ "ppapi_unittests",
+ "printing_unittests",
+ "remoting_all",
+ "sbox_integration_tests",
+ "sbox_unittests",
+ "sbox_validation_tests",
+ "skia_unittests",
+ "sql_unittests",
+ "sync_integration_tests",
+ "sync_unit_tests",
+ "ui_base_unittests",
+ "url_unittests",
+ "views_unittests",
+ "wm_unittests"
+ ],
"gtest_tests": [
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "accessibility_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "app_shell_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "aura_unittests"
+ "test": "content_browsertests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "base_unittests"
+ "test": "events_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true,
- "shards": 20
- },
- "test": "browser_tests"
+ "test": "html_viewer_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "cacheinvalidation_unittests"
+ "test": "ipc_mojo_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "cast_unittests"
+ "test": "mojo_common_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "cc_unittests"
+ "test": "mojo_public_application_unittests"
},
{
- "test": "chrome_elf_unittests"
+ "test": "mojo_public_bindings_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "chromedriver_unittests"
+ "test": "mojo_public_environment_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "components_unittests"
+ "test": "mojo_public_system_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "compositor_unittests"
+ "test": "mojo_public_utility_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true,
- "shards": 2
- },
- "test": "content_browsertests"
+ "test": "mojo_runner_host_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "content_unittests"
+ "test": "mojo_shell_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "courgette_unittests"
+ "test": "mojo_surfaces_lib_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "crypto_unittests"
+ "test": "mojo_system_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "events_unittests"
+ "test": "mojo_view_manager_lib_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "extensions_browsertests"
+ "test": "mash_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "extensions_unittests"
+ "test": "resource_provider_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "gcm_unit_tests"
+ "test": "ui_touch_selection_unittests"
},
{
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "gn_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "gpu_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "installer_util_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true,
- "shards": 4
- },
- "test": "interactive_ui_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "ipc_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "jingle_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "media_blink_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "media_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "midi_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "mojo_common_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "mojo_public_bindings_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "mojo_public_environment_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "mojo_public_system_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "mojo_public_utility_unittests"
- },
- {
- "test": "mojo_system_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "nacl_loader_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "net_unittests"
- },
- {
- "test": "ppapi_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "printing_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "remoting_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sbox_integration_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sbox_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sbox_validation_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "setup_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "skia_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sql_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true,
- "shards": 2
- },
- "test": "sync_integration_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sync_unit_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "ui_base_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "ui_touch_selection_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "unit_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "url_unittests"
- },
- {
- "test": "views_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "wm_unittests"
- }
- ],
- "isolated_scripts": [
- {
- "isolate_name": "telemetry_gpu_unittests",
- "name": "telemetry_gpu_unittests",
- "override_compile_targets": [
- "telemetry_gpu_unittests_run"
- ],
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
- {
- "isolate_name": "telemetry_perf_unittests",
- "name": "telemetry_perf_unittests",
- "override_compile_targets": [
- "telemetry_perf_unittests_run"
- ],
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
- {
- "isolate_name": "telemetry_unittests",
- "name": "telemetry_unittests",
- "override_compile_targets": [
- "telemetry_unittests_run"
- ],
- "swarming": {
- "can_use_on_swarming_builders": true
- }
+ "test": "window_manager_unittests"
}
]
},
- "Win8 Aura": {
+ "Win8 GN (dbg)": {
"additional_compile_targets": [
"accessibility_unittests",
"app_list_unittests",
@@ -1591,10 +1376,12 @@
"components_browsertests",
"components_unittests",
"compositor_unittests",
+ "content_browsertests",
"content_unittests",
"courgette_unittests",
"crypto_unittests",
"device_unittests",
+ "events_unittests",
"extensions_browsertests",
"extensions_unittests",
"gcm_unit_tests",
@@ -1607,7 +1394,6 @@
"jingle_unittests",
"keyboard_unittests",
"mandoline:all",
- "mash:all",
"media_unittests",
"media_blink_unittests",
"message_center_unittests",
@@ -1622,439 +1408,10 @@
"sync_integration_tests",
"sync_unit_tests",
"ui_base_unittests",
+ "ui_touch_selection_unittests",
"url_unittests",
"views_unittests",
"wm_unittests"
- ],
- "gtest_tests": [
- {
- "test": "content_browsertests"
- },
- {
- "test": "events_unittests"
- },
- {
- "test": "html_viewer_unittests"
- },
- {
- "test": "ipc_mojo_unittests"
- },
- {
- "test": "mojo_common_unittests"
- },
- {
- "test": "mojo_public_application_unittests"
- },
- {
- "test": "mojo_public_bindings_unittests"
- },
- {
- "test": "mojo_public_environment_unittests"
- },
- {
- "test": "mojo_public_system_unittests"
- },
- {
- "test": "mojo_public_utility_unittests"
- },
- {
- "test": "mojo_runner_host_unittests"
- },
- {
- "test": "mojo_shell_unittests"
- },
- {
- "test": "mojo_surfaces_lib_unittests"
- },
- {
- "test": "mojo_system_unittests"
- },
- {
- "test": "mojo_view_manager_lib_unittests"
- },
- {
- "test": "mash_unittests"
- },
- {
- "test": "resource_provider_unittests"
- },
- {
- "test": "ui_touch_selection_unittests"
- },
- {
- "test": "window_manager_unittests"
- }
- ]
- },
- "Win8 GN (dbg)": {
- "additional_compile_targets": [
- "accessibility_unittests",
- "app_list_unittests",
- "app_shell_unittests",
- "aura_unittests",
- "cacheinvalidation_unittests",
- "cast_unittests",
- "cc_unittests",
- "chrome",
- "chrome_elf_unittests",
- "chromedriver_unittests",
- "components_browsertests",
- "components_unittests",
- "compositor_unittests",
- "content_browsertests",
- "content_unittests",
- "courgette_unittests",
- "crypto_unittests",
- "device_unittests",
- "events_unittests",
- "extensions_browsertests",
- "extensions_unittests",
- "gcm_unit_tests",
- "gfx_unittests",
- "google_apis_unittests",
- "gpu_unittests",
- "interactive_ui_tests",
- "ipc_mojo_unittests",
- "ipc_tests",
- "jingle_unittests",
- "keyboard_unittests",
- "mandoline:all",
- "media_unittests",
- "media_blink_unittests",
- "message_center_unittests",
- "ppapi_unittests",
- "printing_unittests",
- "remoting_all",
- "sbox_integration_tests",
- "sbox_unittests",
- "sbox_validation_tests",
- "skia_unittests",
- "sql_unittests",
- "sync_integration_tests",
- "sync_unit_tests",
- "ui_base_unittests",
- "ui_touch_selection_unittests",
- "url_unittests",
- "views_unittests",
- "wm_unittests"
- ]
- },
- "XP Tests (1)": {
- "gtest_tests": [
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "accessibility_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "app_shell_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "aura_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "base_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true,
- "shards": 10
- },
- "test": "browser_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "cacheinvalidation_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "cast_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "cc_unittests"
- },
- {
- "test": "chrome_elf_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "chromedriver_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "components_browsertests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "components_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "compositor_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "content_browsertests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "content_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "courgette_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "crypto_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "events_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "extensions_browsertests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "extensions_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "gcm_unit_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "gfx_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "google_apis_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "gpu_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "installer_util_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true,
- "shards": 2
- },
- "test": "interactive_ui_tests"
- },
- {
- "test": "ipc_mojo_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "ipc_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "jingle_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "media_blink_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "media_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "midi_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "nacl_loader_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "net_unittests"
- },
- {
- "test": "ppapi_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "printing_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "remoting_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sbox_integration_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sbox_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sbox_validation_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "setup_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "skia_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sql_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sync_integration_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "sync_unit_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "ui_base_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "ui_touch_selection_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "unit_tests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "url_unittests"
- },
- {
- "test": "views_unittests"
- },
- {
- "swarming": {
- "can_use_on_swarming_builders": true
- },
- "test": "wm_unittests"
- }
- ],
- "isolated_scripts": [
- {
- "isolate_name": "telemetry_gpu_unittests",
- "name": "telemetry_gpu_unittests",
- "override_compile_targets": [
- "telemetry_gpu_unittests_run"
- ],
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- }
- ],
- "scripts": [
- {
- "name": "nacl_integration",
- "script": "nacl_integration.py"
- }
]
}
}
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698