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

Unified Diff: tools/mb/mb_config.pyl

Issue 2938383004: Make the linux_chromium_cfi_rel_ng trybot more useful. (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 | « tools/mb/mb.py ('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 baa2d113237c5bc20cdb378e060e679a29e3de75..7b311cf0eda5969eb439bf5fa871e2b9362ab929 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -530,7 +530,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_release_static_dcheck_always_on',
+ 'linux_chromium_cfi_rel_ng': 'cfi_full_cfi_diag_thin_lto_release_static_dcheck_always_on',
'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',
@@ -992,8 +992,8 @@
'cfi_full', 'clang_tot', 'release', 'static',
],
- 'cfi_full_release_static_dcheck_always_on': [
- 'cfi_full', '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',
],
'cfi_release_static': [
« no previous file with comments | « tools/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698