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

Unified Diff: tools/mb/mb_config.pyl

Issue 2776243002: Make 'LTO Linux' and 'LTO Linux Perf' bots to use LLD and ThinLTO. (Closed)
Patch Set: Also add CFI Linux Full to the list of volunteers. 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 | « 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 9960d45eb7e5e57d565e8771d6e7e46ce73c4aa0..49ef52cae6e88a4a5012e2c03290f7caa68b3587 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -105,7 +105,7 @@
'CFI Linux CF': 'cfi_full_cfi_diag_release_static',
'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
'CFI Linux': 'cfi_release_static',
- 'CFI Linux Full': 'cfi_full_release_static',
+ 'CFI Linux Full': 'cfi_thin_lto_full_release_static_use_lld',
'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',
@@ -182,8 +182,8 @@
'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot',
'MD Top Chrome Win material': 'debug_bot',
'MD Top Chrome Linux material': 'debug_bot',
- 'LTO Linux': 'official_goma_lto',
- 'LTO Linux Perf': 'official_goma_lto',
+ 'LTO Linux': 'official_goma_thin_lto_use_lld',
+ 'LTO Linux Perf': 'official_goma_thin_lto_use_lld',
'Libfuzzer Upload Linux ASan': 'release_libfuzzer_asan',
'Libfuzzer Upload Linux ASan Debug': 'debug_libfuzzer_asan',
'Libfuzzer Upload Linux MSan': 'release_libfuzzer_msan',
@@ -998,10 +998,6 @@
'cfi_full', 'clang_tot', 'release', 'static',
],
- 'cfi_full_release_static': [
- 'cfi_full', 'release', 'static',
- ],
-
'cfi_full_release_static_dcheck_always_on': [
'cfi_full', 'release', 'static', 'dcheck_always_on',
],
@@ -1014,6 +1010,10 @@
'cfi', 'thin_lto', 'clang_tot', 'full_symbols', 'release', 'static', 'use_lld',
],
+ 'cfi_thin_lto_full_release_static_use_lld': [
+ 'cfi', 'thin_lto', 'release', 'static', 'use_lld',
+ ],
+
'chrome_with_codecs_blink_logging_release_trybot': [
'chrome_with_codecs', 'blink_logging', 'release_trybot',
],
@@ -1353,8 +1353,8 @@
'official', 'goma', 'chromeos',
],
- 'official_goma_lto': [
- 'official', 'goma', 'lto',
+ 'official_goma_thin_lto_use_lld': [
+ 'official', 'goma', 'thin_lto', 'use_lld',
],
'official_goma_minimal_symbols_android': [
« 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