Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index a337f461411c98493d523f2bbf57778aa83f0435..4dec8c13a5511e46a1a75e8a133bd9be09013f4c 100644 |
| --- a/tools/mb/mb_config.pyl |
| +++ b/tools/mb/mb_config.pyl |
| @@ -78,6 +78,7 @@ |
| 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86', |
| 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell', |
| 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbols', |
| + 'Android deterministic (dbg)': 'android_debug_static_bot_x86', |
|
Dirk Pranke
2016/09/28 16:17:20
why x86? If you don't care too much about the conf
Yoshisato Yanagisawa
2016/09/29 00:48:46
done.
I want a general one. Let me change it to a
|
| 'Blimp Android Client': |
| '//build/args/bots/chromium.fyi/blimp_client_rel.gn', |
| 'Blimp Linux Engine': |
| @@ -158,10 +159,12 @@ |
| 'Libfuzzer Upload Mac ASan': 'release_libfuzzer_mac_asan', |
| 'Linux ARM': 'release_bot_arm', |
| 'Linux deterministic': 'release_bot', |
| + 'Linux deterministic (dbg)': 'debug_bot', |
| 'Linux remote_run Builder': 'release_bot', |
| 'Linux remote_run Tester': 'release_bot', |
| 'Linux V8 API Stability': 'release_bot', |
| 'Mac deterministic': 'release_bot_mac_strip', |
| + 'Mac deterministic (dbg)': 'debug_bot', |
| 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', |
| 'Mojo Windows': 'release_bot_x86', |
| 'Site Isolation Linux': 'release_trybot', |