| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Tests (trial)(dbg)": { | 2 "Android Tests (trial)(dbg)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": false | 6 "can_use_on_swarming_builders": false |
| 7 }, | 7 }, |
| 8 "test": "blink_heap_unittests" | 8 "test": "blink_heap_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 }, | 23 }, |
| 24 "Jelly Bean Tester": { | 24 "Jelly Bean Tester": { |
| 25 "gtest_tests": [ | 25 "gtest_tests": [ |
| 26 { | 26 { |
| 27 "test": "android_webview_unittests" | 27 "test": "android_webview_unittests" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "test": "base_unittests" | 30 "test": "base_unittests" |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "override_compile_targets": [ |
| 34 "breakpad_unittests_deps" |
| 35 ], |
| 33 "test": "breakpad_unittests" | 36 "test": "breakpad_unittests" |
| 34 }, | 37 }, |
| 35 { | 38 { |
| 36 "test": "capture_unittests" | 39 "test": "capture_unittests" |
| 37 }, | 40 }, |
| 38 { | 41 { |
| 39 "test": "cc_unittests" | 42 "test": "cc_unittests" |
| 40 }, | 43 }, |
| 41 { | 44 { |
| 42 "test": "components_browsertests" | 45 "test": "components_browsertests" |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 { | 80 { |
| 78 "test": "latency_unittests" | 81 "test": "latency_unittests" |
| 79 }, | 82 }, |
| 80 { | 83 { |
| 81 "test": "media_unittests" | 84 "test": "media_unittests" |
| 82 }, | 85 }, |
| 83 { | 86 { |
| 84 "test": "net_unittests" | 87 "test": "net_unittests" |
| 85 }, | 88 }, |
| 86 { | 89 { |
| 90 "override_compile_targets": [ |
| 91 "sandbox_linux_unittests_deps" |
| 92 ], |
| 87 "test": "sandbox_linux_unittests" | 93 "test": "sandbox_linux_unittests" |
| 88 }, | 94 }, |
| 89 { | 95 { |
| 90 "test": "sql_unittests" | 96 "test": "sql_unittests" |
| 91 }, | 97 }, |
| 92 { | 98 { |
| 93 "test": "storage_unittests" | 99 "test": "storage_unittests" |
| 94 }, | 100 }, |
| 95 { | 101 { |
| 96 "test": "ui_android_unittests" | 102 "test": "ui_android_unittests" |
| (...skipping 22 matching lines...) Expand all Loading... |
| 119 }, | 125 }, |
| 120 "Lollipop Consumer Tester": { | 126 "Lollipop Consumer Tester": { |
| 121 "gtest_tests": [ | 127 "gtest_tests": [ |
| 122 { | 128 { |
| 123 "test": "android_webview_unittests" | 129 "test": "android_webview_unittests" |
| 124 }, | 130 }, |
| 125 { | 131 { |
| 126 "test": "base_unittests" | 132 "test": "base_unittests" |
| 127 }, | 133 }, |
| 128 { | 134 { |
| 135 "override_compile_targets": [ |
| 136 "breakpad_unittests_deps" |
| 137 ], |
| 129 "test": "breakpad_unittests" | 138 "test": "breakpad_unittests" |
| 130 }, | 139 }, |
| 131 { | 140 { |
| 132 "test": "capture_unittests" | 141 "test": "capture_unittests" |
| 133 }, | 142 }, |
| 134 { | 143 { |
| 135 "test": "cc_unittests" | 144 "test": "cc_unittests" |
| 136 }, | 145 }, |
| 137 { | 146 { |
| 138 "test": "components_browsertests" | 147 "test": "components_browsertests" |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 { | 182 { |
| 174 "test": "latency_unittests" | 183 "test": "latency_unittests" |
| 175 }, | 184 }, |
| 176 { | 185 { |
| 177 "test": "media_unittests" | 186 "test": "media_unittests" |
| 178 }, | 187 }, |
| 179 { | 188 { |
| 180 "test": "net_unittests" | 189 "test": "net_unittests" |
| 181 }, | 190 }, |
| 182 { | 191 { |
| 192 "override_compile_targets": [ |
| 193 "sandbox_linux_unittests_deps" |
| 194 ], |
| 183 "test": "sandbox_linux_unittests" | 195 "test": "sandbox_linux_unittests" |
| 184 }, | 196 }, |
| 185 { | 197 { |
| 186 "test": "sql_unittests" | 198 "test": "sql_unittests" |
| 187 }, | 199 }, |
| 188 { | 200 { |
| 189 "test": "storage_unittests" | 201 "test": "storage_unittests" |
| 190 }, | 202 }, |
| 191 { | 203 { |
| 192 "test": "ui_android_unittests" | 204 "test": "ui_android_unittests" |
| (...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 "=android%2Fswarming%2Flogcats%2F", | 841 "=android%2Fswarming%2Flogcats%2F", |
| 830 "${TASK_ID}%2F%2B%2Funified_logcats" | 842 "${TASK_ID}%2F%2B%2Funified_logcats" |
| 831 ], | 843 ], |
| 832 "name": "shard #${SHARD_INDEX} logcats" | 844 "name": "shard #${SHARD_INDEX} logcats" |
| 833 } | 845 } |
| 834 ] | 846 ] |
| 835 }, | 847 }, |
| 836 "test": "base_unittests" | 848 "test": "base_unittests" |
| 837 }, | 849 }, |
| 838 { | 850 { |
| 851 "override_compile_targets": [ |
| 852 "breakpad_unittests_deps" |
| 853 ], |
| 839 "override_isolate_target": "breakpad_unittests", | 854 "override_isolate_target": "breakpad_unittests", |
| 840 "swarming": { | 855 "swarming": { |
| 841 "can_use_on_swarming_builders": true, | 856 "can_use_on_swarming_builders": true, |
| 842 "cipd_packages": [ | 857 "cipd_packages": [ |
| 843 { | 858 { |
| 844 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", | 859 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", |
| 845 "location": "bin", | 860 "location": "bin", |
| 846 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c
" | 861 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c
" |
| 847 } | 862 } |
| 848 ], | 863 ], |
| (...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1498 "=android%2Fswarming%2Flogcats%2F", | 1513 "=android%2Fswarming%2Flogcats%2F", |
| 1499 "${TASK_ID}%2F%2B%2Funified_logcats" | 1514 "${TASK_ID}%2F%2B%2Funified_logcats" |
| 1500 ], | 1515 ], |
| 1501 "name": "shard #${SHARD_INDEX} logcats" | 1516 "name": "shard #${SHARD_INDEX} logcats" |
| 1502 } | 1517 } |
| 1503 ] | 1518 ] |
| 1504 }, | 1519 }, |
| 1505 "test": "net_unittests" | 1520 "test": "net_unittests" |
| 1506 }, | 1521 }, |
| 1507 { | 1522 { |
| 1523 "override_compile_targets": [ |
| 1524 "sandbox_linux_unittests_deps" |
| 1525 ], |
| 1508 "override_isolate_target": "sandbox_linux_unittests", | 1526 "override_isolate_target": "sandbox_linux_unittests", |
| 1509 "swarming": { | 1527 "swarming": { |
| 1510 "can_use_on_swarming_builders": true, | 1528 "can_use_on_swarming_builders": true, |
| 1511 "cipd_packages": [ | 1529 "cipd_packages": [ |
| 1512 { | 1530 { |
| 1513 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", | 1531 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", |
| 1514 "location": "bin", | 1532 "location": "bin", |
| 1515 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c
" | 1533 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c
" |
| 1516 } | 1534 } |
| 1517 ], | 1535 ], |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1778 }, | 1796 }, |
| 1779 "test": "android_webview_unittests" | 1797 "test": "android_webview_unittests" |
| 1780 }, | 1798 }, |
| 1781 { | 1799 { |
| 1782 "swarming": { | 1800 "swarming": { |
| 1783 "can_use_on_swarming_builders": false | 1801 "can_use_on_swarming_builders": false |
| 1784 }, | 1802 }, |
| 1785 "test": "base_unittests" | 1803 "test": "base_unittests" |
| 1786 }, | 1804 }, |
| 1787 { | 1805 { |
| 1806 "override_compile_targets": [ |
| 1807 "breakpad_unittests_deps" |
| 1808 ], |
| 1788 "swarming": { | 1809 "swarming": { |
| 1789 "can_use_on_swarming_builders": false | 1810 "can_use_on_swarming_builders": false |
| 1790 }, | 1811 }, |
| 1791 "test": "breakpad_unittests" | 1812 "test": "breakpad_unittests" |
| 1792 }, | 1813 }, |
| 1793 { | 1814 { |
| 1794 "swarming": { | 1815 "swarming": { |
| 1795 "can_use_on_swarming_builders": false | 1816 "can_use_on_swarming_builders": false |
| 1796 }, | 1817 }, |
| 1797 "test": "capture_unittests" | 1818 "test": "capture_unittests" |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1888 }, | 1909 }, |
| 1889 "test": "media_unittests" | 1910 "test": "media_unittests" |
| 1890 }, | 1911 }, |
| 1891 { | 1912 { |
| 1892 "swarming": { | 1913 "swarming": { |
| 1893 "can_use_on_swarming_builders": false | 1914 "can_use_on_swarming_builders": false |
| 1894 }, | 1915 }, |
| 1895 "test": "net_unittests" | 1916 "test": "net_unittests" |
| 1896 }, | 1917 }, |
| 1897 { | 1918 { |
| 1919 "override_compile_targets": [ |
| 1920 "sandbox_linux_unittests_deps" |
| 1921 ], |
| 1898 "swarming": { | 1922 "swarming": { |
| 1899 "can_use_on_swarming_builders": false | 1923 "can_use_on_swarming_builders": false |
| 1900 }, | 1924 }, |
| 1901 "test": "sandbox_linux_unittests" | 1925 "test": "sandbox_linux_unittests" |
| 1902 }, | 1926 }, |
| 1903 { | 1927 { |
| 1904 "swarming": { | 1928 "swarming": { |
| 1905 "can_use_on_swarming_builders": false | 1929 "can_use_on_swarming_builders": false |
| 1906 }, | 1930 }, |
| 1907 "test": "sql_unittests" | 1931 "test": "sql_unittests" |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1966 }, | 1990 }, |
| 1967 "test": "android_webview_unittests" | 1991 "test": "android_webview_unittests" |
| 1968 }, | 1992 }, |
| 1969 { | 1993 { |
| 1970 "swarming": { | 1994 "swarming": { |
| 1971 "can_use_on_swarming_builders": false | 1995 "can_use_on_swarming_builders": false |
| 1972 }, | 1996 }, |
| 1973 "test": "base_unittests" | 1997 "test": "base_unittests" |
| 1974 }, | 1998 }, |
| 1975 { | 1999 { |
| 2000 "override_compile_targets": [ |
| 2001 "breakpad_unittests_deps" |
| 2002 ], |
| 1976 "swarming": { | 2003 "swarming": { |
| 1977 "can_use_on_swarming_builders": false | 2004 "can_use_on_swarming_builders": false |
| 1978 }, | 2005 }, |
| 1979 "test": "breakpad_unittests" | 2006 "test": "breakpad_unittests" |
| 1980 }, | 2007 }, |
| 1981 { | 2008 { |
| 1982 "swarming": { | 2009 "swarming": { |
| 1983 "can_use_on_swarming_builders": false | 2010 "can_use_on_swarming_builders": false |
| 1984 }, | 2011 }, |
| 1985 "test": "capture_unittests" | 2012 "test": "capture_unittests" |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2076 }, | 2103 }, |
| 2077 "test": "media_unittests" | 2104 "test": "media_unittests" |
| 2078 }, | 2105 }, |
| 2079 { | 2106 { |
| 2080 "swarming": { | 2107 "swarming": { |
| 2081 "can_use_on_swarming_builders": false | 2108 "can_use_on_swarming_builders": false |
| 2082 }, | 2109 }, |
| 2083 "test": "net_unittests" | 2110 "test": "net_unittests" |
| 2084 }, | 2111 }, |
| 2085 { | 2112 { |
| 2113 "override_compile_targets": [ |
| 2114 "sandbox_linux_unittests_deps" |
| 2115 ], |
| 2086 "swarming": { | 2116 "swarming": { |
| 2087 "can_use_on_swarming_builders": false | 2117 "can_use_on_swarming_builders": false |
| 2088 }, | 2118 }, |
| 2089 "test": "sandbox_linux_unittests" | 2119 "test": "sandbox_linux_unittests" |
| 2090 }, | 2120 }, |
| 2091 { | 2121 { |
| 2092 "swarming": { | 2122 "swarming": { |
| 2093 "can_use_on_swarming_builders": false | 2123 "can_use_on_swarming_builders": false |
| 2094 }, | 2124 }, |
| 2095 "test": "sql_unittests" | 2125 "test": "sql_unittests" |
| (...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3300 "device_type": "gce_x86" | 3330 "device_type": "gce_x86" |
| 3301 } | 3331 } |
| 3302 ], | 3332 ], |
| 3303 "hard_timeout": 960, | 3333 "hard_timeout": 960, |
| 3304 "shards": 1 | 3334 "shards": 1 |
| 3305 } | 3335 } |
| 3306 } | 3336 } |
| 3307 ] | 3337 ] |
| 3308 } | 3338 } |
| 3309 } | 3339 } |
| OLD | NEW |