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

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

Issue 2089633003: Shard & set hard timeout for telemetry_perf_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for landing 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.fyi.json » ('j') | testing/buildbot/chromium.linux.json » ('J')
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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 "telemetry_perf_unittests" 964 "telemetry_perf_unittests"
965 ], 965 ],
966 "swarming": { 966 "swarming": {
967 "can_use_on_swarming_builders": true, 967 "can_use_on_swarming_builders": true,
968 "dimension_sets": [ 968 "dimension_sets": [
969 { 969 {
970 "device_os": "KTU84P", 970 "device_os": "KTU84P",
971 "device_type": "hammerhead" 971 "device_type": "hammerhead"
972 } 972 }
973 ], 973 ],
974 "hard_timeout": 960 974 "hard_timeout": 960,
975 "shards": 12
975 } 976 }
976 } 977 }
977 ] 978 ]
978 }, 979 },
979 "Jelly Bean Tester": { 980 "Jelly Bean Tester": {
980 "gtest_tests": [ 981 "gtest_tests": [
981 { 982 {
982 "test": "android_webview_unittests" 983 "test": "android_webview_unittests"
983 }, 984 },
984 { 985 {
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 }, 1841 },
1841 { 1842 {
1842 "test": "chrome_sync_shell_test_apk" 1843 "test": "chrome_sync_shell_test_apk"
1843 }, 1844 },
1844 { 1845 {
1845 "test": "content_shell_test_apk" 1846 "test": "content_shell_test_apk"
1846 } 1847 }
1847 ] 1848 ]
1848 } 1849 }
1849 } 1850 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | testing/buildbot/chromium.linux.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698