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 f21921ef831e05783c57d39b08494b50db15e73a..2d6564b3983e89de8b5b5192c5e356b65f35e769 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| @@ -2009,9 +2009,8 @@ SPEC = { |
| 'BUILD_CONFIG': 'Debug', |
| 'TARGET_PLATFORM': 'android', |
| }, |
| - 'bot_type': 'builder_tester', |
| - 'android_config': 'main_builder_mb', |
|
jbudorick
2016/07/14 20:12:38
I think this should still be here?
|
| - 'remove_system_webview': True, |
| + 'bot_type': 'tester', |
| + 'remove_system_webview': False, |
| 'tests': [ |
| steps.FindAnnotatedTest(), |
| ], |