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

Unified Diff: tools/mb/mb_config.pyl

Issue 2915633002: mb: Enable dcheck_always_on for Clang(ToT)Win shared release bots (Closed)
Patch Set: Created 3 years, 7 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 7d0095ad82ebb3ce3d66c016862429c591c3a73e..af92208a456a9b427aa7b25a1339f588c471caae 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -136,12 +136,12 @@
'CrWin7Goma(dll)': 'shared_release_bot_x86',
# if CrWinClang is modified, please update CrWinClangGoma in the same way.
- 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86',
+ 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86_dcheck',
Nico 2017/05/30 19:56:18 CrWinClang does official builds. We have no other
'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86',
- 'CrWinClang64': 'clang_official_release_bot_minimal_symbols',
+ 'CrWinClang64': 'clang_official_release_bot_minimal_symbols_dcheck',
'CrWinClang64(dll)': 'clang_shared_release_bot',
- 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86',
+ 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86_dcheck',
'CrWinGoma': 'release_bot_x86',
'CrWinGoma(dll)': 'shared_release_bot_x86',
'CrWinGoma(loc)': 'shared_release_bot_x86',
@@ -159,10 +159,10 @@
'ClangToTMac': 'clang_tot_minimal_symbols_shared_release',
'ClangToTMac (dbg)': 'clang_tot_shared_debug',
'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_release',
- 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86',
+ 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86_dcheck',
'ClangToTWin(dbg)': 'clang_tot_shared_debug_x86',
'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86',
- 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release',
+ 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release_dcheck',
'ClangToTWin64(dbg)': 'clang_tot_shared_debug',
'ClangToTWin64(dll)': 'clang_tot_shared_release',
'ClangToTiOS': 'ios',
@@ -1051,16 +1051,16 @@
'clang', 'minimal_symbols', 'shared_release_bot', 'x86',
],
- 'clang_official_release_bot_minimal_symbols': [
- 'clang', 'official', 'release_bot', 'minimal_symbols',
+ 'clang_official_release_bot_minimal_symbols_dcheck': [
+ 'clang', 'official', 'release_bot', 'minimal_symbols', 'dcheck_always_on',
],
- 'clang_official_release_bot_minimal_symbols_x86': [
- 'clang', 'official', 'release_bot', 'minimal_symbols', 'x86',
+ 'clang_official_release_bot_minimal_symbols_x86_dcheck': [
+ 'clang', 'official', 'release_bot', 'minimal_symbols', 'x86', 'dcheck_always_on',
],
- 'clang_official_optimize_release_bot_minimal_symbols_x86': [
- 'clang', 'official_optimize', 'release_bot', 'minimal_symbols', 'x86',
+ 'clang_official_optimize_release_bot_minimal_symbols_x86_dcheck': [
+ 'clang', 'official_optimize', 'release_bot', 'minimal_symbols', 'x86', 'dcheck_always_on',
],
'clang_official_release_trybot': [
@@ -1127,12 +1127,12 @@
'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86',
],
- 'clang_tot_official_minimal_symbols_static_release': [
- 'clang_tot', 'official', 'minimal_symbols', 'static', 'release',
+ 'clang_tot_official_minimal_symbols_static_release_dcheck': [
+ 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'dcheck_always_on',
],
- 'clang_tot_official_minimal_symbols_static_release_x86': [
- 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86',
+ 'clang_tot_official_minimal_symbols_static_release_x86_dcheck': [
+ 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86', 'dcheck_always_on',
],
'clang_tot_lld_release_shared': [
« 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