Commit 32845544 authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

Add chromium.win swarming dimensions

Bug: 880973
Change-Id: I905435107c3568d6e9f6c8eaf4c5fc9ec1173746
Reviewed-on: https://chromium-review.googlesource.com/1239622
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593636}
parent 60569f73
...@@ -751,67 +751,133 @@ ...@@ -751,67 +751,133 @@
"gtest_tests": [ "gtest_tests": [
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "accessibility_unittests" "test": "accessibility_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "angle_unittests" "test": "angle_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "app_shell_unittests" "test": "app_shell_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "aura_unittests" "test": "aura_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "base_unittests" "test": "base_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "blink_common_unittests" "test": "blink_common_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "blink_fuzzer_unittests" "test": "blink_fuzzer_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "blink_heap_unittests" "test": "blink_heap_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "blink_platform_unittests" "test": "blink_platform_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "boringssl_crypto_tests" "test": "boringssl_crypto_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "boringssl_ssl_tests" "test": "boringssl_ssl_tests"
}, },
...@@ -821,6 +887,12 @@ ...@@ -821,6 +887,12 @@
], ],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"shards": 10 "shards": 10
}, },
"test": "browser_tests" "test": "browser_tests"
...@@ -834,6 +906,12 @@ ...@@ -834,6 +906,12 @@
"name": "network_service_browser_tests", "name": "network_service_browser_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"shards": 15 "shards": 15
}, },
"test": "browser_tests" "test": "browser_tests"
...@@ -846,67 +924,133 @@ ...@@ -846,67 +924,133 @@
"name": "webui_polymer2_browser_tests", "name": "webui_polymer2_browser_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"shards": 4 "shards": 4
}, },
"test": "browser_tests" "test": "browser_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cacheinvalidation_unittests" "test": "cacheinvalidation_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "capture_unittests" "test": "capture_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cast_unittests" "test": "cast_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cc_unittests" "test": "cc_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chrome_app_unittests" "test": "chrome_app_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chrome_cleaner_unittests" "test": "chrome_cleaner_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chrome_elf_import_unittests" "test": "chrome_elf_import_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chrome_elf_unittests" "test": "chrome_elf_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chromedriver_unittests" "test": "chromedriver_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "components_browsertests" "test": "components_browsertests"
}, },
...@@ -916,19 +1060,37 @@ ...@@ -916,19 +1060,37 @@
], ],
"name": "network_service_components_browsertests", "name": "network_service_components_browsertests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "components_browsertests" "test": "components_browsertests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "components_unittests" "test": "components_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "compositor_unittests" "test": "compositor_unittests"
}, },
...@@ -937,7 +1099,13 @@ ...@@ -937,7 +1099,13 @@
"--disable-features=WebRTC-H264WithOpenH264FFmpeg" "--disable-features=WebRTC-H264WithOpenH264FFmpeg"
], ],
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
...@@ -949,6 +1117,12 @@ ...@@ -949,6 +1117,12 @@
"name": "network_service_content_browsertests", "name": "network_service_content_browsertests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"shards": 2 "shards": 2
}, },
"test": "content_browsertests" "test": "content_browsertests"
...@@ -960,73 +1134,145 @@ ...@@ -960,73 +1134,145 @@
], ],
"name": "perfetto_content_browsertests", "name": "perfetto_content_browsertests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "content_unittests" "test": "content_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "courgette_unittests" "test": "courgette_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "crashpad_tests" "test": "crashpad_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cronet_tests" "test": "cronet_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cronet_unittests" "test": "cronet_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "crypto_unittests" "test": "crypto_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "device_unittests" "test": "device_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "display_unittests" "test": "display_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "elevation_service_unittests" "test": "elevation_service_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "events_unittests" "test": "events_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "extensions_browsertests" "test": "extensions_browsertests"
}, },
...@@ -1036,67 +1282,133 @@ ...@@ -1036,67 +1282,133 @@
], ],
"name": "network_service_extensions_browsertests", "name": "network_service_extensions_browsertests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "extensions_browsertests" "test": "extensions_browsertests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "extensions_unittests" "test": "extensions_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "filesystem_service_unittests" "test": "filesystem_service_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "gcm_unit_tests" "test": "gcm_unit_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "gfx_unittests" "test": "gfx_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "gin_unittests" "test": "gin_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "google_apis_unittests" "test": "google_apis_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "gpu_unittests" "test": "gpu_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "headless_browsertests" "test": "headless_browsertests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "headless_unittests" "test": "headless_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "install_static_unittests" "test": "install_static_unittests"
}, },
...@@ -1105,7 +1417,9 @@ ...@@ -1105,7 +1417,9 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"integrity": "high" "cpu": "x86-64",
"integrity": "high",
"os": "Windows-10-15063"
} }
] ]
}, },
...@@ -1114,6 +1428,12 @@ ...@@ -1114,6 +1428,12 @@
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"shards": 3 "shards": 3
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
...@@ -1125,6 +1445,12 @@ ...@@ -1125,6 +1445,12 @@
"name": "network_service_interactive_ui_tests", "name": "network_service_interactive_ui_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"shards": 3 "shards": 3
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
...@@ -1136,127 +1462,253 @@ ...@@ -1136,127 +1462,253 @@
], ],
"name": "webui_polymer2_interactive_ui_tests", "name": "webui_polymer2_interactive_ui_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "ipc_tests" "test": "ipc_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "jingle_unittests" "test": "jingle_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "latency_unittests" "test": "latency_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "leveldb_service_unittests" "test": "leveldb_service_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "libjingle_xmpp_unittests" "test": "libjingle_xmpp_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "media_blink_unittests" "test": "media_blink_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "media_service_unittests" "test": "media_service_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "media_unittests" "test": "media_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "message_center_unittests" "test": "message_center_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "midi_unittests" "test": "midi_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "mojo_core_unittests" "test": "mojo_core_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "mojo_unittests" "test": "mojo_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "native_theme_unittests" "test": "native_theme_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "net_unittests" "test": "net_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "notification_helper_unittests" "test": "notification_helper_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "pdf_unittests" "test": "pdf_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "ppapi_unittests" "test": "ppapi_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "printing_unittests" "test": "printing_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "remoting_unittests" "test": "remoting_unittests"
}, },
...@@ -1265,7 +1717,9 @@ ...@@ -1265,7 +1717,9 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"integrity": "high" "cpu": "x86-64",
"integrity": "high",
"os": "Windows-10-15063"
} }
] ]
}, },
...@@ -1273,25 +1727,49 @@ ...@@ -1273,25 +1727,49 @@
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "sbox_unittests" "test": "sbox_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "sbox_validation_tests" "test": "sbox_validation_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "service_manager_unittests" "test": "service_manager_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "services_unittests" "test": "services_unittests"
}, },
...@@ -1300,7 +1778,9 @@ ...@@ -1300,7 +1778,9 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"integrity": "high" "cpu": "x86-64",
"integrity": "high",
"os": "Windows-10-15063"
} }
] ]
}, },
...@@ -1308,97 +1788,193 @@ ...@@ -1308,97 +1788,193 @@
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "shell_dialogs_unittests" "test": "shell_dialogs_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "skia_unittests" "test": "skia_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "snapshot_unittests" "test": "snapshot_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "sql_unittests" "test": "sql_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "storage_unittests" "test": "storage_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "sync_integration_tests" "test": "sync_integration_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "traffic_annotation_auditor_unittests" "test": "traffic_annotation_auditor_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
}, "dimension_sets": [
"test": "ui_base_unittests" {
}, "cpu": "x86-64",
{ "os": "Windows-10-15063"
}
]
},
"test": "ui_base_unittests"
},
{
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "ui_touch_selection_unittests" "test": "ui_touch_selection_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "unit_tests" "test": "unit_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "url_unittests" "test": "url_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "views_unittests" "test": "views_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "webkit_unit_tests" "test": "webkit_unit_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "wm_unittests" "test": "wm_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "wtf_unittests" "test": "wtf_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "zucchini_unittests" "test": "zucchini_unittests"
} }
...@@ -1411,7 +1987,9 @@ ...@@ -1411,7 +1987,9 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"integrity": "high" "cpu": "x86-64",
"integrity": "high",
"os": "Windows-10-15063"
} }
] ]
} }
...@@ -1422,139 +2000,277 @@ ...@@ -1422,139 +2000,277 @@
"gtest_tests": [ "gtest_tests": [
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "accessibility_unittests" "test": "accessibility_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "angle_unittests" "test": "angle_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "app_shell_unittests" "test": "app_shell_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "aura_unittests" "test": "aura_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "base_unittests" "test": "base_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "blink_common_unittests" "test": "blink_common_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "blink_fuzzer_unittests" "test": "blink_fuzzer_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "blink_heap_unittests" "test": "blink_heap_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "blink_platform_unittests" "test": "blink_platform_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "boringssl_crypto_tests" "test": "boringssl_crypto_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "boringssl_ssl_tests" "test": "boringssl_ssl_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cacheinvalidation_unittests" "test": "cacheinvalidation_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "capture_unittests" "test": "capture_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cast_unittests" "test": "cast_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cc_unittests" "test": "cc_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chrome_app_unittests" "test": "chrome_app_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chrome_cleaner_unittests" "test": "chrome_cleaner_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chrome_elf_import_unittests" "test": "chrome_elf_import_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chrome_elf_unittests" "test": "chrome_elf_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "chromedriver_unittests" "test": "chromedriver_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "components_browsertests" "test": "components_browsertests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "components_unittests" "test": "components_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "compositor_unittests" "test": "compositor_unittests"
}, },
...@@ -1564,7 +2280,13 @@ ...@@ -1564,7 +2280,13 @@
], ],
"experiment_percentage": 100, "experiment_percentage": 100,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
...@@ -1575,133 +2297,265 @@ ...@@ -1575,133 +2297,265 @@
], ],
"name": "perfetto_content_browsertests", "name": "perfetto_content_browsertests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "content_browsertests" "test": "content_browsertests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "content_unittests" "test": "content_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "courgette_unittests" "test": "courgette_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "crashpad_tests" "test": "crashpad_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cronet_tests" "test": "cronet_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "cronet_unittests" "test": "cronet_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "crypto_unittests" "test": "crypto_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "device_unittests" "test": "device_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "display_unittests" "test": "display_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "elevation_service_unittests" "test": "elevation_service_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "events_unittests" "test": "events_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "extensions_browsertests" "test": "extensions_browsertests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "extensions_unittests" "test": "extensions_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "filesystem_service_unittests" "test": "filesystem_service_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "gcm_unit_tests" "test": "gcm_unit_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "gfx_unittests" "test": "gfx_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "gin_unittests" "test": "gin_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "google_apis_unittests" "test": "google_apis_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "gpu_unittests" "test": "gpu_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "headless_browsertests" "test": "headless_browsertests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "headless_unittests" "test": "headless_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "install_static_unittests" "test": "install_static_unittests"
}, },
...@@ -1710,7 +2564,9 @@ ...@@ -1710,7 +2564,9 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"integrity": "high" "cpu": "x86-64",
"integrity": "high",
"os": "Windows-10-15063"
} }
] ]
}, },
...@@ -1720,6 +2576,12 @@ ...@@ -1720,6 +2576,12 @@
"experiment_percentage": 100, "experiment_percentage": 100,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"shards": 3 "shards": 3
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
...@@ -1732,6 +2594,12 @@ ...@@ -1732,6 +2594,12 @@
"name": "network_service_interactive_ui_tests", "name": "network_service_interactive_ui_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"shards": 3 "shards": 3
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
...@@ -1744,127 +2612,253 @@ ...@@ -1744,127 +2612,253 @@
"experiment_percentage": 100, "experiment_percentage": 100,
"name": "webui_polymer2_interactive_ui_tests", "name": "webui_polymer2_interactive_ui_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "ipc_tests" "test": "ipc_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "jingle_unittests" "test": "jingle_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "latency_unittests" "test": "latency_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "leveldb_service_unittests" "test": "leveldb_service_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "libjingle_xmpp_unittests" "test": "libjingle_xmpp_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "media_blink_unittests" "test": "media_blink_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "media_service_unittests" "test": "media_service_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "media_unittests" "test": "media_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "message_center_unittests" "test": "message_center_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "midi_unittests" "test": "midi_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "mojo_core_unittests" "test": "mojo_core_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "mojo_unittests" "test": "mojo_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "nacl_loader_unittests" "test": "nacl_loader_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "native_theme_unittests" "test": "native_theme_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "net_unittests" "test": "net_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "notification_helper_unittests" "test": "notification_helper_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "pdf_unittests" "test": "pdf_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "ppapi_unittests" "test": "ppapi_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "printing_unittests" "test": "printing_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "remoting_unittests" "test": "remoting_unittests"
}, },
...@@ -1873,7 +2867,9 @@ ...@@ -1873,7 +2867,9 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"integrity": "high" "cpu": "x86-64",
"integrity": "high",
"os": "Windows-10-15063"
} }
] ]
}, },
...@@ -1881,25 +2877,49 @@ ...@@ -1881,25 +2877,49 @@
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "sbox_unittests" "test": "sbox_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "sbox_validation_tests" "test": "sbox_validation_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "service_manager_unittests" "test": "service_manager_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "services_unittests" "test": "services_unittests"
}, },
...@@ -1908,7 +2928,9 @@ ...@@ -1908,7 +2928,9 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"integrity": "high" "cpu": "x86-64",
"integrity": "high",
"os": "Windows-10-15063"
} }
] ]
}, },
...@@ -1916,116 +2938,230 @@ ...@@ -1916,116 +2938,230 @@
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "shell_dialogs_unittests" "test": "shell_dialogs_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "skia_unittests" "test": "skia_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "snapshot_unittests" "test": "snapshot_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "sql_unittests" "test": "sql_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "storage_unittests" "test": "storage_unittests"
}, },
{ {
"experiment_percentage": 100, "experiment_percentage": 100,
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "sync_integration_tests" "test": "sync_integration_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "traffic_annotation_auditor_unittests" "test": "traffic_annotation_auditor_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "ui_base_unittests" "test": "ui_base_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "ui_touch_selection_unittests" "test": "ui_touch_selection_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "unit_tests" "test": "unit_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "url_unittests" "test": "url_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "views_unittests" "test": "views_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "viz_unittests" "test": "viz_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "vr_common_unittests" "test": "vr_common_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "vr_pixeltests" "test": "vr_pixeltests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "webkit_unit_tests" "test": "webkit_unit_tests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "wm_unittests" "test": "wm_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "wtf_unittests" "test": "wtf_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}, },
"test": "zucchini_unittests" "test": "zucchini_unittests"
} }
...@@ -2036,14 +3172,26 @@ ...@@ -2036,14 +3172,26 @@
"isolate_name": "content_shell_crash_test", "isolate_name": "content_shell_crash_test",
"name": "content_shell_crash_test", "name": "content_shell_crash_test",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
} }
}, },
{ {
"isolate_name": "metrics_python_tests", "isolate_name": "metrics_python_tests",
"name": "metrics_python_tests", "name": "metrics_python_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
} }
}, },
{ {
...@@ -2063,6 +3211,12 @@ ...@@ -2063,6 +3211,12 @@
"name": "performance_test_suite", "name": "performance_test_suite",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"hard_timeout": 960, "hard_timeout": 960,
"shards": 2 "shards": 2
} }
...@@ -2072,6 +3226,12 @@ ...@@ -2072,6 +3226,12 @@
"name": "telemetry_gpu_unittests", "name": "telemetry_gpu_unittests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"idempotent": false "idempotent": false
} }
}, },
...@@ -2085,6 +3245,12 @@ ...@@ -2085,6 +3245,12 @@
"name": "telemetry_unittests", "name": "telemetry_unittests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
],
"idempotent": false, "idempotent": false,
"shards": 4 "shards": 4
} }
...@@ -2093,14 +3259,26 @@ ...@@ -2093,14 +3259,26 @@
"isolate_name": "views_perftests", "isolate_name": "views_perftests",
"name": "views_perftests", "name": "views_perftests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
} }
}, },
{ {
"isolate_name": "webkit_python_tests", "isolate_name": "webkit_python_tests",
"name": "webkit_python_tests", "name": "webkit_python_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
} }
} }
] ]
...@@ -2109,13 +3287,25 @@ ...@@ -2109,13 +3287,25 @@
"gtest_tests": [ "gtest_tests": [
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-32",
"os": "Windows-7-SP1"
}
]
}, },
"test": "base_unittests" "test": "base_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-32",
"os": "Windows-7-SP1"
}
],
"shards": 10 "shards": 10
}, },
"test": "browser_tests" "test": "browser_tests"
...@@ -2125,7 +3315,9 @@ ...@@ -2125,7 +3315,9 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"integrity": "high" "cpu": "x86-32",
"integrity": "high",
"os": "Windows-7-SP1"
} }
] ]
}, },
...@@ -2133,13 +3325,25 @@ ...@@ -2133,13 +3325,25 @@
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-32",
"os": "Windows-7-SP1"
}
]
}, },
"test": "sbox_unittests" "test": "sbox_unittests"
}, },
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-32",
"os": "Windows-7-SP1"
}
]
}, },
"test": "sbox_validation_tests" "test": "sbox_validation_tests"
} }
......
...@@ -51,4 +51,24 @@ ...@@ -51,4 +51,24 @@
'gpu': 'none', 'gpu': 'none',
} }
}, },
'win10': {
'dimensions': {
'os': 'Windows-10-15063',
}
},
'win7': {
'dimensions': {
'os': 'Windows-7-SP1',
}
},
'x86-32': {
'dimensions': {
'cpu': 'x86-32',
}
},
'x86-64': {
'dimensions': {
'cpu': 'x86-64',
}
},
} }
...@@ -3610,18 +3610,30 @@ ...@@ -3610,18 +3610,30 @@
}, },
}, },
'Win10 Tests x64': { 'Win10 Tests x64': {
'swarming_mixins': [
'x86-64',
'win10',
],
'test_suites': { 'test_suites': {
'gtest_tests': 'chromium_win_gtests', 'gtest_tests': 'chromium_win_gtests',
'isolated_scripts': 'win_specific_isolated_scripts', 'isolated_scripts': 'win_specific_isolated_scripts',
}, },
}, },
'Win10 Tests x64 (dbg)': { 'Win10 Tests x64 (dbg)': {
'swarming_mixins': [
'x86-64',
'win10',
],
'test_suites': { 'test_suites': {
'gtest_tests': 'chromium_win_gtests', 'gtest_tests': 'chromium_win_gtests',
'isolated_scripts': 'chromium_dbg_isolated_scripts', 'isolated_scripts': 'chromium_dbg_isolated_scripts',
}, },
}, },
'Win7 (32) Tests': { 'Win7 (32) Tests': {
'swarming_mixins': [
'x86-32',
'win7',
],
'test_suites': { 'test_suites': {
'gtest_tests': 'win7_32_bit_gtests', 'gtest_tests': 'win7_32_bit_gtests',
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment