OLD | NEW |
1 { | 1 { |
2 "compile_targets": [ | 2 "compile_targets": [ |
3 "all" | 3 "all" |
4 ], | 4 ], |
5 "gtest_tests": [ | 5 "gtest_tests": [ |
6 "accessibility_unittests", | 6 "accessibility_unittests", |
7 "app_list_unittests", | 7 "app_list_unittests", |
8 { | 8 { |
9 "test": "base_unittests", | 9 "test": "base_unittests", |
10 "swarming": { | 10 "swarming": { |
11 "can_use_on_swarming_builders": true | 11 "can_use_on_swarming_builders": true |
12 } | 12 } |
13 }, | 13 }, |
14 { | 14 { |
15 "test": "browser_tests", | 15 "test": "browser_tests", |
16 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"], | |
17 "swarming": { | 16 "swarming": { |
18 "can_use_on_swarming_builders": true, | 17 "can_use_on_swarming_builders": true, |
19 "shards": 5 | 18 "shards": 5 |
20 } | 19 } |
21 }, | 20 }, |
22 "cacheinvalidation_unittests", | 21 "cacheinvalidation_unittests", |
23 "cast_unittests", | 22 "cast_unittests", |
24 "cc_unittests", | 23 "cc_unittests", |
25 "chromedriver_unittests", | 24 "chromedriver_unittests", |
26 { | 25 { |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 { | 61 { |
63 "test": "extensions_unittests", | 62 "test": "extensions_unittests", |
64 "platforms": ["win", "mac", "linux"] | 63 "platforms": ["win", "mac", "linux"] |
65 }, | 64 }, |
66 "gcm_unit_tests", | 65 "gcm_unit_tests", |
67 "gfx_unittests", | 66 "gfx_unittests", |
68 "google_apis_unittests", | 67 "google_apis_unittests", |
69 "gpu_unittests", | 68 "gpu_unittests", |
70 { | 69 { |
71 "test": "interactive_ui_tests", | 70 "test": "interactive_ui_tests", |
72 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"], | |
73 "swarming": { | 71 "swarming": { |
74 "can_use_on_swarming_builders": true, | 72 "can_use_on_swarming_builders": true, |
75 "shards": 3 | 73 "shards": 3 |
76 } | 74 } |
77 }, | 75 }, |
78 { | 76 { |
79 "test": "installer_util_unittests", | 77 "test": "installer_util_unittests", |
80 "platforms": ["win"] | 78 "platforms": ["win"] |
81 }, | 79 }, |
82 "ipc_tests", | 80 "ipc_tests", |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 "tools/whitespace.txt" | 211 "tools/whitespace.txt" |
214 ], | 212 ], |
215 | 213 |
216 "non_filter_builders": [ | 214 "non_filter_builders": [ |
217 ], | 215 ], |
218 | 216 |
219 "filter_tests_builders": [ | 217 "filter_tests_builders": [ |
220 "linux_chromium_rel_swarming" | 218 "linux_chromium_rel_swarming" |
221 ] | 219 ] |
222 } | 220 } |
OLD | NEW |