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

Unified Diff: tools/mb/mb_config.pyl

Issue 2039103003: Add clang_tot config to 'CFI Linux ToT' bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 0670acd914533c6c4a7ddee5e8ed076871ee0032..33f352d68d49354bd2aff0f5b7421a3fd8aeb3f0 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -97,7 +97,7 @@
'//build/args/bots/chromium.fyi/blimp_linux_dbg.gn',
'Browser Side Navigation Linux': 'gn_release_bot',
'CFI Linux CF': 'gn_cfi_diag_release_static',
- 'CFI Linux ToT': 'gn_cfi_release_static',
+ 'CFI Linux ToT': 'gn_cfi_clang_tot_release_static',
'CFI Linux': 'gn_cfi_release_static',
'Chromium Linux Goma Canary': 'gn_release_bot',
'Chromium Linux Goma Canary (clobber)': 'gn_release_bot',
@@ -1096,6 +1096,10 @@
'gn', 'cfi', 'release', 'static',
],
+ 'gn_cfi_clang_tot_release_static': [
+ 'gn', 'cfi', 'clang_tot', 'release', 'static',
+ ],
+
'gn_cfi_release_static_dcheck_always_on': [
'gn', 'cfi', 'release', 'static', 'dcheck_always_on',
],
« 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