| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 91a5e6c148bb38fe70360d43406a8e04bada2014..bc9561a8888a23352eee54b3930c69d575f9eb2e 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -45,7 +45,6 @@
|
| 'gn_debug_static_bot': ['gn', 'debug_static_bot'],
|
| 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'],
|
| 'gn_official': ['gn', 'official'],
|
| - 'gn_official_cfi': ['gn', 'official', 'cfi'],
|
| 'gn_official_goma': ['gn', 'official', 'goma'],
|
| 'gn_release_bot': ['gn', 'release_bot'],
|
| 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'],
|
| @@ -517,7 +516,7 @@
|
| },
|
| 'chromium.fyi': {
|
| 'CFI Linux': 'gn_cfi_release_bot',
|
| - 'CFI Linux ToT': 'gn_official_cfi',
|
| + 'CFI Linux ToT': 'gn_cfi_release_bot',
|
| 'CrWinClang64(dbg)': 'win_clang_debug_bot',
|
| 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot',
|
| 'Site Isolation Linux': 'gn_release_trybot',
|
|
|