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

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

Issue 2380893002: Add PlzNavigate run of browser_tests to main linux config (Closed)
Patch Set: (dbg) Created 4 years, 2 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 | « no previous file | no next file » | 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 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 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 "test": "blimp_unittests" 1687 "test": "blimp_unittests"
1688 }, 1688 },
1689 { 1689 {
1690 "swarming": { 1690 "swarming": {
1691 "can_use_on_swarming_builders": true, 1691 "can_use_on_swarming_builders": true,
1692 "shards": 5 1692 "shards": 5
1693 }, 1693 },
1694 "test": "browser_tests" 1694 "test": "browser_tests"
1695 }, 1695 },
1696 { 1696 {
1697 "args": [
1698 "--enable-browser-side-navigation",
1699 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.browser_tests.filter"
1700 ],
1701 "name": "browser_side_navigation_browser_tests",
1702 "swarming": {
1703 "can_use_on_swarming_builders": true,
1704 "shards": 5
1705 },
1706 "test": "browser_tests"
1707 },
1708 {
1697 "swarming": { 1709 "swarming": {
1698 "can_use_on_swarming_builders": true 1710 "can_use_on_swarming_builders": true
1699 }, 1711 },
1700 "test": "cacheinvalidation_unittests" 1712 "test": "cacheinvalidation_unittests"
1701 }, 1713 },
1702 { 1714 {
1703 "swarming": { 1715 "swarming": {
1704 "can_use_on_swarming_builders": true 1716 "can_use_on_swarming_builders": true
1705 }, 1717 },
1706 "test": "capture_unittests" 1718 "test": "capture_unittests"
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 "test": "blimp_unittests" 2257 "test": "blimp_unittests"
2246 }, 2258 },
2247 { 2259 {
2248 "swarming": { 2260 "swarming": {
2249 "can_use_on_swarming_builders": true, 2261 "can_use_on_swarming_builders": true,
2250 "shards": 10 2262 "shards": 10
2251 }, 2263 },
2252 "test": "browser_tests" 2264 "test": "browser_tests"
2253 }, 2265 },
2254 { 2266 {
2267 "args": [
2268 "--enable-browser-side-navigation",
2269 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.browser_tests.filter"
2270 ],
2271 "name": "browser_side_navigation_browser_tests",
2272 "swarming": {
2273 "can_use_on_swarming_builders": true,
2274 "shards": 5
jam 2016/09/29 23:42:31 nit: 10 to match above (we shard debug more becaus
scottmg 2016/09/29 23:43:28 Done.
2275 },
2276 "test": "browser_tests"
2277 },
2278 {
2255 "swarming": { 2279 "swarming": {
2256 "can_use_on_swarming_builders": true 2280 "can_use_on_swarming_builders": true
2257 }, 2281 },
2258 "test": "cacheinvalidation_unittests" 2282 "test": "cacheinvalidation_unittests"
2259 }, 2283 },
2260 { 2284 {
2261 "swarming": { 2285 "swarming": {
2262 "can_use_on_swarming_builders": true 2286 "can_use_on_swarming_builders": true
2263 }, 2287 },
2264 "test": "capture_unittests" 2288 "test": "capture_unittests"
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
2958 "override_compile_targets": [ 2982 "override_compile_targets": [
2959 "telemetry_unittests_run" 2983 "telemetry_unittests_run"
2960 ], 2984 ],
2961 "swarming": { 2985 "swarming": {
2962 "can_use_on_swarming_builders": true 2986 "can_use_on_swarming_builders": true
2963 } 2987 }
2964 } 2988 }
2965 ] 2989 ]
2966 } 2990 }
2967 } 2991 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698