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": "ash_unittests", |
| 10 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"], |
| 11 "swarming": { |
| 12 "can_use_on_swarming_builders": true |
| 13 } |
| 14 }, |
| 15 { |
| 16 "test": "ash_unittests", |
| 17 "platforms": ["win"], |
| 18 "swarming": { |
| 19 "can_use_on_swarming_builders": true |
| 20 } |
| 21 }, |
| 22 { |
9 "test": "base_unittests", | 23 "test": "base_unittests", |
10 "swarming": { | 24 "swarming": { |
11 "can_use_on_swarming_builders": true | 25 "can_use_on_swarming_builders": true |
12 } | 26 } |
13 }, | 27 }, |
14 { | 28 { |
15 "test": "browser_tests", | 29 "test": "browser_tests", |
16 "swarming": { | 30 "swarming": { |
17 "can_use_on_swarming_builders": true, | 31 "can_use_on_swarming_builders": true, |
18 "shards": 5 | 32 "shards": 5 |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 "url_unittests", | 166 "url_unittests", |
153 { | 167 { |
154 "test": "wm_unittests", | 168 "test": "wm_unittests", |
155 "platforms": ["linux"] | 169 "platforms": ["linux"] |
156 }, | 170 }, |
157 { | 171 { |
158 "test": "app_shell_browsertests", | 172 "test": "app_shell_browsertests", |
159 "platforms": ["linux"] | 173 "platforms": ["linux"] |
160 }, | 174 }, |
161 { | 175 { |
162 "test": "ash_unittests", | |
163 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | |
164 }, | |
165 { | |
166 "test": "ash_unittests", | |
167 "platforms": ["win"] | |
168 }, | |
169 { | |
170 "test": "aura_unittests", | 176 "test": "aura_unittests", |
171 "platforms": ["linux", "win"] | 177 "platforms": ["linux", "win"] |
172 }, | 178 }, |
173 { | 179 { |
174 "test": "mojo_view_manager_unittests", | 180 "test": "mojo_view_manager_unittests", |
175 "platforms": ["linux"] | 181 "platforms": ["linux"] |
176 }, | 182 }, |
177 { | 183 { |
178 "test": "views_unittests", | 184 "test": "views_unittests", |
179 "platforms": ["linux", "win"] | 185 "platforms": ["linux", "win"] |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 "non_filter_tests_builders": [ | 220 "non_filter_tests_builders": [ |
215 ], | 221 ], |
216 | 222 |
217 "filter_compile_builders": [ | 223 "filter_compile_builders": [ |
218 "win_chromium_compile_dbg", | 224 "win_chromium_compile_dbg", |
219 "win_chromium_rel_swarming", | 225 "win_chromium_rel_swarming", |
220 "win_chromium_x64_rel_swarming", | 226 "win_chromium_x64_rel_swarming", |
221 "win8_chromium_rel" | 227 "win8_chromium_rel" |
222 ] | 228 ] |
223 } | 229 } |
OLD | NEW |