Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: testing/buildbot/chromium.chromiumos.json

Issue 2668033003: Run Ozone CrOS tests with X11 platform by default. (Closed)
Patch Set: Switch flags for Mojo ChromiumOS too. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 19 matching lines...) Expand all
30 }, 30 },
31 "test": "app_list_unittests" 31 "test": "app_list_unittests"
32 }, 32 },
33 { 33 {
34 "swarming": { 34 "swarming": {
35 "can_use_on_swarming_builders": true 35 "can_use_on_swarming_builders": true
36 }, 36 },
37 "test": "app_shell_unittests" 37 "test": "app_shell_unittests"
38 }, 38 },
39 { 39 {
40 "args": [
41 "--ozone-platform=x11"
42 ],
43 "swarming": { 40 "swarming": {
44 "can_use_on_swarming_builders": true 41 "can_use_on_swarming_builders": true
45 }, 42 },
46 "test": "ash_content_unittests" 43 "test": "ash_content_unittests"
47 }, 44 },
48 { 45 {
46 "args": [
47 "--ozone-platform=headless"
48 ],
49 "swarming": { 49 "swarming": {
50 "can_use_on_swarming_builders": true 50 "can_use_on_swarming_builders": true
51 }, 51 },
52 "test": "ash_unittests" 52 "test": "ash_unittests"
53 }, 53 },
54 { 54 {
55 "args": [
56 "--ozone-platform=x11"
57 ],
58 "swarming": { 55 "swarming": {
59 "can_use_on_swarming_builders": true 56 "can_use_on_swarming_builders": true
60 }, 57 },
61 "test": "aura_unittests" 58 "test": "aura_unittests"
62 }, 59 },
63 { 60 {
64 "args": [
65 "--ozone-platform=x11"
66 ],
67 "swarming": { 61 "swarming": {
68 "can_use_on_swarming_builders": true 62 "can_use_on_swarming_builders": true
69 }, 63 },
70 "test": "base_unittests" 64 "test": "base_unittests"
71 }, 65 },
72 { 66 {
73 "args": [ 67 "args": [
68 "--ozone-platform=headless",
74 "--override-use-gl-with-osmesa-for-tests", 69 "--override-use-gl-with-osmesa-for-tests",
75 "--run-in-mash", 70 "--run-in-mash",
76 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json", 71 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json",
77 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter", 72 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter",
78 "--use-test-config" 73 "--use-test-config"
79 ], 74 ],
80 "hard_timeout": 60, 75 "hard_timeout": 60,
81 "name": "mash_browser_tests", 76 "name": "mash_browser_tests",
82 "swarming": { 77 "swarming": {
83 "can_use_on_swarming_builders": false 78 "can_use_on_swarming_builders": false
84 }, 79 },
85 "test": "browser_tests" 80 "test": "browser_tests"
86 }, 81 },
87 { 82 {
88 "args": [
89 "--ozone-platform=x11"
90 ],
91 "swarming": { 83 "swarming": {
92 "can_use_on_swarming_builders": true 84 "can_use_on_swarming_builders": true
93 }, 85 },
94 "test": "cacheinvalidation_unittests" 86 "test": "cacheinvalidation_unittests"
95 }, 87 },
96 { 88 {
97 "args": [
98 "--ozone-platform=x11"
99 ],
100 "swarming": { 89 "swarming": {
101 "can_use_on_swarming_builders": true 90 "can_use_on_swarming_builders": true
102 }, 91 },
103 "test": "capture_unittests" 92 "test": "capture_unittests"
104 }, 93 },
105 { 94 {
106 "swarming": { 95 "swarming": {
107 "can_use_on_swarming_builders": true 96 "can_use_on_swarming_builders": true
108 }, 97 },
109 "test": "chromeos_unittests" 98 "test": "chromeos_unittests"
110 }, 99 },
111 { 100 {
101 "args": [
102 "--ozone-platform=headless"
103 ],
112 "swarming": { 104 "swarming": {
113 "can_use_on_swarming_builders": true 105 "can_use_on_swarming_builders": true
114 }, 106 },
115 "test": "chromevox_tests" 107 "test": "chromevox_tests"
116 }, 108 },
117 { 109 {
118 "swarming": { 110 "swarming": {
119 "can_use_on_swarming_builders": true 111 "can_use_on_swarming_builders": true
120 }, 112 },
121 "test": "components_unittests" 113 "test": "components_unittests"
122 }, 114 },
123 { 115 {
124 "swarming": { 116 "swarming": {
125 "can_use_on_swarming_builders": true, 117 "can_use_on_swarming_builders": true,
126 "shards": 2 118 "shards": 2
127 }, 119 },
128 "test": "content_browsertests" 120 "test": "content_browsertests"
129 }, 121 },
130 { 122 {
131 "swarming": { 123 "swarming": {
132 "can_use_on_swarming_builders": true 124 "can_use_on_swarming_builders": true
133 }, 125 },
134 "test": "content_unittests" 126 "test": "content_unittests"
135 }, 127 },
136 { 128 {
137 "args": [
138 "--ozone-platform=x11"
139 ],
140 "swarming": { 129 "swarming": {
141 "can_use_on_swarming_builders": true 130 "can_use_on_swarming_builders": true
142 }, 131 },
143 "test": "crypto_unittests" 132 "test": "crypto_unittests"
144 }, 133 },
145 { 134 {
146 "args": [
147 "--ozone-platform=x11"
148 ],
149 "swarming": { 135 "swarming": {
150 "can_use_on_swarming_builders": true 136 "can_use_on_swarming_builders": true
151 }, 137 },
152 "test": "device_unittests" 138 "test": "device_unittests"
153 }, 139 },
154 { 140 {
155 "swarming": { 141 "swarming": {
156 "can_use_on_swarming_builders": true 142 "can_use_on_swarming_builders": true
157 }, 143 },
158 "test": "display_service_unittests" 144 "test": "display_service_unittests"
159 }, 145 },
160 { 146 {
161 "args": [
162 "--ozone-platform=x11"
163 ],
164 "swarming": { 147 "swarming": {
165 "can_use_on_swarming_builders": true 148 "can_use_on_swarming_builders": true
166 }, 149 },
167 "test": "display_unittests" 150 "test": "display_unittests"
168 }, 151 },
169 { 152 {
170 "args": [
171 "--ozone-platform=x11"
172 ],
173 "swarming": { 153 "swarming": {
174 "can_use_on_swarming_builders": true 154 "can_use_on_swarming_builders": true
175 }, 155 },
176 "test": "events_unittests" 156 "test": "events_unittests"
177 }, 157 },
178 { 158 {
179 "swarming": { 159 "swarming": {
180 "can_use_on_swarming_builders": true 160 "can_use_on_swarming_builders": true
181 }, 161 },
182 "test": "extensions_browsertests" 162 "test": "extensions_browsertests"
183 }, 163 },
184 { 164 {
185 "swarming": { 165 "swarming": {
186 "can_use_on_swarming_builders": true 166 "can_use_on_swarming_builders": true
187 }, 167 },
188 "test": "extensions_unittests" 168 "test": "extensions_unittests"
189 }, 169 },
190 { 170 {
191 "args": [
192 "--ozone-platform=x11"
193 ],
194 "swarming": { 171 "swarming": {
195 "can_use_on_swarming_builders": true 172 "can_use_on_swarming_builders": true
196 }, 173 },
197 "test": "gcm_unit_tests" 174 "test": "gcm_unit_tests"
198 }, 175 },
199 { 176 {
200 "args": [
201 "--ozone-platform=x11"
202 ],
203 "swarming": { 177 "swarming": {
204 "can_use_on_swarming_builders": true 178 "can_use_on_swarming_builders": true
205 }, 179 },
206 "test": "gfx_unittests" 180 "test": "gfx_unittests"
207 }, 181 },
208 { 182 {
209 "swarming": { 183 "swarming": {
210 "can_use_on_swarming_builders": true 184 "can_use_on_swarming_builders": true
211 }, 185 },
212 "test": "gl_unittests"
213 },
214 {
215 "args": [
216 "--ozone-platform=x11"
217 ],
218 "swarming": {
219 "can_use_on_swarming_builders": true
220 },
221 "test": "gl_unittests_ozone" 186 "test": "gl_unittests_ozone"
222 }, 187 },
223 { 188 {
224 "swarming": { 189 "swarming": {
225 "can_use_on_swarming_builders": true 190 "can_use_on_swarming_builders": true
226 }, 191 },
227 "test": "google_apis_unittests" 192 "test": "google_apis_unittests"
228 }, 193 },
229 { 194 {
195 "args": [
196 "--ozone-platform=headless"
197 ],
230 "swarming": { 198 "swarming": {
231 "can_use_on_swarming_builders": true 199 "can_use_on_swarming_builders": true
232 }, 200 },
233 "test": "gpu_ipc_service_unittests" 201 "test": "gpu_ipc_service_unittests"
234 }, 202 },
235 { 203 {
204 "args": [
205 "--ozone-platform=headless"
206 ],
236 "swarming": { 207 "swarming": {
237 "can_use_on_swarming_builders": true 208 "can_use_on_swarming_builders": true
238 }, 209 },
239 "test": "gpu_unittests" 210 "test": "gpu_unittests"
240 }, 211 },
241 { 212 {
242 "args": [
243 "--ozone-platform=x11"
244 ],
245 "swarming": { 213 "swarming": {
246 "can_use_on_swarming_builders": true 214 "can_use_on_swarming_builders": true
247 }, 215 },
248 "test": "input_device_unittests" 216 "test": "input_device_unittests"
249 }, 217 },
250 { 218 {
251 "swarming": { 219 "swarming": {
252 "can_use_on_swarming_builders": true, 220 "can_use_on_swarming_builders": true,
253 "shards": 3 221 "shards": 3
254 }, 222 },
255 "test": "interactive_ui_tests" 223 "test": "interactive_ui_tests"
256 }, 224 },
257 { 225 {
258 "swarming": { 226 "swarming": {
259 "can_use_on_swarming_builders": true 227 "can_use_on_swarming_builders": true
260 }, 228 },
261 "test": "ipc_tests" 229 "test": "ipc_tests"
262 }, 230 },
263 { 231 {
264 "args": [
265 "--ozone-platform=x11"
266 ],
267 "swarming": { 232 "swarming": {
268 "can_use_on_swarming_builders": true 233 "can_use_on_swarming_builders": true
269 }, 234 },
270 "test": "jingle_unittests" 235 "test": "jingle_unittests"
271 }, 236 },
272 { 237 {
273 "args": [
274 "--ozone-platform=x11"
275 ],
276 "swarming": { 238 "swarming": {
277 "can_use_on_swarming_builders": true 239 "can_use_on_swarming_builders": true
278 }, 240 },
279 "test": "mash_unittests" 241 "test": "mash_unittests"
280 }, 242 },
281 { 243 {
282 "args": [
283 "--ozone-platform=x11"
284 ],
285 "swarming": { 244 "swarming": {
286 "can_use_on_swarming_builders": true 245 "can_use_on_swarming_builders": true
287 }, 246 },
288 "test": "media_blink_unittests" 247 "test": "media_blink_unittests"
289 }, 248 },
290 { 249 {
291 "swarming": { 250 "swarming": {
292 "can_use_on_swarming_builders": true 251 "can_use_on_swarming_builders": true
293 }, 252 },
294 "test": "media_unittests" 253 "test": "media_unittests"
295 }, 254 },
296 { 255 {
297 "args": [
298 "--ozone-platform=x11"
299 ],
300 "swarming": { 256 "swarming": {
301 "can_use_on_swarming_builders": true 257 "can_use_on_swarming_builders": true
302 }, 258 },
303 "test": "message_center_unittests" 259 "test": "message_center_unittests"
304 }, 260 },
305 { 261 {
306 "swarming": { 262 "swarming": {
307 "can_use_on_swarming_builders": true 263 "can_use_on_swarming_builders": true
308 }, 264 },
309 "test": "midi_unittests" 265 "test": "midi_unittests"
310 }, 266 },
311 { 267 {
312 "args": [
313 "--ozone-platform=x11"
314 ],
315 "swarming": { 268 "swarming": {
316 "can_use_on_swarming_builders": true 269 "can_use_on_swarming_builders": true
317 }, 270 },
318 "test": "mus_demo_unittests" 271 "test": "mus_demo_unittests"
319 }, 272 },
320 { 273 {
274 "args": [
275 "--ozone-platform=headless"
276 ],
321 "swarming": { 277 "swarming": {
322 "can_use_on_swarming_builders": true 278 "can_use_on_swarming_builders": true
323 }, 279 },
324 "test": "mus_ws_unittests" 280 "test": "mus_ws_unittests"
325 }, 281 },
326 { 282 {
327 "swarming": { 283 "swarming": {
328 "can_use_on_swarming_builders": true 284 "can_use_on_swarming_builders": true
329 }, 285 },
330 "test": "nacl_helper_nonsfi_unittests" 286 "test": "nacl_helper_nonsfi_unittests"
331 }, 287 },
332 { 288 {
333 "swarming": { 289 "swarming": {
334 "can_use_on_swarming_builders": true 290 "can_use_on_swarming_builders": true
335 }, 291 },
336 "test": "nacl_loader_unittests" 292 "test": "nacl_loader_unittests"
337 }, 293 },
338 { 294 {
339 "args": [
340 "--ozone-platform=x11"
341 ],
342 "swarming": { 295 "swarming": {
343 "can_use_on_swarming_builders": true 296 "can_use_on_swarming_builders": true
344 }, 297 },
345 "test": "native_theme_unittests" 298 "test": "native_theme_unittests"
346 }, 299 },
347 { 300 {
348 "swarming": { 301 "swarming": {
349 "can_use_on_swarming_builders": true 302 "can_use_on_swarming_builders": true
350 }, 303 },
351 "test": "net_unittests" 304 "test": "net_unittests"
352 }, 305 },
353 { 306 {
307 "args": [
308 "--ozone-platform=headless"
309 ],
354 "swarming": { 310 "swarming": {
355 "can_use_on_swarming_builders": true 311 "can_use_on_swarming_builders": true
356 }, 312 },
357 "test": "ozone_gl_unittests" 313 "test": "ozone_gl_unittests"
358 }, 314 },
359 { 315 {
360 "args": [
361 "--ozone-platform=x11"
362 ],
363 "swarming": { 316 "swarming": {
364 "can_use_on_swarming_builders": true 317 "can_use_on_swarming_builders": true
365 }, 318 },
366 "test": "ozone_unittests" 319 "test": "ozone_unittests"
367 }, 320 },
368 { 321 {
369 "args": [
370 "--ozone-platform=x11"
371 ],
372 "swarming": { 322 "swarming": {
373 "can_use_on_swarming_builders": true 323 "can_use_on_swarming_builders": true
374 }, 324 },
375 "test": "pdf_unittests" 325 "test": "pdf_unittests"
376 }, 326 },
377 { 327 {
378 "swarming": { 328 "swarming": {
379 "can_use_on_swarming_builders": true 329 "can_use_on_swarming_builders": true
380 }, 330 },
381 "test": "ppapi_unittests" 331 "test": "ppapi_unittests"
382 }, 332 },
383 { 333 {
384 "swarming": { 334 "swarming": {
385 "can_use_on_swarming_builders": true 335 "can_use_on_swarming_builders": true
386 }, 336 },
387 "test": "printing_unittests" 337 "test": "printing_unittests"
388 }, 338 },
389 { 339 {
390 "swarming": { 340 "swarming": {
391 "can_use_on_swarming_builders": true 341 "can_use_on_swarming_builders": true
392 }, 342 },
393 "test": "remoting_unittests" 343 "test": "remoting_unittests"
394 }, 344 },
395 { 345 {
396 "args": [
397 "--test-launcher-print-test-stdio=always"
398 ],
399 "swarming": { 346 "swarming": {
400 "can_use_on_swarming_builders": true 347 "can_use_on_swarming_builders": true
401 }, 348 },
402 "test": "sandbox_linux_unittests" 349 "test": "sandbox_linux_unittests"
403 }, 350 },
404 { 351 {
405 "args": [
406 "--ozone-platform=x11"
407 ],
408 "swarming": { 352 "swarming": {
409 "can_use_on_swarming_builders": true 353 "can_use_on_swarming_builders": true
410 }, 354 },
411 "test": "service_unittests" 355 "test": "service_unittests"
412 }, 356 },
413 { 357 {
414 "args": [
415 "--ozone-platform=x11"
416 ],
417 "swarming": { 358 "swarming": {
418 "can_use_on_swarming_builders": true 359 "can_use_on_swarming_builders": true
419 }, 360 },
420 "test": "skia_unittests" 361 "test": "skia_unittests"
421 }, 362 },
422 { 363 {
423 "args": [
424 "--ozone-platform=x11"
425 ],
426 "swarming": { 364 "swarming": {
427 "can_use_on_swarming_builders": true 365 "can_use_on_swarming_builders": true
428 }, 366 },
429 "test": "sql_unittests" 367 "test": "sql_unittests"
430 }, 368 },
431 { 369 {
432 "args": [
433 "--ozone-platform=x11"
434 ],
435 "swarming": { 370 "swarming": {
436 "can_use_on_swarming_builders": true 371 "can_use_on_swarming_builders": true
437 }, 372 },
438 "test": "storage_unittests" 373 "test": "storage_unittests"
439 }, 374 },
440 { 375 {
441 "swarming": { 376 "swarming": {
442 "can_use_on_swarming_builders": true 377 "can_use_on_swarming_builders": true
443 }, 378 },
444 "test": "ui_arc_unittests" 379 "test": "ui_arc_unittests"
445 }, 380 },
446 { 381 {
447 "args": [
448 "--ozone-platform=x11"
449 ],
450 "swarming": { 382 "swarming": {
451 "can_use_on_swarming_builders": true 383 "can_use_on_swarming_builders": true
452 }, 384 },
453 "test": "ui_base_unittests" 385 "test": "ui_base_unittests"
454 }, 386 },
455 { 387 {
456 "swarming": { 388 "swarming": {
457 "can_use_on_swarming_builders": true 389 "can_use_on_swarming_builders": true
458 }, 390 },
459 "test": "ui_chromeos_unittests" 391 "test": "ui_chromeos_unittests"
460 }, 392 },
461 { 393 {
462 "args": [
463 "--ozone-platform=x11"
464 ],
465 "swarming": { 394 "swarming": {
466 "can_use_on_swarming_builders": true 395 "can_use_on_swarming_builders": true
467 }, 396 },
468 "test": "ui_struct_traits_unittests" 397 "test": "ui_struct_traits_unittests"
469 }, 398 },
470 { 399 {
471 "args": [
472 "--ozone-platform=x11"
473 ],
474 "swarming": { 400 "swarming": {
475 "can_use_on_swarming_builders": true 401 "can_use_on_swarming_builders": true
476 }, 402 },
477 "test": "ui_touch_selection_unittests" 403 "test": "ui_touch_selection_unittests"
478 }, 404 },
479 { 405 {
406 "args": [
407 "--ozone-platform=headless"
408 ],
480 "swarming": { 409 "swarming": {
481 "can_use_on_swarming_builders": true 410 "can_use_on_swarming_builders": true
482 }, 411 },
483 "test": "unit_tests" 412 "test": "unit_tests"
484 }, 413 },
485 { 414 {
486 "swarming": { 415 "swarming": {
487 "can_use_on_swarming_builders": true 416 "can_use_on_swarming_builders": true
488 }, 417 },
489 "test": "url_unittests" 418 "test": "url_unittests"
490 }, 419 },
491 { 420 {
492 "args": [
493 "--override-use-gl-with-osmesa-for-tests"
494 ],
495 "swarming": { 421 "swarming": {
496 "can_use_on_swarming_builders": false 422 "can_use_on_swarming_builders": false
497 }, 423 },
498 "test": "views_mus_interactive_ui_tests" 424 "test": "views_mus_interactive_ui_tests"
499 }, 425 },
500 { 426 {
501 "swarming": { 427 "swarming": {
502 "can_use_on_swarming_builders": false 428 "can_use_on_swarming_builders": false
503 }, 429 },
504 "test": "views_mus_unittests" 430 "test": "views_mus_unittests"
505 }, 431 },
506 { 432 {
507 "args": [
508 "--ozone-platform=x11"
509 ],
510 "swarming": { 433 "swarming": {
511 "can_use_on_swarming_builders": true 434 "can_use_on_swarming_builders": true
512 }, 435 },
513 "test": "views_unittests" 436 "test": "views_unittests"
514 }, 437 },
515 { 438 {
516 "swarming": { 439 "swarming": {
517 "can_use_on_swarming_builders": true 440 "can_use_on_swarming_builders": true
518 }, 441 },
519 "test": "wm_unittests" 442 "test": "wm_unittests"
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 }, 1139 },
1217 { 1140 {
1218 "swarming": { 1141 "swarming": {
1219 "can_use_on_swarming_builders": true 1142 "can_use_on_swarming_builders": true
1220 }, 1143 },
1221 "test": "wm_unittests" 1144 "test": "wm_unittests"
1222 } 1145 }
1223 ] 1146 ]
1224 } 1147 }
1225 } 1148 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698