Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: tools/mb/mb_config.pyl

Issue 1527863004: Don't build official Chrome on 'CFI Linux ToT' bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698