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", | 9 "test": "ash_unittests", |
10 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"], | 10 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"], |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
198 "platforms": ["mac"] | 198 "platforms": ["mac"] |
199 }, | 199 }, |
200 { | 200 { |
201 "test": "chromeos_unittests", | 201 "test": "chromeos_unittests", |
202 "platforms": ["linux"], | 202 "platforms": ["linux"], |
203 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 203 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
204 }, | 204 }, |
205 { | 205 { |
206 "test": "athena_unittests", | 206 "test": "athena_unittests", |
207 "platforms": ["linux"], | 207 "platforms": ["linux"], |
208 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 208 "chromium_configs": ["chromium_chromeos_athena"] |
oshima
2014/10/16 09:43:22
please do not remove athena_unittests from chromeo
Mr4D (OOO till 08-26)
2014/10/16 14:52:55
We get our own builder and unit tester. In fact -
oshima
2014/10/16 15:52:22
We still need this for two reasons.
1) main waterf
| |
209 }, | 209 }, |
210 { | 210 { |
211 "test": "display_unittests", | 211 "test": "display_unittests", |
212 "platforms": ["linux"] | 212 "platforms": ["linux"] |
213 }, | 213 }, |
214 { | 214 { |
215 "test": "ozone_unittests", | 215 "test": "ozone_unittests", |
216 "platforms": ["linux"], | 216 "platforms": ["linux"], |
217 "chromium_configs": ["chromium_chromeos_ozone"] | 217 "chromium_configs": ["chromium_chromeos_ozone"] |
218 } | 218 } |
219 ], | 219 ], |
220 | 220 |
221 "non_filter_builders": [ | 221 "non_filter_builders": [ |
222 ], | 222 ], |
223 | 223 |
224 "non_filter_tests_builders": [ | 224 "non_filter_tests_builders": [ |
225 ], | 225 ], |
226 | 226 |
227 "filter_compile_builders": [ | 227 "filter_compile_builders": [ |
228 "win_chromium_compile_dbg", | 228 "win_chromium_compile_dbg", |
229 "win_chromium_rel_swarming", | 229 "win_chromium_rel_swarming", |
230 "win_chromium_x64_rel_swarming", | 230 "win_chromium_x64_rel_swarming", |
231 "win8_chromium_rel" | 231 "win8_chromium_rel" |
232 ] | 232 ] |
233 } | 233 } |
OLD | NEW |