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

Unified Diff: tools/mb/mb_config.pyl

Issue 2338013006: Don't use goma on 'ThinLTO Linux ToT' bot. (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 | « 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 0c127174f9935afae856b412c426b43699360186..ac9319054b0386f82f1d9292f9e50cde7bc176e6 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -257,7 +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',
+ 'ThinLTO Linux ToT': 'gn_thin_lto_clang_tot_release_static',
'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
'WebKit Linux - WPTServe': 'swarming_gn_release_bot',
@@ -1551,8 +1551,8 @@
'gn', 'syzyasan', 'no_pch', 'release', 'x86',
],
- 'gn_thin_lto_clang_tot_release_bot': [
- 'gn', 'thin_lto', 'clang_tot', 'release_bot',
+ 'gn_thin_lto_clang_tot_release_static': [
+ 'gn', 'thin_lto', 'clang_tot', 'release', 'static',
],
'gn_tsan_disable_nacl_line_tables_debug_bot': [
« 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