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

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

Issue 1341903002: Convert webkit_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@swarm_wtf_unittests
Patch Set: merge upstream Created 5 years, 3 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 | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.webkit.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 "Android Tests (trial)(dbg)": { 2 "Android Tests (trial)(dbg)": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "telemetry_unittests", 5 "name": "telemetry_unittests",
6 "script": "telemetry_unittests.py" 6 "script": "telemetry_unittests.py"
7 } 7 }
8 ] 8 ]
9 }, 9 },
10 "Browser Side Navigation Linux": { 10 "Browser Side Navigation Linux": {
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 { 824 {
825 "test": "unit_tests" 825 "test": "unit_tests"
826 }, 826 },
827 { 827 {
828 "test": "url_unittests" 828 "test": "url_unittests"
829 }, 829 },
830 { 830 {
831 "test": "views_unittests" 831 "test": "views_unittests"
832 }, 832 },
833 { 833 {
834 "swarming": {
835 "can_use_on_swarming_builders": true
836 },
834 "test": "webkit_unit_tests" 837 "test": "webkit_unit_tests"
835 }, 838 },
836 { 839 {
837 "test": "wm_unittests" 840 "test": "wm_unittests"
838 }, 841 },
839 { 842 {
840 "swarming": { 843 "swarming": {
841 "can_use_on_swarming_builders": true 844 "can_use_on_swarming_builders": true
842 }, 845 },
843 "test": "wtf_unittests" 846 "test": "wtf_unittests"
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 "swarming": { 1002 "swarming": {
1000 "can_use_on_swarming_builders": true, 1003 "can_use_on_swarming_builders": true,
1001 "shards": 2 1004 "shards": 2
1002 }, 1005 },
1003 "test": "unit_tests" 1006 "test": "unit_tests"
1004 }, 1007 },
1005 { 1008 {
1006 "test": "url_unittests" 1009 "test": "url_unittests"
1007 }, 1010 },
1008 { 1011 {
1012 "swarming": {
1013 "can_use_on_swarming_builders": true
1014 },
1009 "test": "webkit_unit_tests" 1015 "test": "webkit_unit_tests"
1010 }, 1016 },
1011 { 1017 {
1012 "swarming": { 1018 "swarming": {
1013 "can_use_on_swarming_builders": true 1019 "can_use_on_swarming_builders": true
1014 }, 1020 },
1015 "test": "wtf_unittests" 1021 "test": "wtf_unittests"
1016 } 1022 }
1017 ] 1023 ]
1018 }, 1024 },
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1193 { 1199 {
1194 "swarming": { 1200 "swarming": {
1195 "can_use_on_swarming_builders": true 1201 "can_use_on_swarming_builders": true
1196 }, 1202 },
1197 "test": "unit_tests" 1203 "test": "unit_tests"
1198 }, 1204 },
1199 { 1205 {
1200 "test": "url_unittests" 1206 "test": "url_unittests"
1201 }, 1207 },
1202 { 1208 {
1209 "swarming": {
1210 "can_use_on_swarming_builders": true
1211 },
1203 "test": "webkit_unit_tests" 1212 "test": "webkit_unit_tests"
1204 }, 1213 },
1205 { 1214 {
1206 "swarming": { 1215 "swarming": {
1207 "can_use_on_swarming_builders": true 1216 "can_use_on_swarming_builders": true
1208 }, 1217 },
1209 "test": "wtf_unittests" 1218 "test": "wtf_unittests"
1210 } 1219 }
1211 ], 1220 ],
1212 "scripts": [ 1221 "scripts": [
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 { 1405 {
1397 "swarming": { 1406 "swarming": {
1398 "can_use_on_swarming_builders": true 1407 "can_use_on_swarming_builders": true
1399 }, 1408 },
1400 "test": "unit_tests" 1409 "test": "unit_tests"
1401 }, 1410 },
1402 { 1411 {
1403 "test": "url_unittests" 1412 "test": "url_unittests"
1404 }, 1413 },
1405 { 1414 {
1415 "swarming": {
1416 "can_use_on_swarming_builders": true
1417 },
1406 "test": "webkit_unit_tests" 1418 "test": "webkit_unit_tests"
1407 }, 1419 },
1408 { 1420 {
1409 "swarming": { 1421 "swarming": {
1410 "can_use_on_swarming_builders": true 1422 "can_use_on_swarming_builders": true
1411 }, 1423 },
1412 "test": "wtf_unittests" 1424 "test": "wtf_unittests"
1413 } 1425 }
1414 ], 1426 ],
1415 "scripts": [ 1427 "scripts": [
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 }, 1587 },
1576 "test": "unit_tests" 1588 "test": "unit_tests"
1577 }, 1589 },
1578 { 1590 {
1579 "test": "url_unittests" 1591 "test": "url_unittests"
1580 }, 1592 },
1581 { 1593 {
1582 "test": "views_unittests" 1594 "test": "views_unittests"
1583 }, 1595 },
1584 { 1596 {
1597 "swarming": {
1598 "can_use_on_swarming_builders": true
1599 },
1585 "test": "webkit_unit_tests" 1600 "test": "webkit_unit_tests"
1586 }, 1601 },
1587 { 1602 {
1588 "swarming": { 1603 "swarming": {
1589 "can_use_on_swarming_builders": true 1604 "can_use_on_swarming_builders": true
1590 }, 1605 },
1591 "test": "wtf_unittests" 1606 "test": "wtf_unittests"
1592 } 1607 }
1593 ] 1608 ]
1594 }, 1609 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 }, 1751 },
1737 "test": "unit_tests" 1752 "test": "unit_tests"
1738 }, 1753 },
1739 { 1754 {
1740 "test": "url_unittests" 1755 "test": "url_unittests"
1741 }, 1756 },
1742 { 1757 {
1743 "test": "views_unittests" 1758 "test": "views_unittests"
1744 }, 1759 },
1745 { 1760 {
1761 "swarming": {
1762 "can_use_on_swarming_builders": true
1763 },
1746 "test": "webkit_unit_tests" 1764 "test": "webkit_unit_tests"
1747 }, 1765 },
1748 { 1766 {
1749 "swarming": { 1767 "swarming": {
1750 "can_use_on_swarming_builders": true 1768 "can_use_on_swarming_builders": true
1751 }, 1769 },
1752 "test": "wtf_unittests" 1770 "test": "wtf_unittests"
1753 } 1771 }
1754 ] 1772 ]
1755 }, 1773 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1897 }, 1915 },
1898 "test": "unit_tests" 1916 "test": "unit_tests"
1899 }, 1917 },
1900 { 1918 {
1901 "test": "url_unittests" 1919 "test": "url_unittests"
1902 }, 1920 },
1903 { 1921 {
1904 "test": "views_unittests" 1922 "test": "views_unittests"
1905 }, 1923 },
1906 { 1924 {
1925 "swarming": {
1926 "can_use_on_swarming_builders": true
1927 },
1907 "test": "webkit_unit_tests" 1928 "test": "webkit_unit_tests"
1908 }, 1929 },
1909 { 1930 {
1910 "swarming": { 1931 "swarming": {
1911 "can_use_on_swarming_builders": true 1932 "can_use_on_swarming_builders": true
1912 }, 1933 },
1913 "test": "wtf_unittests" 1934 "test": "wtf_unittests"
1914 } 1935 }
1915 ] 1936 ]
1916 }, 1937 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 }, 2079 },
2059 "test": "unit_tests" 2080 "test": "unit_tests"
2060 }, 2081 },
2061 { 2082 {
2062 "test": "url_unittests" 2083 "test": "url_unittests"
2063 }, 2084 },
2064 { 2085 {
2065 "test": "views_unittests" 2086 "test": "views_unittests"
2066 }, 2087 },
2067 { 2088 {
2089 "swarming": {
2090 "can_use_on_swarming_builders": true
2091 },
2068 "test": "webkit_unit_tests" 2092 "test": "webkit_unit_tests"
2069 }, 2093 },
2070 { 2094 {
2071 "swarming": { 2095 "swarming": {
2072 "can_use_on_swarming_builders": true 2096 "can_use_on_swarming_builders": true
2073 }, 2097 },
2074 "test": "wtf_unittests" 2098 "test": "wtf_unittests"
2075 } 2099 }
2076 ] 2100 ]
2077 }, 2101 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2219 }, 2243 },
2220 "test": "unit_tests" 2244 "test": "unit_tests"
2221 }, 2245 },
2222 { 2246 {
2223 "test": "url_unittests" 2247 "test": "url_unittests"
2224 }, 2248 },
2225 { 2249 {
2226 "test": "views_unittests" 2250 "test": "views_unittests"
2227 }, 2251 },
2228 { 2252 {
2253 "swarming": {
2254 "can_use_on_swarming_builders": true
2255 },
2229 "test": "webkit_unit_tests" 2256 "test": "webkit_unit_tests"
2230 }, 2257 },
2231 { 2258 {
2232 "swarming": { 2259 "swarming": {
2233 "can_use_on_swarming_builders": true 2260 "can_use_on_swarming_builders": true
2234 }, 2261 },
2235 "test": "wtf_unittests" 2262 "test": "wtf_unittests"
2236 } 2263 }
2237 ] 2264 ]
2238 }, 2265 },
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2392 }, 2419 },
2393 "test": "unit_tests" 2420 "test": "unit_tests"
2394 }, 2421 },
2395 { 2422 {
2396 "test": "url_unittests" 2423 "test": "url_unittests"
2397 }, 2424 },
2398 { 2425 {
2399 "test": "views_unittests" 2426 "test": "views_unittests"
2400 }, 2427 },
2401 { 2428 {
2429 "swarming": {
2430 "can_use_on_swarming_builders": true
2431 },
2402 "test": "webkit_unit_tests" 2432 "test": "webkit_unit_tests"
2403 }, 2433 },
2404 { 2434 {
2405 "swarming": { 2435 "swarming": {
2406 "can_use_on_swarming_builders": true 2436 "can_use_on_swarming_builders": true
2407 }, 2437 },
2408 "test": "wtf_unittests" 2438 "test": "wtf_unittests"
2409 } 2439 }
2410 ] 2440 ]
2411 }, 2441 },
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 }, 3153 },
3124 "test": "unit_tests" 3154 "test": "unit_tests"
3125 }, 3155 },
3126 { 3156 {
3127 "test": "url_unittests" 3157 "test": "url_unittests"
3128 }, 3158 },
3129 { 3159 {
3130 "test": "views_unittests" 3160 "test": "views_unittests"
3131 }, 3161 },
3132 { 3162 {
3163 "swarming": {
3164 "can_use_on_swarming_builders": true
3165 },
3133 "test": "webkit_unit_tests" 3166 "test": "webkit_unit_tests"
3134 }, 3167 },
3135 { 3168 {
3136 "swarming": { 3169 "swarming": {
3137 "can_use_on_swarming_builders": true 3170 "can_use_on_swarming_builders": true
3138 }, 3171 },
3139 "test": "wtf_unittests" 3172 "test": "wtf_unittests"
3140 } 3173 }
3141 ] 3174 ]
3142 }, 3175 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3284 }, 3317 },
3285 "test": "unit_tests" 3318 "test": "unit_tests"
3286 }, 3319 },
3287 { 3320 {
3288 "test": "url_unittests" 3321 "test": "url_unittests"
3289 }, 3322 },
3290 { 3323 {
3291 "test": "views_unittests" 3324 "test": "views_unittests"
3292 }, 3325 },
3293 { 3326 {
3327 "swarming": {
3328 "can_use_on_swarming_builders": true
3329 },
3294 "test": "webkit_unit_tests" 3330 "test": "webkit_unit_tests"
3295 }, 3331 },
3296 { 3332 {
3297 "swarming": { 3333 "swarming": {
3298 "can_use_on_swarming_builders": true 3334 "can_use_on_swarming_builders": true
3299 }, 3335 },
3300 "test": "wtf_unittests" 3336 "test": "wtf_unittests"
3301 } 3337 }
3302 ] 3338 ]
3303 }, 3339 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3445 }, 3481 },
3446 "test": "unit_tests" 3482 "test": "unit_tests"
3447 }, 3483 },
3448 { 3484 {
3449 "test": "url_unittests" 3485 "test": "url_unittests"
3450 }, 3486 },
3451 { 3487 {
3452 "test": "views_unittests" 3488 "test": "views_unittests"
3453 }, 3489 },
3454 { 3490 {
3491 "swarming": {
3492 "can_use_on_swarming_builders": true
3493 },
3455 "test": "webkit_unit_tests" 3494 "test": "webkit_unit_tests"
3456 }, 3495 },
3457 { 3496 {
3458 "swarming": { 3497 "swarming": {
3459 "can_use_on_swarming_builders": true 3498 "can_use_on_swarming_builders": true
3460 }, 3499 },
3461 "test": "wtf_unittests" 3500 "test": "wtf_unittests"
3462 } 3501 }
3463 ] 3502 ]
3464 }, 3503 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 }, 3645 },
3607 "test": "unit_tests" 3646 "test": "unit_tests"
3608 }, 3647 },
3609 { 3648 {
3610 "test": "url_unittests" 3649 "test": "url_unittests"
3611 }, 3650 },
3612 { 3651 {
3613 "test": "views_unittests" 3652 "test": "views_unittests"
3614 }, 3653 },
3615 { 3654 {
3655 "swarming": {
3656 "can_use_on_swarming_builders": true
3657 },
3616 "test": "webkit_unit_tests" 3658 "test": "webkit_unit_tests"
3617 }, 3659 },
3618 { 3660 {
3619 "swarming": { 3661 "swarming": {
3620 "can_use_on_swarming_builders": true 3662 "can_use_on_swarming_builders": true
3621 }, 3663 },
3622 "test": "wtf_unittests" 3664 "test": "wtf_unittests"
3623 } 3665 }
3624 ] 3666 ]
3625 }, 3667 },
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
3742 { 3784 {
3743 "test": "unit_tests" 3785 "test": "unit_tests"
3744 }, 3786 },
3745 { 3787 {
3746 "test": "url_unittests" 3788 "test": "url_unittests"
3747 }, 3789 },
3748 { 3790 {
3749 "test": "views_unittests" 3791 "test": "views_unittests"
3750 }, 3792 },
3751 { 3793 {
3794 "swarming": {
3795 "can_use_on_swarming_builders": true
3796 },
3752 "test": "webkit_unit_tests" 3797 "test": "webkit_unit_tests"
3753 }, 3798 },
3754 { 3799 {
3755 "swarming": { 3800 "swarming": {
3756 "can_use_on_swarming_builders": true 3801 "can_use_on_swarming_builders": true
3757 }, 3802 },
3758 "test": "wtf_unittests" 3803 "test": "wtf_unittests"
3759 } 3804 }
3760 ] 3805 ]
3761 }, 3806 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3903 }, 3948 },
3904 "test": "unit_tests" 3949 "test": "unit_tests"
3905 }, 3950 },
3906 { 3951 {
3907 "test": "url_unittests" 3952 "test": "url_unittests"
3908 }, 3953 },
3909 { 3954 {
3910 "test": "views_unittests" 3955 "test": "views_unittests"
3911 }, 3956 },
3912 { 3957 {
3958 "swarming": {
3959 "can_use_on_swarming_builders": true
3960 },
3913 "test": "webkit_unit_tests" 3961 "test": "webkit_unit_tests"
3914 }, 3962 },
3915 { 3963 {
3916 "swarming": { 3964 "swarming": {
3917 "can_use_on_swarming_builders": true 3965 "can_use_on_swarming_builders": true
3918 }, 3966 },
3919 "test": "wtf_unittests" 3967 "test": "wtf_unittests"
3920 } 3968 }
3921 ] 3969 ]
3922 }, 3970 },
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
4064 }, 4112 },
4065 "test": "unit_tests" 4113 "test": "unit_tests"
4066 }, 4114 },
4067 { 4115 {
4068 "test": "url_unittests" 4116 "test": "url_unittests"
4069 }, 4117 },
4070 { 4118 {
4071 "test": "views_unittests" 4119 "test": "views_unittests"
4072 }, 4120 },
4073 { 4121 {
4122 "swarming": {
4123 "can_use_on_swarming_builders": true
4124 },
4074 "test": "webkit_unit_tests" 4125 "test": "webkit_unit_tests"
4075 }, 4126 },
4076 { 4127 {
4077 "swarming": { 4128 "swarming": {
4078 "can_use_on_swarming_builders": true 4129 "can_use_on_swarming_builders": true
4079 }, 4130 },
4080 "test": "wtf_unittests" 4131 "test": "wtf_unittests"
4081 } 4132 }
4082 ] 4133 ]
4083 }, 4134 },
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
5111 { 5162 {
5112 "args": [ 5163 "args": [
5113 "--site-per-process", 5164 "--site-per-process",
5114 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*" 5165 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*"
5115 ], 5166 ],
5116 "test": "unit_tests" 5167 "test": "unit_tests"
5117 } 5168 }
5118 ] 5169 ]
5119 } 5170 }
5120 } 5171 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698