| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 74b3d8b44d14f84dc692170364f6d12c724a75d3..a40deb1a28d14c92b7de48dc815c2c6ebdc677d2 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -200,6 +200,7 @@
|
| 'Mac deterministic': 'release_bot_mac_strip',
|
| 'Mac deterministic (dbg)': 'debug_bot',
|
| 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot',
|
| + 'Mojo Linux': 'release_bot',
|
| 'Mojo Windows': 'release_bot_x86',
|
| 'Ozone Linux': 'release_bot_ozone_linux',
|
| 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64',
|
| @@ -579,6 +580,8 @@
|
| # builds (and we only store baselines for release builds).
|
| 'linux_layout_tests_layout_ng': 'release_bot',
|
|
|
| + 'linux_mojo': 'release_trybot',
|
| + 'linux_mojo_chromeos': 'release_trybot',
|
| 'linux_nacl_sdk_build': 'release_bot',
|
| 'linux_nacl_sdk': 'release_bot',
|
| 'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot',
|
| @@ -663,6 +666,7 @@
|
| 'win_clang_rel': 'clang_official_release_trybot_x86',
|
| 'win_clang_x64_dbg': 'win_clang_debug_bot',
|
| 'win_clang_x64_rel': 'clang_official_release_trybot',
|
| + 'win_mojo': 'release_trybot_x86',
|
| 'win_nacl_sdk': 'release_bot_x86',
|
| 'win_nacl_sdk_build': 'release_bot_x86',
|
| 'win_optional_gpu_tests_rel': 'gpu_tests_deqp_gles_release_trybot_x86',
|
|
|