Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index 7e66f4d5efd0b844976711640d9c32f4b591dc5b..68ce91e0cedab84a7a0364198528d71541cc1d3f 100644 |
| --- a/tools/mb/mb_config.pyl |
| +++ b/tools/mb/mb_config.pyl |
| @@ -638,7 +638,6 @@ |
| 'android_blink_rel': 'tbd', |
| 'android_chromium_variable': 'tbd', |
| 'android_coverage': 'tbd', |
| - 'android_cronet_tester': 'tbd', |
| 'android_deterministic': 'tbd', |
| 'cast_shell_android': 'tbd', |
| @@ -647,6 +646,7 @@ |
| 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', |
| 'android_chromium_gn_rel': 'android_gn_release_trybot', |
| 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gyp_debug_trybot', |
| + 'android_cronet_tester': 'android_cronet_gyp_debug_trybot', |
|
jbudorick
2016/03/24 15:24:21
nit: alphabetize
xunjieli
2016/03/24 15:56:42
Done.
|
| 'android_compile_dbg': 'swarming_android_gyp_debug_trybot', |
| 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', |
| 'android_compile_rel': 'swarming_android_gyp_release_trybot', |
| @@ -849,6 +849,10 @@ |
| 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot', |
| ], |
| + 'android_cronet_gyp_debug_trybot': [ |
|
jbudorick
2016/03/24 15:24:20
nit: alphabetize
xunjieli
2016/03/24 15:56:42
Done.
|
| + 'android', 'cronet', 'gyp', 'debug_trybot', 'arm' |
| + ], |
| + |
| 'android_cronet_data_reduction_proxy_gyp_release_bot_minimal_symbols': [ |
| 'android', 'cronet', 'data_reduction_proxy', 'gyp', |
| 'release_bot_minimal_symbols', 'arm' |