| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 5706a47a2140d2c216a4c103e23585a9b6d0fe95..ef7b36d50701437c0080b810e6af8b38422407c5 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_bot',
|
| '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',
|
|
|