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

Side by Side Diff: testing/buildbot/chromium.android.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 | « no previous file | testing/buildbot/chromium.linux.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 GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "content_shell_test_apk", 8 "content_shell_test_apk",
9 "system_webview_apk" 9 "system_webview_apk"
10 ] 10 ]
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 ], 951 ],
952 "swarming": { 952 "swarming": {
953 "can_use_on_swarming_builders": true, 953 "can_use_on_swarming_builders": true,
954 "dimension_sets": [ 954 "dimension_sets": [
955 { 955 {
956 "device_os": "KTU84P", 956 "device_os": "KTU84P",
957 "device_type": "hammerhead" 957 "device_type": "hammerhead"
958 } 958 }
959 ], 959 ],
960 "hard_timeout": 960, 960 "hard_timeout": 960,
961 "shards": 12 961 "shards": 1
962 } 962 }
963 } 963 }
964 ] 964 ]
965 }, 965 },
966 "Jelly Bean Tester": { 966 "Jelly Bean Tester": {
967 "gtest_tests": [ 967 "gtest_tests": [
968 { 968 {
969 "test": "android_webview_unittests" 969 "test": "android_webview_unittests"
970 }, 970 },
971 { 971 {
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 }, 1827 },
1828 { 1828 {
1829 "test": "chrome_sync_shell_test_apk" 1829 "test": "chrome_sync_shell_test_apk"
1830 }, 1830 },
1831 { 1831 {
1832 "test": "content_shell_test_apk" 1832 "test": "content_shell_test_apk"
1833 } 1833 }
1834 ] 1834 ]
1835 } 1835 }
1836 } 1836 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698