| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index d044e3ceb8e45686ab440121b9c4d0515d73e090..87991567a95110e7baa7547996fa2b6c89d17e42 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -688,7 +688,7 @@
|
| 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot',
|
| 'linux_chromium_chromeos_asan_variable': 'findit',
|
| 'linux_chromium_chromeos_compile_rel_ng':
|
| - 'swarming_chromeos_gyp_release_trybot',
|
| + 'swarming_chromeos_gn_release_trybot',
|
| 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot',
|
| 'linux_chromium_chromeos_variable': 'findit',
|
| 'linux_chromium_chromeos_variable_chrome': 'findit',
|
| @@ -1248,6 +1248,10 @@
|
| 'swarming', 'asan', 'lsan', 'release_trybot',
|
| ],
|
|
|
| + 'swarming_chromeos_gn_release_trybot': [
|
| + 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot',
|
| + ],
|
| +
|
| 'swarming_chromeos_gyp_debug_bot': [
|
| 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot',
|
| ],
|
|
|