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

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

Issue 2090313003: Reduce the number of shards for running telemetry_perf_unittest on Android bots to 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « testing/buildbot/chromium.android.json ('k') | 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 "swarming": { 599 "swarming": {
600 "can_use_on_swarming_builders": true, 600 "can_use_on_swarming_builders": true,
601 "dimension_sets": [ 601 "dimension_sets": [
602 { 602 {
603 "android_devices": "4", 603 "android_devices": "4",
604 "device_os": "KTU84P", 604 "device_os": "KTU84P",
605 "device_type": "hammerhead" 605 "device_type": "hammerhead"
606 } 606 }
607 ], 607 ],
608 "hard_timeout": 960, 608 "hard_timeout": 960,
609 "shards": 12 609 "shards": 1
610 } 610 }
611 } 611 }
612 ], 612 ],
613 "junit_tests": [ 613 "junit_tests": [
614 { 614 {
615 "test": "base_junit_tests" 615 "test": "base_junit_tests"
616 }, 616 },
617 { 617 {
618 "test": "chrome_junit_tests" 618 "test": "chrome_junit_tests"
619 }, 619 },
(...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 "override_compile_targets": [ 2236 "override_compile_targets": [
2237 "telemetry_unittests_run" 2237 "telemetry_unittests_run"
2238 ], 2238 ],
2239 "swarming": { 2239 "swarming": {
2240 "can_use_on_swarming_builders": true 2240 "can_use_on_swarming_builders": true
2241 } 2241 }
2242 } 2242 }
2243 ] 2243 ]
2244 } 2244 }
2245 } 2245 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698