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

Unified Diff: tools/mb/mb_config.pyl

Issue 2759443002: Add 'CFI ThinLTO Linux ToT' buildbot (src part). (Closed)
Patch Set: Created 3 years, 9 months 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 | « testing/buildbot/chromium.fyi.json ('k') | 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 a845aedcc1e1c34ea2b648941fcd887c582e597c..4ab57b258471b8c7b3baedf84dfe861333b237b6 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -106,6 +106,7 @@
'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
'CFI Linux': 'cfi_release_static',
'CFI Linux Full': 'cfi_full_release_static',
+ 'CFI ThinLTO Linux ToT': 'cfi_thin_lto_clang_tot_full_symbols_release_static_use_lld',
'Chromium Linux Goma Canary': 'release_bot',
'Chromium Linux Goma Canary': 'release_bot',
'Chromium Linux Goma Canary (clobber)': 'release_bot',
@@ -1010,6 +1011,10 @@
'cfi', 'release', 'static',
],
+ 'cfi_thin_lto_clang_tot_full_symbols_release_static_use_lld': [
+ 'cfi', 'thin_lto', 'clang_tot', 'full_symbols', 'release', 'static', 'use_lld',
+ ],
+
'chrome_with_codecs_blink_logging_release_trybot': [
'chrome_with_codecs', 'blink_logging', 'release_trybot',
],
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698