Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| index cc93c3dfdac0b90dce168f8de556fc7e72567247..bcad92a7379520509d1bf6d35129e368ee76f7b5 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| @@ -1826,6 +1826,8 @@ SPEC = { |
| 'root_devices': True, |
| 'tests': [ |
| steps.GTestTest('gfx_unittests'), |
| + steps.AndroidInstrumentationTest('ChromePublicTest'), |
| + steps.UploadRenderTestFailures(render_results_dir='chrome/test/data/android/render_tests'), |
|
jbudorick
2016/10/25 17:03:40
:O
Does this need to be a separately configured t
mikecase (-- gone --)
2016/10/25 20:53:33
hmmmm, well, I could add an argument to run_instru
|
| ], |
| 'testing': { |
| 'platform': 'linux', |