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

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

Issue 2818973002: Revert of 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": [
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,
3832 "shards": 1
3833 }
3834 }
3835 ] 3810 ]
3836 }, 3811 },
3837 "Marshmallow Tablet Tester": { 3812 "Marshmallow Tablet Tester": {
3838 "gtest_tests": [ 3813 "gtest_tests": [
3839 { 3814 {
3840 "test": "android_webview_unittests" 3815 "test": "android_webview_unittests"
3841 }, 3816 },
3842 { 3817 {
3843 "test": "base_unittests" 3818 "test": "base_unittests"
3844 }, 3819 },
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
3933 }, 3908 },
3934 { 3909 {
3935 "test": "chrome_sync_shell_test_apk" 3910 "test": "chrome_sync_shell_test_apk"
3936 }, 3911 },
3937 { 3912 {
3938 "test": "content_shell_test_apk" 3913 "test": "content_shell_test_apk"
3939 } 3914 }
3940 ] 3915 ]
3941 } 3916 }
3942 } 3917 }
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