Chromium Code Reviews| Index: testing/buildbot/chromium.android.json |
| diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json |
| index 1cd7527c5deaba3f5153eeff3c903d6ecbc3dca9..0cf55bf0cf9a5bd64a61133b08c213faa19ccca5 100644 |
| --- a/testing/buildbot/chromium.android.json |
| +++ b/testing/buildbot/chromium.android.json |
| @@ -3016,6 +3016,37 @@ |
| "test": "blink_platform_unittests" |
| }, |
| { |
| + "override_isolate_target": "blink_platform_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": [ |
| + { |
| + "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": "blink_platform_unittests" |
|
bpastene
2016/09/13 22:45:46
Anyone know if the "test" field needs to be unique
jbudorick
2016/09/13 22:51:23
I don't think it does; I think you'll just wind up
|
| + }, |
| + { |
| "override_compile_targets": [ |
| "breakpad_unittests_deps" |
| ], |