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

Unified Diff: tools/mb/mb_config.pyl

Issue 2915633002: mb: Enable dcheck_always_on for Clang(ToT)Win shared release bots (Closed)
Patch Set: CrWinClangLLD64 too 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..6e598d4c9ee17b31beee92ba04d2de283251f36a 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -140,7 +140,7 @@
'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86',
'CrWinClang64': 'clang_official_release_bot_minimal_symbols',
- 'CrWinClang64(dll)': 'clang_shared_release_bot',
+ 'CrWinClang64(dll)': 'clang_shared_release_bot_dcheck',
'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86',
'CrWinGoma': 'release_bot_x86',
'CrWinGoma(dll)': 'shared_release_bot_x86',
@@ -161,19 +161,19 @@
'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_release',
'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86',
'ClangToTWin(dbg)': 'clang_tot_shared_debug_x86',
- 'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86',
+ 'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86_dcheck',
'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release',
'ClangToTWin64(dbg)': 'clang_tot_shared_debug',
- 'ClangToTWin64(dll)': 'clang_tot_shared_release',
+ 'ClangToTWin64(dll)': 'clang_tot_shared_release_dcheck',
'ClangToTiOS': 'ios',
'Closure Compilation Linux': 'closure_compilation',
'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release',
'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release',
'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_release',
- 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86',
+ 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86_dcheck',
'CrWinClang64(dbg)': 'win_clang_debug_bot',
'CrWinClangLLD': 'clang_tot_official_static_use_lld_x86',
- 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld',
+ 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld_dcheck',
'CrWinClngLLD64dbg': 'clang_tot_full_symbols_shared_debug_use_lld',
'CrWinClngLLDdbg': 'clang_tot_full_symbols_shared_debug_use_lld_x86',
'EarlGreyiOS': 'ios',
@@ -1047,8 +1047,8 @@
'clang', 'release_bot', 'minimal_symbols', 'x86',
],
- 'clang_minimal_symbols_shared_release_bot_x86': [
- 'clang', 'minimal_symbols', 'shared_release_bot', 'x86',
+ 'clang_minimal_symbols_shared_release_bot_x86_dcheck': [
+ 'clang', 'minimal_symbols', 'shared_release_bot', 'x86', 'dcheck_always_on',
],
'clang_official_release_bot_minimal_symbols': [
@@ -1071,8 +1071,8 @@
'clang', 'official', 'release_trybot', 'x86',
],
- 'clang_shared_release_bot': [
- 'clang', 'shared_release_bot',
+ 'clang_shared_release_bot_dcheck': [
+ 'clang', 'shared_release_bot', 'dcheck_always_on',
],
'clang_tot_asan_lsan_static_release': [
@@ -1105,9 +1105,9 @@
'clang_tot', 'shared', 'debug', 'x86',
],
- 'clang_tot_shared_release_use_lld': [
+ 'clang_tot_shared_release_use_lld_dcheck': [
# TODO(crbug.com/706492): Enable symbols when LLD makes PDBs.
- 'clang_tot', 'no_symbols', 'shared', 'release', 'use_lld',
+ 'clang_tot', 'no_symbols', 'shared', 'release', 'use_lld', 'dcheck_always_on',
],
'clang_tot_official_static_use_lld_x86': [
@@ -1119,12 +1119,12 @@
'clang_tot', 'minimal_symbols', 'shared', 'release',
],
- 'clang_tot_shared_release': [
- 'clang_tot', 'shared', 'release',
+ 'clang_tot_shared_release_dcheck': [
+ 'clang_tot', 'shared', 'release', 'dcheck_always_on',
],
- 'clang_tot_minimal_symbols_shared_release_x86': [
- 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86',
+ 'clang_tot_minimal_symbols_shared_release_x86_dcheck': [
+ 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86', 'dcheck_always_on',
],
'clang_tot_official_minimal_symbols_static_release': [
« 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