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

Unified Diff: tools/mb/mb_config.pyl

Issue 2331323003: Add 'ThinLTO Linux ToT' buildbot (src part). (Closed)
Patch Set: Created 4 years, 3 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 e0587d3f1912126139d2a4f46139cfca706622da..d42e836ae3cc2cfa1d584abe44eadfe64b4a8cc9 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -257,6 +257,7 @@
'Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
'Site Isolation Linux': 'gn_release_trybot',
'Site Isolation Win': 'gn_release_trybot_x86',
+ 'ThinLTO Linux ToT': 'gn_thin_lto_clang_tot_release_bot',
'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
'WebKit Linux - WPTServe': 'swarming_gn_release_bot',
@@ -1540,6 +1541,10 @@
'gn', 'syzyasan', 'no_pch', 'release', 'x86',
],
+ 'gn_thin_lto_clang_tot_release_bot': [
+ 'gn', 'thin_lto', 'clang_tot', 'release_bot',
+ ],
+
'gn_tsan_disable_nacl_line_tables_debug_bot': [
'gn', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot',
],
@@ -2445,6 +2450,11 @@
'gyp_defines': 'syzyasan=1'
},
+ 'thin_lto': {
+ 'gn_args': 'use_thin_lto=true',
+ 'mixins': ['cfi'],
+ },
+
'tsan': {
'gn_args': 'is_tsan=true',
'gyp_defines': 'tsan=1',
« 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