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"], | 16 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"], |
17 "swarming": { | 17 "swarming": { |
18 "can_use_on_swarming_builders": true, | 18 "can_use_on_swarming_builders": true, |
19 "shards": 5 | 19 "shards": 5 |
20 } | 20 } |
21 }, | 21 }, |
22 "cacheinvalidation_unittests", | 22 "cacheinvalidation_unittests", |
23 "cast_unittests", | 23 "cast_unittests", |
24 "cc_unittests", | 24 "cc_unittests", |
25 "chromedriver_unittests", | 25 "chromedriver_unittests", |
26 { | 26 { |
27 "test": "chromeos_unittests", | |
Paweł Hajdan Jr.
2014/06/24 18:12:18
That's surprising - I see chromeos_unittests added
dmazzoni
2014/06/24 19:31:48
Oops, this was a typo. I meant this to be chromevo
| |
28 "platforms": ["linux"], | |
Paweł Hajdan Jr.
2014/06/24 18:12:18
nit: This is not needed since chromium_configs inc
dmazzoni
2014/06/24 19:31:48
Done.
| |
29 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | |
30 }, | |
31 { | |
27 "test": "chrome_elf_unittests", | 32 "test": "chrome_elf_unittests", |
28 "platforms": ["win"] | 33 "platforms": ["win"] |
29 }, | 34 }, |
30 "components_unittests", | 35 "components_unittests", |
31 { | 36 { |
32 "test": "compositor_unittests", | 37 "test": "compositor_unittests", |
33 "platforms": ["linux", "win"] | 38 "platforms": ["linux", "win"] |
34 }, | 39 }, |
35 { | 40 { |
36 "test": "courgette_unittests", | 41 "test": "courgette_unittests", |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
174 ".*gyp[i]?", | 179 ".*gyp[i]?", |
175 "chrome/test/data/.*", | 180 "chrome/test/data/.*", |
176 "content/test/data/.*", | 181 "content/test/data/.*", |
177 "DEPS", | 182 "DEPS", |
178 "testing/buildbot/.*" | 183 "testing/buildbot/.*" |
179 ], | 184 ], |
180 | 185 |
181 "filter_builders": [ | 186 "filter_builders": [ |
182 ] | 187 ] |
183 } | 188 } |
OLD | NEW |