Chromium Code Reviews| Index: testing/buildbot/chromium.android.json |
| diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json |
| index 7d7f5c8b2afeec42048582ccddd392844081c478..4ad7d99fbab1088bda78a180fb4b9e8ec939e3a9 100644 |
| --- a/testing/buildbot/chromium.android.json |
| +++ b/testing/buildbot/chromium.android.json |
| @@ -235,6 +235,47 @@ |
| }, |
| "test": "cc_unittests" |
| }, |
| + { |
| + "merge": { |
| + "args": [ |
| + "--bucket", |
| + "chromium-result-details", |
| + "--test-name", |
| + "chrome_public_test_apk" |
| + ], |
| + "script": "//build/android/pylib/results/presentation/test_results_presentation.py" |
| + }, |
| + "swarming": { |
| + "can_use_on_swarming_builders": true, |
| + "cipd_packages": [ |
| + { |
| + "cipd_package": "infra/tools/luci/logdog/butler/${platform}", |
| + "location": "bin", |
| + "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c" |
| + } |
| + ], |
| + "dimension_sets": [ |
| + { |
| + "android_devices": "6", |
|
shenghuazhang
2017/06/16 00:32:25
Some of the "android_devices" set "4", some of the
|
| + "device_os": "MMB29Q", |
| + "device_type": "bullhead" |
| + } |
| + ], |
| + "expiration": 10800, |
| + "hard_timeout": 1800, |
| + "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": "chrome_public_test_apk" |
| + }, |
| { |
| "args": [ |
| "--shared-prefs-file=../../chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json", |