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

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

Issue 2818113002: Enable telemetry_unittests on chromium.android:Marshmallow 64-bit Tester (Closed)
Patch Set: Created 3 years, 8 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 Cronet Builder": { 2 "Android Cronet Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "cronet_package" 4 "cronet_package"
5 ] 5 ]
6 }, 6 },
7 "Android N5X Swarm Builder": { 7 "Android N5X Swarm Builder": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "override_compile_targets": [ 10 "override_compile_targets": [
(...skipping 3789 matching lines...) Expand 10 before | Expand all | Expand 10 after
3800 "https://luci-logdog.appspot.com/v/?s", 3800 "https://luci-logdog.appspot.com/v/?s",
3801 "=android%2Fswarming%2Flogcats%2F", 3801 "=android%2Fswarming%2Flogcats%2F",
3802 "${TASK_ID}%2F%2B%2Funified_logcats" 3802 "${TASK_ID}%2F%2B%2Funified_logcats"
3803 ], 3803 ],
3804 "name": "shard #${SHARD_INDEX} logcats" 3804 "name": "shard #${SHARD_INDEX} logcats"
3805 } 3805 }
3806 ] 3806 ]
3807 }, 3807 },
3808 "test": "vr_shell_unittests" 3808 "test": "vr_shell_unittests"
3809 } 3809 }
3810 ],
3811 "isolated_scripts": [
3812 {
3813 "args": [
3814 "--browser=android-chromium",
3815 "--device=android"
3816 ],
3817 "isolate_name": "telemetry_unittests",
3818 "name": "telemetry_unittests",
3819 "override_compile_targets": [
jbudorick 2017/04/14 16:12:55 optional nit: I don't think this is necessary any
nednguyen 2017/04/14 16:16:06 Yeah, if we remove these, I prefer doing that in a
3820 "telemetry_unittests_run"
3821 ],
3822 "swarming": {
3823 "can_use_on_swarming_builders": true,
3824 "dimension_sets": [
3825 {
3826 "android_devices": "6",
3827 "device_os": "MMB29Q",
3828 "device_type": "bullhead"
3829 }
3830 ],
3831 "hard_timeout": 960,
nednguyen 2017/04/14 16:10:21 this is 16 minutes, whereas the usual runtime of t
3832 "shards": 1
3833 }
3834 }
3810 ] 3835 ]
3811 }, 3836 },
3812 "Marshmallow Tablet Tester": { 3837 "Marshmallow Tablet Tester": {
3813 "gtest_tests": [ 3838 "gtest_tests": [
3814 { 3839 {
3815 "test": "android_webview_unittests" 3840 "test": "android_webview_unittests"
3816 }, 3841 },
3817 { 3842 {
3818 "test": "base_unittests" 3843 "test": "base_unittests"
3819 }, 3844 },
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
3908 }, 3933 },
3909 { 3934 {
3910 "test": "chrome_sync_shell_test_apk" 3935 "test": "chrome_sync_shell_test_apk"
3911 }, 3936 },
3912 { 3937 {
3913 "test": "content_shell_test_apk" 3938 "test": "content_shell_test_apk"
3914 } 3939 }
3915 ] 3940 ]
3916 } 3941 }
3917 } 3942 }
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