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

Unified Diff: tools/mb/mb_config.pyl

Issue 2947333002: Switch "CFI Linux Full" to the same config as linux_chromium_cfi_rel_ng. (Closed)
Patch Set: Created 3 years, 6 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 ea723f5a32b89d50151479035bd2afe63f0c0a8f..3d854da0630f5fe2b85d0e80363629fae34327a2 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -105,7 +105,7 @@
'CFI Linux CF': 'cfi_full_cfi_diag_recover_release_static',
'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
'CFI Linux': 'cfi_release_static',
- 'CFI Linux Full': 'cfi_thin_lto_full_release_static_use_lld',
+ 'CFI Linux Full': 'cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on_goma',
'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',
@@ -531,7 +531,7 @@
'linux_chromium_archive_rel_ng': 'release_bot',
'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot',
'linux_chromium_browser_side_navigation_rel': 'release_trybot',
- 'linux_chromium_cfi_rel_ng': 'cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on',
+ 'linux_chromium_cfi_rel_ng': 'cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on_goma',
'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot',
'linux_chromium_chromeos_compile_dbg_ng': 'chromeos_with_codecs_debug_trybot',
'linux_chromium_chromeos_compile_rel_ng': 'chromeos_with_codecs_release_trybot',
@@ -993,8 +993,8 @@
'cfi_full', 'clang_tot', 'release', 'static',
],
- 'cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on': [
- 'cfi_full', 'cfi_diag', 'thin_lto', 'release', 'static', 'dcheck_always_on',
+ 'cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on_goma': [
+ 'cfi_full', 'cfi_diag', 'thin_lto', 'release', 'static', 'dcheck_always_on', 'goma',
],
'cfi_release_static': [
@@ -1005,10 +1005,6 @@
'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',
],
« 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