| Index: testing/buildbot/chromium.linux.json
|
| diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
|
| index 87ff3d8225ec5a2c26e43d0a5efa991ebf24d108..2addd4a581010a11de2a4e5ff13278b05fd3a92c 100644
|
| --- a/testing/buildbot/chromium.linux.json
|
| +++ b/testing/buildbot/chromium.linux.json
|
| @@ -988,6 +988,13 @@
|
| "override_isolate_target": "mojo_test_apk",
|
| "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": [
|
| {
|
| "android_devices": "4",
|
| @@ -995,7 +1002,17 @@
|
| "device_type": "hammerhead"
|
| }
|
| ],
|
| - "hard_timeout": 300
|
| + "hard_timeout": 300,
|
| + "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": "mojo_test_apk"
|
| },
|
|
|