Chromium Code Reviews| Index: testing/buildbot/chromium.linux.json |
| diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json |
| index 1f44db8f1fcca5d83e8899d201204160cbf9d71b..17a53546c1cde2054faeb2d83df20a60891d0530 100644 |
| --- a/testing/buildbot/chromium.linux.json |
| +++ b/testing/buildbot/chromium.linux.json |
| @@ -245,6 +245,15 @@ |
| "test": "cc_unittests" |
| }, |
| { |
| + "merge": { |
|
jbudorick
2017/04/19 02:17:50
This wasn't picked up. Looks like we need one more
|
| + "args": [ |
| + "--bucket", |
| + "chromium-result-details", |
| + "--test-name", |
| + "chrome_public_test_apk" |
| + ], |
| + "script": "//build/android/pylib/results/presentation/test_results_presentation.py" |
| + }, |
| "override_compile_targets": [ |
| "chrome_public_test_apk" |
| ], |