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

Unified Diff: tools/mb/mb_config.pyl

Issue 2551113002: clang/win: Enable full symbols on one of the ToT and one of the pinned bots. (Closed)
Patch Set: . Created 4 years 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 34fb9becf58694097e918a48ded2b8de80df8f0c..96979067ee9a5a3090f3b74dfdd6beddc1364b97 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -125,7 +125,7 @@
'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86',
'CrWinClang64': 'clang_official_release_bot_minimal_symbols',
- 'CrWinClang64(dll)': 'clang_minimal_symbols_shared_release_bot',
+ 'CrWinClang64(dll)': 'clang_shared_release_bot',
'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86',
'CrWinGoma': 'release_bot_x86',
'CrWinGoma(dll)': 'shared_release_bot_x86',
@@ -146,7 +146,7 @@
'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86',
'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release',
'ClangToTWin64(dbg)': 'clang_tot_minimal_symbols_shared_debug',
- 'ClangToTWin64(dll)': 'clang_tot_minimal_symbols_shared_release',
+ 'ClangToTWin64(dll)': 'clang_tot_shared_release',
'ClangToTiOS': 'ios',
'Closure Compilation Linux': 'closure_compilation',
'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release',
@@ -1034,8 +1034,8 @@
'clang', 'official', 'release_trybot', 'x86',
],
- 'clang_minimal_symbols_shared_release_bot': [
- 'clang', 'minimal_symbols', 'shared_release_bot',
+ 'clang_shared_release_bot': [
+ 'clang', 'shared_release_bot',
],
'clang_tot_asan_lsan_static_release': [
@@ -1084,6 +1084,10 @@
'clang_tot', 'minimal_symbols', 'shared', 'release',
],
+ 'clang_tot_shared_release': [
+ 'clang_tot', 'shared', 'release',
+ ],
+
'clang_tot_minimal_symbols_shared_release_x86': [
'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86',
],
« 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