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..33535500e7996934964b557462117431e7e15469 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
| @@ -2009,8 +2009,9 @@ SPEC = { |
| 'BUILD_CONFIG': 'Debug', |
| 'TARGET_PLATFORM': 'android', |
| }, |
| - 'bot_type': 'builder_tester', |
| - 'android_config': 'main_builder_mb', |
| + 'parent_buildername': 'Android Builder (dbg)', |
| + 'bot_type': 'tester', |
| + 'android_config': 'main_builder', |
|
jbudorick
2016/07/14 20:31:56
I think this can and should be main_builder_mb
|
| 'remove_system_webview': True, |
| 'tests': [ |
| steps.FindAnnotatedTest(), |