summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/mb/mb_config.pyl8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 6417815..31f1c76 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -652,7 +652,9 @@
'android_compile_rel': 'swarming_android_gyp_release_trybot',
'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
- 'android_cronet_tester': 'android_cronet_gyp_debug_trybot',
+ # TODO(crbug/597596): Switch this back to debug_trybot when cronet's
+ # shared library loading is fixed.
+ 'android_cronet_tester': 'android_cronet_gyp_debug_static_bot',
'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
},
@@ -871,10 +873,6 @@
'android', 'cronet', 'gyp', 'debug_static_bot', 'x86'
],
- 'android_cronet_gyp_debug_trybot': [
- 'android', 'cronet', 'gyp', 'debug_trybot'
- ],
-
'android_cronet_gyp_release_bot_minimal_symbols': [
'android', 'cronet', 'gyp', 'release_bot_minimal_symbols', 'arm'
],