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

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

Issue 2027873002: Enable telemetry_perf_unittests on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address kbr's comments. 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
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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 "can_use_on_swarming_builders": true, 944 "can_use_on_swarming_builders": true,
945 "dimension_sets": [ 945 "dimension_sets": [
946 { 946 {
947 "device_os": "KTU84P", 947 "device_os": "KTU84P",
948 "device_type": "hammerhead" 948 "device_type": "hammerhead"
949 } 949 }
950 ] 950 ]
951 }, 951 },
952 "test": "unit_tests" 952 "test": "unit_tests"
953 } 953 }
954 ],
955 "isolated_scripts": [
956 {
957 "args": [
958 "--browser=android-chromium",
959 "--device=android"
ghost stip (do not use) 2016/06/01 08:42:25 --device may not be needed? Ned?
nednguyen 2016/06/01 16:40:55 Let's keep --device=android to be sure. In the fut
960 ],
961 "isolate_name": "telemetry_perf_unittests",
962 "name": "telemetry_perf_unittests",
963 "override_compile_targets": [
964 "telemetry_perf_unittests"
965 ],
966 "swarming": {
967 "can_use_on_swarming_builders": true,
968 "dimension_sets": [
969 {
970 "device_os": "KTU84P",
971 "device_type": "hammerhead"
972 }
973 ],
974 "hard_timeout": 960
nednguyen 2016/06/01 16:40:55 This hard_timeout options seems cool. Is this only
ghost stip (do not use) 2016/06/01 16:49:32 it's for any swarming task, I'm just the only one
nednguyen 2016/06/01 16:51:10 Thanks for this. I will also use this for other te
ghost stip (do not use) 2016/06/01 17:15:43 It's for the whole swarming task. Each swarming 's
975 }
976 }
954 ] 977 ]
955 }, 978 },
956 "Jelly Bean Tester": { 979 "Jelly Bean Tester": {
957 "gtest_tests": [ 980 "gtest_tests": [
958 { 981 {
959 "test": "android_webview_unittests" 982 "test": "android_webview_unittests"
960 }, 983 },
961 { 984 {
962 "test": "base_unittests" 985 "test": "base_unittests"
963 }, 986 },
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1814 }, 1837 },
1815 { 1838 {
1816 "test": "chrome_sync_shell_test_apk" 1839 "test": "chrome_sync_shell_test_apk"
1817 }, 1840 },
1818 { 1841 {
1819 "test": "content_shell_test_apk" 1842 "test": "content_shell_test_apk"
1820 } 1843 }
1821 ] 1844 ]
1822 } 1845 }
1823 } 1846 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698