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

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

Issue 1902463002: Introduce components/display_compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specific_include_rules 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
OLDNEW
1 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 { 523 {
524 "swarming": { 524 "swarming": {
525 "can_use_on_swarming_builders": true 525 "can_use_on_swarming_builders": true
526 }, 526 },
527 "test": "device_unittests" 527 "test": "device_unittests"
528 }, 528 },
529 { 529 {
530 "swarming": { 530 "swarming": {
531 "can_use_on_swarming_builders": true 531 "can_use_on_swarming_builders": true
532 }, 532 },
533 "test": "display_compositor_unittests"
534 },
535 {
536 "swarming": {
537 "can_use_on_swarming_builders": true
538 },
533 "test": "display_unittests" 539 "test": "display_unittests"
534 }, 540 },
535 { 541 {
536 "swarming": { 542 "swarming": {
537 "can_use_on_swarming_builders": true 543 "can_use_on_swarming_builders": true
538 }, 544 },
539 "test": "events_unittests" 545 "test": "events_unittests"
540 }, 546 },
541 { 547 {
542 "swarming": { 548 "swarming": {
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 { 888 {
883 "swarming": { 889 "swarming": {
884 "can_use_on_swarming_builders": true 890 "can_use_on_swarming_builders": true
885 }, 891 },
886 "test": "device_unittests" 892 "test": "device_unittests"
887 }, 893 },
888 { 894 {
889 "swarming": { 895 "swarming": {
890 "can_use_on_swarming_builders": true 896 "can_use_on_swarming_builders": true
891 }, 897 },
898 "test": "display_compositor_unittests"
899 },
900 {
901 "swarming": {
902 "can_use_on_swarming_builders": true
903 },
892 "test": "display_unittests" 904 "test": "display_unittests"
893 }, 905 },
894 { 906 {
895 "swarming": { 907 "swarming": {
896 "can_use_on_swarming_builders": true 908 "can_use_on_swarming_builders": true
897 }, 909 },
898 "test": "events_unittests" 910 "test": "events_unittests"
899 }, 911 },
900 { 912 {
901 "swarming": { 913 "swarming": {
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 { 1153 {
1142 "test": "content_browsertests" 1154 "test": "content_browsertests"
1143 }, 1155 },
1144 { 1156 {
1145 "test": "content_unittests" 1157 "test": "content_unittests"
1146 }, 1158 },
1147 { 1159 {
1148 "test": "crypto_unittests" 1160 "test": "crypto_unittests"
1149 }, 1161 },
1150 { 1162 {
1163 "test": "display_compositor_unittests"
1164 },
1165 {
1151 "test": "display_unittests" 1166 "test": "display_unittests"
1152 }, 1167 },
1153 { 1168 {
1154 "test": "extensions_unittests" 1169 "test": "extensions_unittests"
1155 }, 1170 },
1156 { 1171 {
1157 "test": "gcm_unit_tests" 1172 "test": "gcm_unit_tests"
1158 }, 1173 },
1159 { 1174 {
1160 "test": "gfx_unittests" 1175 "test": "gfx_unittests"
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1754 { 1769 {
1755 "swarming": { 1770 "swarming": {
1756 "can_use_on_swarming_builders": true 1771 "can_use_on_swarming_builders": true
1757 }, 1772 },
1758 "test": "device_unittests" 1773 "test": "device_unittests"
1759 }, 1774 },
1760 { 1775 {
1761 "swarming": { 1776 "swarming": {
1762 "can_use_on_swarming_builders": true 1777 "can_use_on_swarming_builders": true
1763 }, 1778 },
1779 "test": "display_compositor_unittests"
1780 },
1781 {
1782 "swarming": {
1783 "can_use_on_swarming_builders": true
1784 },
1764 "test": "display_unittests" 1785 "test": "display_unittests"
1765 }, 1786 },
1766 { 1787 {
1767 "test": "events_unittests" 1788 "test": "events_unittests"
1768 }, 1789 },
1769 { 1790 {
1770 "swarming": { 1791 "swarming": {
1771 "can_use_on_swarming_builders": true 1792 "can_use_on_swarming_builders": true
1772 }, 1793 },
1773 "test": "extensions_unittests" 1794 "test": "extensions_unittests"
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 { 2059 {
2039 "swarming": { 2060 "swarming": {
2040 "can_use_on_swarming_builders": true 2061 "can_use_on_swarming_builders": true
2041 }, 2062 },
2042 "test": "device_unittests" 2063 "test": "device_unittests"
2043 }, 2064 },
2044 { 2065 {
2045 "swarming": { 2066 "swarming": {
2046 "can_use_on_swarming_builders": true 2067 "can_use_on_swarming_builders": true
2047 }, 2068 },
2069 "test": "display_compositor_unittests"
2070 },
2071 {
2072 "swarming": {
2073 "can_use_on_swarming_builders": true
2074 },
2048 "test": "display_unittests" 2075 "test": "display_unittests"
2049 }, 2076 },
2050 { 2077 {
2051 "swarming": { 2078 "swarming": {
2052 "can_use_on_swarming_builders": true 2079 "can_use_on_swarming_builders": true
2053 }, 2080 },
2054 "test": "extensions_browsertests" 2081 "test": "extensions_browsertests"
2055 }, 2082 },
2056 { 2083 {
2057 "swarming": { 2084 "swarming": {
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2267 { 2294 {
2268 "swarming": { 2295 "swarming": {
2269 "can_use_on_swarming_builders": true 2296 "can_use_on_swarming_builders": true
2270 }, 2297 },
2271 "test": "device_unittests" 2298 "test": "device_unittests"
2272 }, 2299 },
2273 { 2300 {
2274 "swarming": { 2301 "swarming": {
2275 "can_use_on_swarming_builders": true 2302 "can_use_on_swarming_builders": true
2276 }, 2303 },
2304 "test": "display_compositor_unittests"
2305 },
2306 {
2307 "swarming": {
2308 "can_use_on_swarming_builders": true
2309 },
2277 "test": "display_unittests" 2310 "test": "display_unittests"
2278 }, 2311 },
2279 { 2312 {
2280 "swarming": { 2313 "swarming": {
2281 "can_use_on_swarming_builders": true 2314 "can_use_on_swarming_builders": true
2282 }, 2315 },
2283 "test": "extensions_browsertests" 2316 "test": "extensions_browsertests"
2284 }, 2317 },
2285 { 2318 {
2286 "swarming": { 2319 "swarming": {
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 { 2489 {
2457 "swarming": { 2490 "swarming": {
2458 "can_use_on_swarming_builders": true 2491 "can_use_on_swarming_builders": true
2459 }, 2492 },
2460 "test": "crypto_unittests" 2493 "test": "crypto_unittests"
2461 }, 2494 },
2462 { 2495 {
2463 "swarming": { 2496 "swarming": {
2464 "can_use_on_swarming_builders": true 2497 "can_use_on_swarming_builders": true
2465 }, 2498 },
2499 "test": "display_compositor_unittests"
2500 },
2501 {
2502 "swarming": {
2503 "can_use_on_swarming_builders": true
2504 },
2466 "test": "display_unittests" 2505 "test": "display_unittests"
2467 }, 2506 },
2468 { 2507 {
2469 "swarming": { 2508 "swarming": {
2470 "can_use_on_swarming_builders": true 2509 "can_use_on_swarming_builders": true
2471 }, 2510 },
2472 "test": "extensions_unittests" 2511 "test": "extensions_unittests"
2473 }, 2512 },
2474 { 2513 {
2475 "swarming": { 2514 "swarming": {
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
2754 { 2793 {
2755 "swarming": { 2794 "swarming": {
2756 "can_use_on_swarming_builders": true 2795 "can_use_on_swarming_builders": true
2757 }, 2796 },
2758 "test": "crypto_unittests" 2797 "test": "crypto_unittests"
2759 }, 2798 },
2760 { 2799 {
2761 "swarming": { 2800 "swarming": {
2762 "can_use_on_swarming_builders": true 2801 "can_use_on_swarming_builders": true
2763 }, 2802 },
2803 "test": "display_compositor_unittests"
2804 },
2805 {
2806 "swarming": {
2807 "can_use_on_swarming_builders": true
2808 },
2764 "test": "display_unittests" 2809 "test": "display_unittests"
2765 }, 2810 },
2766 { 2811 {
2767 "swarming": { 2812 "swarming": {
2768 "can_use_on_swarming_builders": true 2813 "can_use_on_swarming_builders": true
2769 }, 2814 },
2770 "test": "extensions_unittests" 2815 "test": "extensions_unittests"
2771 }, 2816 },
2772 { 2817 {
2773 "swarming": { 2818 "swarming": {
(...skipping 4236 matching lines...) Expand 10 before | Expand all | Expand 10 after
7010 { 7055 {
7011 "swarming": { 7056 "swarming": {
7012 "can_use_on_swarming_builders": true 7057 "can_use_on_swarming_builders": true
7013 }, 7058 },
7014 "test": "device_unittests" 7059 "test": "device_unittests"
7015 }, 7060 },
7016 { 7061 {
7017 "swarming": { 7062 "swarming": {
7018 "can_use_on_swarming_builders": true 7063 "can_use_on_swarming_builders": true
7019 }, 7064 },
7065 "test": "display_compositor_unittests"
7066 },
7067 {
7068 "swarming": {
7069 "can_use_on_swarming_builders": true
7070 },
7020 "test": "display_unittests" 7071 "test": "display_unittests"
7021 }, 7072 },
7022 { 7073 {
7023 "swarming": { 7074 "swarming": {
7024 "can_use_on_swarming_builders": true 7075 "can_use_on_swarming_builders": true
7025 }, 7076 },
7026 "test": "events_unittests" 7077 "test": "events_unittests"
7027 }, 7078 },
7028 { 7079 {
7029 "swarming": { 7080 "swarming": {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
7298 { 7349 {
7299 "test": "dbus_unittests" 7350 "test": "dbus_unittests"
7300 }, 7351 },
7301 { 7352 {
7302 "test": "device_unittests" 7353 "test": "device_unittests"
7303 }, 7354 },
7304 { 7355 {
7305 "swarming": { 7356 "swarming": {
7306 "can_use_on_swarming_builders": true 7357 "can_use_on_swarming_builders": true
7307 }, 7358 },
7359 "test": "display_compositor_unittests"
7360 },
7361 {
7362 "swarming": {
7363 "can_use_on_swarming_builders": true
7364 },
7308 "test": "display_unittests" 7365 "test": "display_unittests"
7309 }, 7366 },
7310 { 7367 {
7311 "test": "events_unittests" 7368 "test": "events_unittests"
7312 }, 7369 },
7313 { 7370 {
7314 "test": "extensions_unittests" 7371 "test": "extensions_unittests"
7315 }, 7372 },
7316 { 7373 {
7317 "test": "gcm_unit_tests" 7374 "test": "gcm_unit_tests"
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
7547 { 7604 {
7548 "swarming": { 7605 "swarming": {
7549 "can_use_on_swarming_builders": true 7606 "can_use_on_swarming_builders": true
7550 }, 7607 },
7551 "test": "device_unittests" 7608 "test": "device_unittests"
7552 }, 7609 },
7553 { 7610 {
7554 "swarming": { 7611 "swarming": {
7555 "can_use_on_swarming_builders": true 7612 "can_use_on_swarming_builders": true
7556 }, 7613 },
7614 "test": "display_compositor_unittests"
7615 },
7616 {
7617 "swarming": {
7618 "can_use_on_swarming_builders": true
7619 },
7557 "test": "display_unittests" 7620 "test": "display_unittests"
7558 }, 7621 },
7559 { 7622 {
7560 "swarming": { 7623 "swarming": {
7561 "can_use_on_swarming_builders": true 7624 "can_use_on_swarming_builders": true
7562 }, 7625 },
7563 "test": "events_unittests" 7626 "test": "events_unittests"
7564 }, 7627 },
7565 { 7628 {
7566 "swarming": { 7629 "swarming": {
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
7829 { 7892 {
7830 "test": "crypto_unittests" 7893 "test": "crypto_unittests"
7831 }, 7894 },
7832 { 7895 {
7833 "test": "dbus_unittests" 7896 "test": "dbus_unittests"
7834 }, 7897 },
7835 { 7898 {
7836 "test": "device_unittests" 7899 "test": "device_unittests"
7837 }, 7900 },
7838 { 7901 {
7902 "test": "display_compositor_unittests"
7903 },
7904 {
7839 "test": "display_unittests" 7905 "test": "display_unittests"
7840 }, 7906 },
7841 { 7907 {
7842 "test": "events_unittests" 7908 "test": "events_unittests"
7843 }, 7909 },
7844 { 7910 {
7845 "test": "extensions_unittests" 7911 "test": "extensions_unittests"
7846 }, 7912 },
7847 { 7913 {
7848 "test": "gcm_unit_tests" 7914 "test": "gcm_unit_tests"
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
8386 }, 8452 },
8387 { 8453 {
8388 "args": [ 8454 "args": [
8389 "--isolate-extensions" 8455 "--isolate-extensions"
8390 ], 8456 ],
8391 "test": "unit_tests" 8457 "test": "unit_tests"
8392 } 8458 }
8393 ] 8459 ]
8394 } 8460 }
8395 } 8461 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698