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

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

Issue 2549393004: Add vr_shell_unittests to ansr. (Closed)
Patch Set: Created 4 years 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 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 "link": [ 1204 "link": [
1205 "https://luci-logdog.appspot.com/v/?s", 1205 "https://luci-logdog.appspot.com/v/?s",
1206 "=android%2Fswarming%2Flogcats%2F", 1206 "=android%2Fswarming%2Flogcats%2F",
1207 "${TASK_ID}%2F%2B%2Funified_logcats" 1207 "${TASK_ID}%2F%2B%2Funified_logcats"
1208 ], 1208 ],
1209 "name": "shard #${SHARD_INDEX} logcats" 1209 "name": "shard #${SHARD_INDEX} logcats"
1210 } 1210 }
1211 ] 1211 ]
1212 }, 1212 },
1213 "test": "unit_tests" 1213 "test": "unit_tests"
1214 },
1215 {
1216 "override_isolate_target": "vr_shell_unittests",
1217 "swarming": {
1218 "can_use_on_swarming_builders": true,
1219 "cipd_packages": [
1220 {
1221 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1222 "location": "bin",
1223 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
1224 }
1225 ],
1226 "dimension_sets": [
1227 {
jbudorick 2016/12/07 21:58:03 Should this have a required minimum number of devi
jbudorick 2017/01/09 15:11:07 If stip doesn't respond today, set the minimum num
1228 "device_os": "MMB29Q",
1229 "device_type": "bullhead"
1230 }
1231 ],
1232 "hard_timeout": 960,
1233 "output_links": [
1234 {
1235 "link": [
1236 "https://luci-logdog.appspot.com/v/?s",
1237 "=android%2Fswarming%2Flogcats%2F",
1238 "${TASK_ID}%2F%2B%2Funified_logcats"
1239 ],
1240 "name": "shard #${SHARD_INDEX} logcats"
1241 }
1242 ]
1243 },
1244 "test": "vr_shell_unittests"
1214 } 1245 }
1215 ], 1246 ],
1216 "isolated_scripts": [ 1247 "isolated_scripts": [
1217 { 1248 {
1218 "args": [ 1249 "args": [
1219 "--browser=android-chromium", 1250 "--browser=android-chromium",
1220 "--device=android" 1251 "--device=android"
1221 ], 1252 ],
1222 "isolate_name": "telemetry_perf_unittests", 1253 "isolate_name": "telemetry_perf_unittests",
1223 "name": "telemetry_perf_unittests", 1254 "name": "telemetry_perf_unittests",
(...skipping 2581 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 }, 3836 },
3806 { 3837 {
3807 "test": "chrome_sync_shell_test_apk" 3838 "test": "chrome_sync_shell_test_apk"
3808 }, 3839 },
3809 { 3840 {
3810 "test": "content_shell_test_apk" 3841 "test": "content_shell_test_apk"
3811 } 3842 }
3812 ] 3843 ]
3813 } 3844 }
3814 } 3845 }
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