Chromium Code Reviews| Index: testing/buildbot/chromium.android.json |
| diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json |
| index c5066b84d4c43018ff0c234be83df1b14c7709ef..1da3b36e640b5a2c2652810e0839523d30078bdc 100644 |
| --- a/testing/buildbot/chromium.android.json |
| +++ b/testing/buildbot/chromium.android.json |
| @@ -1211,6 +1211,37 @@ |
| ] |
| }, |
| "test": "unit_tests" |
| + }, |
| + { |
| + "override_isolate_target": "vr_shell_unittests", |
| + "swarming": { |
| + "can_use_on_swarming_builders": true, |
| + "cipd_packages": [ |
| + { |
| + "cipd_package": "infra/tools/luci/logdog/butler/${platform}", |
| + "location": "bin", |
| + "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a" |
| + } |
| + ], |
| + "dimension_sets": [ |
| + { |
|
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
|
| + "device_os": "MMB29Q", |
| + "device_type": "bullhead" |
| + } |
| + ], |
| + "hard_timeout": 960, |
| + "output_links": [ |
| + { |
| + "link": [ |
| + "https://luci-logdog.appspot.com/v/?s", |
| + "=android%2Fswarming%2Flogcats%2F", |
| + "${TASK_ID}%2F%2B%2Funified_logcats" |
| + ], |
| + "name": "shard #${SHARD_INDEX} logcats" |
| + } |
| + ] |
| + }, |
| + "test": "vr_shell_unittests" |
| } |
| ], |
| "isolated_scripts": [ |