OLD | NEW |
1 { | 1 { |
2 "Linux ChromiumOS Builder": { | 2 "Linux ChromiumOS Builder": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "All" | 4 "All" |
5 ] | 5 ] |
6 }, | 6 }, |
7 "Linux ChromiumOS Ozone Tests (1)": { | 7 "Linux ChromiumOS Ozone Tests (1)": { |
8 "gtest_tests": [ | 8 "gtest_tests": [ |
9 { | 9 { |
10 "swarming": { | 10 "swarming": { |
(...skipping 25 matching lines...) Expand all Loading... |
36 }, | 36 }, |
37 "test": "app_shell_unittests" | 37 "test": "app_shell_unittests" |
38 }, | 38 }, |
39 { | 39 { |
40 "swarming": { | 40 "swarming": { |
41 "can_use_on_swarming_builders": true | 41 "can_use_on_swarming_builders": true |
42 }, | 42 }, |
43 "test": "ash_content_unittests" | 43 "test": "ash_content_unittests" |
44 }, | 44 }, |
45 { | 45 { |
46 "args": [ | |
47 "--ozone-platform=headless" | |
48 ], | |
49 "swarming": { | 46 "swarming": { |
50 "can_use_on_swarming_builders": true | 47 "can_use_on_swarming_builders": true |
51 }, | 48 }, |
52 "test": "ash_unittests" | 49 "test": "ash_unittests" |
53 }, | 50 }, |
54 { | 51 { |
55 "swarming": { | 52 "swarming": { |
56 "can_use_on_swarming_builders": true | 53 "can_use_on_swarming_builders": true |
57 }, | 54 }, |
58 "test": "aura_unittests" | 55 "test": "aura_unittests" |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 }, | 184 }, |
188 "test": "gl_unittests_ozone" | 185 "test": "gl_unittests_ozone" |
189 }, | 186 }, |
190 { | 187 { |
191 "swarming": { | 188 "swarming": { |
192 "can_use_on_swarming_builders": true | 189 "can_use_on_swarming_builders": true |
193 }, | 190 }, |
194 "test": "google_apis_unittests" | 191 "test": "google_apis_unittests" |
195 }, | 192 }, |
196 { | 193 { |
197 "args": [ | |
198 "--ozone-platform=headless" | |
199 ], | |
200 "swarming": { | 194 "swarming": { |
201 "can_use_on_swarming_builders": true | 195 "can_use_on_swarming_builders": true |
202 }, | 196 }, |
203 "test": "gpu_ipc_service_unittests" | 197 "test": "gpu_ipc_service_unittests" |
204 }, | 198 }, |
205 { | 199 { |
206 "args": [ | |
207 "--ozone-platform=headless" | |
208 ], | |
209 "swarming": { | 200 "swarming": { |
210 "can_use_on_swarming_builders": true | 201 "can_use_on_swarming_builders": true |
211 }, | 202 }, |
212 "test": "gpu_unittests" | 203 "test": "gpu_unittests" |
213 }, | 204 }, |
214 { | 205 { |
215 "swarming": { | 206 "swarming": { |
216 "can_use_on_swarming_builders": true | 207 "can_use_on_swarming_builders": true |
217 }, | 208 }, |
218 "test": "input_device_unittests" | 209 "test": "input_device_unittests" |
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1174 }, | 1165 }, |
1175 { | 1166 { |
1176 "swarming": { | 1167 "swarming": { |
1177 "can_use_on_swarming_builders": true | 1168 "can_use_on_swarming_builders": true |
1178 }, | 1169 }, |
1179 "test": "wm_unittests" | 1170 "test": "wm_unittests" |
1180 } | 1171 } |
1181 ] | 1172 ] |
1182 } | 1173 } |
1183 } | 1174 } |
OLD | NEW |