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

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

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 8 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 | « testing/buildbot/chromium.chrome.json ('k') | 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
(Empty)
1 {
2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [
4 "accessibility_unittests",
5 "app_list_unittests",
6 "aura_unittests",
7 "browser_tests",
8 "cacheinvalidation_unittests",
9 "chromedriver_unittests",
10 "chromeos_unittests",
11 "components_browsertests",
12 "components_unittests",
13 "content_browsertests",
14 "content_unittests",
15 "crypto_unittests",
16 "dbus_unittests",
17 "device_unittests",
18 "display_unittests",
19 "events_unittests",
20 "extensions_browsertests",
21 "extensions_unittests",
22 "gcm_unit_tests",
23 "gfx_unittests",
24 "gn_unittests",
25 "google_apis_unittests",
26 "gpu_unittests",
27 "interactive_ui_tests",
28 "ipc_tests",
29 "jingle_unittests",
30 "media_unittests",
31 "mojo_common_unittests",
32 "mojo_public_bindings_unittests",
33 "mojo_public_environment_unittests",
34 "mojo_public_system_unittests",
35 "mojo_public_utility_unittests",
36 "mojo_system_unittests",
37 "net_unittests",
38 "ppapi_unittests",
39 "printing_unittests",
40 "remoting_unittests",
41 "sandbox_linux_unittests",
42 "skia_unittests",
43 "sql_unittests",
44 "sync_unit_tests",
45 "ui_base_unittests",
46 "ui_chromeos_unittests",
47 "ui_touch_selection_unittests",
48 "unit_tests",
49 "url_unittests",
50 "views_unittests",
51 "wm_unittests"
52 ],
53 "gtest_tests": [
54 {
55 "test": "base_unittests"
56 }
57 ]
58 },
59 "Linux ChromiumOS GN (dbg)": {
60 "additional_compile_targets": [
61 "accessibility_unittests",
62 "app_list_unittests",
63 "aura_unittests",
64 "browser_tests",
65 "cacheinvalidation_unittests",
66 "chromedriver_unittests",
67 "chromeos_unittests",
68 "content_unittests",
69 "crypto_unittests",
70 "dbus_unittests",
71 "device_unittests",
72 "display_unittests",
73 "events_unittests",
74 "extensions_browsertests",
75 "extensions_unittests",
76 "gcm_unit_tests",
77 "gfx_unittests",
78 "gn_unittests",
79 "google_apis_unittests",
80 "gpu_unittests",
81 "interactive_ui_tests",
82 "ipc_tests",
83 "jingle_unittests",
84 "media_unittests",
85 "mojo_common_unittests",
86 "mojo_public_bindings_unittests",
87 "mojo_public_environment_unittests",
88 "mojo_public_system_unittests",
89 "mojo_public_utility_unittests",
90 "mojo_system_unittests",
91 "net_unittests",
92 "ppapi_unittests",
93 "printing_unittests",
94 "remoting_unittests",
95 "sandbox_linux_unittests",
96 "skia_unittests",
97 "sql_unittests",
98 "sync_unit_tests",
99 "ui_base_unittests",
100 "ui_chromeos_unittests",
101 "ui_touch_selection_unittests",
102 "unit_tests",
103 "url_unittests",
104 "views_unittests",
105 "wm_unittests"
106 ],
107 "gtest_tests": [
108 {
109 "test": "base_unittests"
110 }
111 ]
112 },
113 "Linux ChromiumOS Ozone Tests (1)": {
114 "gtest_tests": [
115 {
116 "swarming": {
117 "can_use_on_swarming_builders": true
118 },
119 "test": "accessibility_unittests"
120 },
121 {
122 "swarming": {
123 "can_use_on_swarming_builders": true
124 },
125 "test": "app_list_unittests"
126 },
127 {
128 "test": "app_shell_unittests"
129 },
130 {
131 "test": "ash_unittests"
132 },
133 {
134 "test": "aura_unittests"
135 },
136 {
137 "test": "base_unittests"
138 },
139 {
140 "test": "cacheinvalidation_unittests"
141 },
142 {
143 "test": "chromeos_unittests"
144 },
145 {
146 "test": "chromevox_tests"
147 },
148 {
149 "test": "components_unittests"
150 },
151 {
152 "swarming": {
153 "can_use_on_swarming_builders": true,
154 "shards": 2
155 },
156 "test": "content_browsertests"
157 },
158 {
159 "test": "content_unittests"
160 },
161 {
162 "swarming": {
163 "can_use_on_swarming_builders": true
164 },
165 "test": "crypto_unittests"
166 },
167 {
168 "test": "dbus_unittests"
169 },
170 {
171 "test": "device_unittests"
172 },
173 {
174 "test": "display_unittests"
175 },
176 {
177 "test": "events_unittests"
178 },
179 {
180 "swarming": {
181 "can_use_on_swarming_builders": true
182 },
183 "test": "extensions_browsertests"
184 },
185 {
186 "test": "extensions_unittests"
187 },
188 {
189 "test": "gcm_unit_tests"
190 },
191 {
192 "test": "gfx_unittests"
193 },
194 {
195 "test": "google_apis_unittests"
196 },
197 {
198 "test": "gpu_unittests"
199 },
200 {
201 "swarming": {
202 "can_use_on_swarming_builders": true,
203 "shards": 3
204 },
205 "test": "interactive_ui_tests"
206 },
207 {
208 "test": "ipc_tests"
209 },
210 {
211 "test": "jingle_unittests"
212 },
213 {
214 "test": "media_unittests"
215 },
216 {
217 "test": "message_center_unittests"
218 },
219 {
220 "test": "midi_unittests"
221 },
222 {
223 "test": "nacl_loader_unittests"
224 },
225 {
226 "swarming": {
227 "can_use_on_swarming_builders": true
228 },
229 "test": "net_unittests"
230 },
231 {
232 "test": "ozone_unittests"
233 },
234 {
235 "test": "ppapi_unittests"
236 },
237 {
238 "test": "printing_unittests"
239 },
240 {
241 "test": "remoting_unittests"
242 },
243 {
244 "args": [
245 "--test-launcher-print-test-stdio=always"
246 ],
247 "test": "sandbox_linux_unittests"
248 },
249 {
250 "test": "skia_unittests"
251 },
252 {
253 "test": "sql_unittests"
254 },
255 {
256 "test": "sync_unit_tests"
257 },
258 {
259 "test": "ui_base_unittests"
260 },
261 {
262 "test": "ui_chromeos_unittests"
263 },
264 {
265 "test": "ui_touch_selection_unittests"
266 },
267 {
268 "swarming": {
269 "can_use_on_swarming_builders": true
270 },
271 "test": "unit_tests"
272 },
273 {
274 "test": "url_unittests"
275 },
276 {
277 "test": "views_unittests"
278 },
279 {
280 "test": "wm_unittests"
281 }
282 ]
283 },
284 "Linux ChromiumOS Tests (1)": {
285 "gtest_tests": [
286 {
287 "swarming": {
288 "can_use_on_swarming_builders": true
289 },
290 "test": "accessibility_unittests"
291 },
292 {
293 "swarming": {
294 "can_use_on_swarming_builders": true
295 },
296 "test": "app_list_unittests"
297 },
298 {
299 "test": "app_shell_unittests"
300 },
301 {
302 "swarming": {
303 "can_use_on_swarming_builders": true
304 },
305 "test": "ash_unittests"
306 },
307 {
308 "test": "aura_unittests"
309 },
310 {
311 "swarming": {
312 "can_use_on_swarming_builders": true
313 },
314 "test": "base_unittests"
315 },
316 {
317 "swarming": {
318 "can_use_on_swarming_builders": true,
319 "shards": 5
320 },
321 "test": "browser_tests"
322 },
323 {
324 "test": "cacheinvalidation_unittests"
325 },
326 {
327 "test": "chromeos_unittests"
328 },
329 {
330 "test": "chromevox_tests"
331 },
332 {
333 "test": "components_unittests"
334 },
335 {
336 "test": "compositor_unittests"
337 },
338 {
339 "swarming": {
340 "can_use_on_swarming_builders": true
341 },
342 "test": "content_browsertests"
343 },
344 {
345 "swarming": {
346 "can_use_on_swarming_builders": true
347 },
348 "test": "content_unittests"
349 },
350 {
351 "swarming": {
352 "can_use_on_swarming_builders": true
353 },
354 "test": "crypto_unittests"
355 },
356 {
357 "test": "dbus_unittests"
358 },
359 {
360 "test": "device_unittests"
361 },
362 {
363 "test": "display_unittests"
364 },
365 {
366 "test": "events_unittests"
367 },
368 {
369 "swarming": {
370 "can_use_on_swarming_builders": true
371 },
372 "test": "extensions_browsertests"
373 },
374 {
375 "test": "extensions_unittests"
376 },
377 {
378 "test": "gcm_unit_tests"
379 },
380 {
381 "test": "gfx_unittests"
382 },
383 {
384 "test": "google_apis_unittests"
385 },
386 {
387 "test": "gpu_unittests"
388 },
389 {
390 "swarming": {
391 "can_use_on_swarming_builders": true
392 },
393 "test": "interactive_ui_tests"
394 },
395 {
396 "test": "ipc_tests"
397 },
398 {
399 "test": "jingle_unittests"
400 },
401 {
402 "test": "media_unittests"
403 },
404 {
405 "test": "message_center_unittests"
406 },
407 {
408 "test": "midi_unittests"
409 },
410 {
411 "test": "nacl_loader_unittests"
412 },
413 {
414 "swarming": {
415 "can_use_on_swarming_builders": true
416 },
417 "test": "net_unittests"
418 },
419 {
420 "test": "ppapi_unittests"
421 },
422 {
423 "test": "printing_unittests"
424 },
425 {
426 "test": "remoting_unittests"
427 },
428 {
429 "args": [
430 "--test-launcher-print-test-stdio=always"
431 ],
432 "test": "sandbox_linux_unittests"
433 },
434 {
435 "test": "skia_unittests"
436 },
437 {
438 "test": "sql_unittests"
439 },
440 {
441 "test": "sync_unit_tests"
442 },
443 {
444 "test": "ui_base_unittests"
445 },
446 {
447 "test": "ui_chromeos_unittests"
448 },
449 {
450 "test": "ui_touch_selection_unittests"
451 },
452 {
453 "swarming": {
454 "can_use_on_swarming_builders": true
455 },
456 "test": "unit_tests"
457 },
458 {
459 "test": "url_unittests"
460 },
461 {
462 "test": "views_unittests"
463 },
464 {
465 "test": "wm_unittests"
466 }
467 ]
468 },
469 "Linux ChromiumOS Tests (dbg)(1)": {
470 "gtest_tests": [
471 {
472 "swarming": {
473 "can_use_on_swarming_builders": true
474 },
475 "test": "accessibility_unittests"
476 },
477 {
478 "swarming": {
479 "can_use_on_swarming_builders": true
480 },
481 "test": "app_list_unittests"
482 },
483 {
484 "test": "app_shell_unittests"
485 },
486 {
487 "swarming": {
488 "can_use_on_swarming_builders": true
489 },
490 "test": "ash_unittests"
491 },
492 {
493 "test": "aura_unittests"
494 },
495 {
496 "swarming": {
497 "can_use_on_swarming_builders": true
498 },
499 "test": "base_unittests"
500 },
501 {
502 "swarming": {
503 "can_use_on_swarming_builders": true,
504 "shards": 10
505 },
506 "test": "browser_tests"
507 },
508 {
509 "test": "cacheinvalidation_unittests"
510 },
511 {
512 "test": "chromeos_unittests"
513 },
514 {
515 "test": "components_unittests"
516 },
517 {
518 "test": "compositor_unittests"
519 },
520 {
521 "swarming": {
522 "can_use_on_swarming_builders": true,
523 "shards": 2
524 },
525 "test": "content_browsertests"
526 },
527 {
528 "swarming": {
529 "can_use_on_swarming_builders": true
530 },
531 "test": "content_unittests"
532 },
533 {
534 "swarming": {
535 "can_use_on_swarming_builders": true
536 },
537 "test": "crypto_unittests"
538 },
539 {
540 "test": "dbus_unittests"
541 },
542 {
543 "test": "device_unittests"
544 },
545 {
546 "test": "display_unittests"
547 },
548 {
549 "test": "events_unittests"
550 },
551 {
552 "swarming": {
553 "can_use_on_swarming_builders": true
554 },
555 "test": "extensions_browsertests"
556 },
557 {
558 "test": "extensions_unittests"
559 },
560 {
561 "test": "gcm_unit_tests"
562 },
563 {
564 "test": "gfx_unittests"
565 },
566 {
567 "test": "google_apis_unittests"
568 },
569 {
570 "test": "gpu_unittests"
571 },
572 {
573 "swarming": {
574 "can_use_on_swarming_builders": true,
575 "shards": 3
576 },
577 "test": "interactive_ui_tests"
578 },
579 {
580 "test": "ipc_tests"
581 },
582 {
583 "test": "jingle_unittests"
584 },
585 {
586 "test": "media_unittests"
587 },
588 {
589 "test": "message_center_unittests"
590 },
591 {
592 "test": "midi_unittests"
593 },
594 {
595 "test": "nacl_loader_unittests"
596 },
597 {
598 "swarming": {
599 "can_use_on_swarming_builders": true
600 },
601 "test": "net_unittests"
602 },
603 {
604 "test": "ppapi_unittests"
605 },
606 {
607 "test": "printing_unittests"
608 },
609 {
610 "test": "remoting_unittests"
611 },
612 {
613 "args": [
614 "--test-launcher-print-test-stdio=always"
615 ],
616 "test": "sandbox_linux_unittests"
617 },
618 {
619 "test": "skia_unittests"
620 },
621 {
622 "test": "sql_unittests"
623 },
624 {
625 "test": "sync_unit_tests"
626 },
627 {
628 "test": "ui_base_unittests"
629 },
630 {
631 "test": "ui_chromeos_unittests"
632 },
633 {
634 "test": "ui_touch_selection_unittests"
635 },
636 {
637 "swarming": {
638 "can_use_on_swarming_builders": true
639 },
640 "test": "unit_tests"
641 },
642 {
643 "test": "url_unittests"
644 },
645 {
646 "test": "views_unittests"
647 },
648 {
649 "test": "wm_unittests"
650 }
651 ]
652 }
653 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chrome.json ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698