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

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

Issue 2549393004: Add vr_shell_unittests to ansr. (Closed)
Patch Set: Add android_devices definition. Created 3 years, 11 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 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 "link": [ 1172 "link": [
1173 "https://luci-logdog.appspot.com/v/?s", 1173 "https://luci-logdog.appspot.com/v/?s",
1174 "=android%2Fswarming%2Flogcats%2F", 1174 "=android%2Fswarming%2Flogcats%2F",
1175 "${TASK_ID}%2F%2B%2Funified_logcats" 1175 "${TASK_ID}%2F%2B%2Funified_logcats"
1176 ], 1176 ],
1177 "name": "shard #${SHARD_INDEX} logcats" 1177 "name": "shard #${SHARD_INDEX} logcats"
1178 } 1178 }
1179 ] 1179 ]
1180 }, 1180 },
1181 "test": "unit_tests" 1181 "test": "unit_tests"
1182 },
1183 {
1184 "override_isolate_target": "vr_shell_unittests",
1185 "swarming": {
1186 "can_use_on_swarming_builders": true,
1187 "cipd_packages": [
1188 {
1189 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1190 "location": "bin",
1191 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
1192 }
1193 ],
1194 "dimension_sets": [
1195 {
1196 "android_devices": "4",
1197 "device_os": "MMB29Q",
1198 "device_type": "bullhead"
1199 }
1200 ],
1201 "hard_timeout": 960,
1202 "output_links": [
1203 {
1204 "link": [
1205 "https://luci-logdog.appspot.com/v/?s",
1206 "=android%2Fswarming%2Flogcats%2F",
1207 "${TASK_ID}%2F%2B%2Funified_logcats"
1208 ],
1209 "name": "shard #${SHARD_INDEX} logcats"
1210 }
1211 ]
1212 },
1213 "test": "vr_shell_unittests"
1182 } 1214 }
1183 ], 1215 ],
1184 "isolated_scripts": [ 1216 "isolated_scripts": [
1185 { 1217 {
1186 "args": [ 1218 "args": [
1187 "--browser=android-chromium", 1219 "--browser=android-chromium",
1188 "--device=android" 1220 "--device=android"
1189 ], 1221 ],
1190 "isolate_name": "telemetry_perf_unittests", 1222 "isolate_name": "telemetry_perf_unittests",
1191 "name": "telemetry_perf_unittests", 1223 "name": "telemetry_perf_unittests",
(...skipping 2581 matching lines...) Expand 10 before | Expand all | Expand 10 after
3773 }, 3805 },
3774 { 3806 {
3775 "test": "chrome_sync_shell_test_apk" 3807 "test": "chrome_sync_shell_test_apk"
3776 }, 3808 },
3777 { 3809 {
3778 "test": "content_shell_test_apk" 3810 "test": "content_shell_test_apk"
3779 } 3811 }
3780 ] 3812 ]
3781 } 3813 }
3782 } 3814 }
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