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

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

Issue 2202393002: swarming: wholesale switch remaining tests to run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Oops Created 4 years, 4 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 "scripts": [ 808 "scripts": [
809 { 809 {
810 "name": "webview_licenses", 810 "name": "webview_licenses",
811 "script": "webview_licenses.py" 811 "script": "webview_licenses.py"
812 } 812 }
813 ] 813 ]
814 }, 814 },
815 "Blimp Linux (dbg)": { 815 "Blimp Linux (dbg)": {
816 "gtest_tests": [ 816 "gtest_tests": [
817 { 817 {
818 "swarming": {
819 "can_use_on_swarming_builders": true
820 },
818 "test": "blimp_browsertests" 821 "test": "blimp_browsertests"
819 } 822 }
820 ] 823 ]
821 }, 824 },
822 "Cast Linux": { 825 "Cast Linux": {
823 "gtest_tests": [ 826 "gtest_tests": [
824 { 827 {
825 "swarming": { 828 "swarming": {
826 "can_use_on_swarming_builders": true 829 "can_use_on_swarming_builders": true
827 }, 830 },
828 "test": "base_unittests" 831 "test": "base_unittests"
829 }, 832 },
830 { 833 {
831 "swarming": { 834 "swarming": {
832 "can_use_on_swarming_builders": true 835 "can_use_on_swarming_builders": true
833 }, 836 },
834 "test": "cacheinvalidation_unittests" 837 "test": "cacheinvalidation_unittests"
835 }, 838 },
836 { 839 {
837 "swarming": { 840 "swarming": {
838 "can_use_on_swarming_builders": true 841 "can_use_on_swarming_builders": true
839 }, 842 },
840 "test": "capture_unittests" 843 "test": "capture_unittests"
841 }, 844 },
842 { 845 {
846 "swarming": {
847 "can_use_on_swarming_builders": true
848 },
843 "test": "cast_alsa_cma_backend_unittests" 849 "test": "cast_alsa_cma_backend_unittests"
844 }, 850 },
845 { 851 {
852 "swarming": {
853 "can_use_on_swarming_builders": true
854 },
846 "test": "cast_base_unittests" 855 "test": "cast_base_unittests"
847 }, 856 },
848 { 857 {
858 "swarming": {
859 "can_use_on_swarming_builders": true
860 },
849 "test": "cast_crash_unittests" 861 "test": "cast_crash_unittests"
850 }, 862 },
851 { 863 {
864 "swarming": {
865 "can_use_on_swarming_builders": true
866 },
852 "test": "cast_media_unittests" 867 "test": "cast_media_unittests"
853 }, 868 },
854 { 869 {
855 "args": [ 870 "args": [
856 "--enable-local-file-accesses", 871 "--enable-local-file-accesses",
857 "--enable-cma-media-pipeline", 872 "--enable-cma-media-pipeline",
858 "--ozone-platform=cast", 873 "--ozone-platform=cast",
859 "--no-sandbox", 874 "--no-sandbox",
860 "--test-launcher-jobs=1" 875 "--test-launcher-jobs=1"
861 ], 876 ],
877 "swarming": {
878 "can_use_on_swarming_builders": true
879 },
862 "test": "cast_shell_browser_test" 880 "test": "cast_shell_browser_test"
863 }, 881 },
864 { 882 {
883 "swarming": {
884 "can_use_on_swarming_builders": true
885 },
865 "test": "cast_shell_unittests" 886 "test": "cast_shell_unittests"
866 }, 887 },
867 { 888 {
868 "args": [ 889 "args": [
869 "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.c ontent_browsertests.filter" 890 "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.c ontent_browsertests.filter"
870 ], 891 ],
871 "swarming": { 892 "swarming": {
872 "can_use_on_swarming_builders": true 893 "can_use_on_swarming_builders": true
873 }, 894 },
874 "test": "content_browsertests" 895 "test": "content_browsertests"
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 }, 1133 },
1113 "test": "content_unittests" 1134 "test": "content_unittests"
1114 }, 1135 },
1115 { 1136 {
1116 "swarming": { 1137 "swarming": {
1117 "can_use_on_swarming_builders": true 1138 "can_use_on_swarming_builders": true
1118 }, 1139 },
1119 "test": "crypto_unittests" 1140 "test": "crypto_unittests"
1120 }, 1141 },
1121 { 1142 {
1143 "swarming": {
1144 "can_use_on_swarming_builders": true
1145 },
1122 "test": "dbus_unittests" 1146 "test": "dbus_unittests"
1123 }, 1147 },
1124 { 1148 {
1125 "swarming": { 1149 "swarming": {
1126 "can_use_on_swarming_builders": true 1150 "can_use_on_swarming_builders": true
1127 }, 1151 },
1128 "test": "device_unittests" 1152 "test": "device_unittests"
1129 }, 1153 },
1130 { 1154 {
1131 "swarming": { 1155 "swarming": {
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 }, 1331 },
1308 "test": "mojo_system_unittests" 1332 "test": "mojo_system_unittests"
1309 }, 1333 },
1310 { 1334 {
1311 "swarming": { 1335 "swarming": {
1312 "can_use_on_swarming_builders": true 1336 "can_use_on_swarming_builders": true
1313 }, 1337 },
1314 "test": "mus_clipboard_unittests" 1338 "test": "mus_clipboard_unittests"
1315 }, 1339 },
1316 { 1340 {
1341 "swarming": {
1342 "can_use_on_swarming_builders": true
1343 },
1317 "test": "mus_gpu_unittests" 1344 "test": "mus_gpu_unittests"
1318 }, 1345 },
1319 { 1346 {
1320 "swarming": { 1347 "swarming": {
1321 "can_use_on_swarming_builders": true 1348 "can_use_on_swarming_builders": true
1322 }, 1349 },
1323 "test": "mus_public_unittests" 1350 "test": "mus_public_unittests"
1324 }, 1351 },
1325 { 1352 {
1326 "swarming": { 1353 "swarming": {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 }, 1643 },
1617 "test": "content_unittests" 1644 "test": "content_unittests"
1618 }, 1645 },
1619 { 1646 {
1620 "swarming": { 1647 "swarming": {
1621 "can_use_on_swarming_builders": true 1648 "can_use_on_swarming_builders": true
1622 }, 1649 },
1623 "test": "crypto_unittests" 1650 "test": "crypto_unittests"
1624 }, 1651 },
1625 { 1652 {
1653 "swarming": {
1654 "can_use_on_swarming_builders": true
1655 },
1626 "test": "dbus_unittests" 1656 "test": "dbus_unittests"
1627 }, 1657 },
1628 { 1658 {
1629 "swarming": { 1659 "swarming": {
1630 "can_use_on_swarming_builders": true 1660 "can_use_on_swarming_builders": true
1631 }, 1661 },
1632 "test": "device_unittests" 1662 "test": "device_unittests"
1633 }, 1663 },
1634 { 1664 {
1635 "swarming": { 1665 "swarming": {
(...skipping 13 matching lines...) Expand all
1649 }, 1679 },
1650 "test": "extensions_browsertests" 1680 "test": "extensions_browsertests"
1651 }, 1681 },
1652 { 1682 {
1653 "swarming": { 1683 "swarming": {
1654 "can_use_on_swarming_builders": true 1684 "can_use_on_swarming_builders": true
1655 }, 1685 },
1656 "test": "extensions_unittests" 1686 "test": "extensions_unittests"
1657 }, 1687 },
1658 { 1688 {
1689 "swarming": {
1690 "can_use_on_swarming_builders": true
1691 },
1659 "test": "filesystem_service_unittests" 1692 "test": "filesystem_service_unittests"
1660 }, 1693 },
1661 { 1694 {
1662 "swarming": { 1695 "swarming": {
1663 "can_use_on_swarming_builders": true 1696 "can_use_on_swarming_builders": true
1664 }, 1697 },
1665 "test": "gcm_unit_tests" 1698 "test": "gcm_unit_tests"
1666 }, 1699 },
1667 { 1700 {
1668 "swarming": { 1701 "swarming": {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1761 }, 1794 },
1762 "test": "mojo_system_unittests" 1795 "test": "mojo_system_unittests"
1763 }, 1796 },
1764 { 1797 {
1765 "swarming": { 1798 "swarming": {
1766 "can_use_on_swarming_builders": true 1799 "can_use_on_swarming_builders": true
1767 }, 1800 },
1768 "test": "mus_clipboard_unittests" 1801 "test": "mus_clipboard_unittests"
1769 }, 1802 },
1770 { 1803 {
1804 "swarming": {
1805 "can_use_on_swarming_builders": true
1806 },
1771 "test": "mus_gpu_unittests" 1807 "test": "mus_gpu_unittests"
1772 }, 1808 },
1773 { 1809 {
1774 "swarming": { 1810 "swarming": {
1775 "can_use_on_swarming_builders": true 1811 "can_use_on_swarming_builders": true
1776 }, 1812 },
1777 "test": "mus_ws_unittests" 1813 "test": "mus_ws_unittests"
1778 }, 1814 },
1779 { 1815 {
1780 "swarming": { 1816 "swarming": {
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
2260 "override_compile_targets": [ 2296 "override_compile_targets": [
2261 "telemetry_unittests_run" 2297 "telemetry_unittests_run"
2262 ], 2298 ],
2263 "swarming": { 2299 "swarming": {
2264 "can_use_on_swarming_builders": true 2300 "can_use_on_swarming_builders": true
2265 } 2301 }
2266 } 2302 }
2267 ] 2303 ]
2268 } 2304 }
2269 } 2305 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698