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

Unified Diff: tools/mb/mb_config.pyl

Issue 2786113003: Change symbol_level for ToT LLD bots (Closed)
Patch Set: Created 3 years, 9 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 734d5dc03066bc7e08359be3a8ed40ca5d8950a7..703a51f9f64cd3e7c2f34fb9b9f7f932dea3d1bf 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -170,10 +170,10 @@
'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_release',
'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86',
'CrWinClang64(dbg)': 'win_clang_debug_bot',
- 'CrWinClangLLD': 'clang_tot_official_minimal_symbols_static_use_lld_x86',
- 'CrWinClangLLD64': 'clang_tot_minimal_symbols_shared_release_use_lld',
- 'CrWinClngLLD64dbg': 'clang_tot_minimal_symbols_shared_debug_use_lld',
- 'CrWinClngLLDdbg': 'clang_tot_minimal_symbols_shared_debug_use_lld_x86',
+ 'CrWinClangLLD': 'clang_tot_official_static_use_lld_x86',
+ 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld',
+ 'CrWinClngLLD64dbg': 'clang_tot_full_symbols_shared_debug_use_lld',
+ 'CrWinClngLLDdbg': 'clang_tot_full_symbols_shared_debug_use_lld_x86',
'EarlGreyiOS': 'ios',
'GomaCanaryiOS': 'ios',
'ios-simulator': 'ios',
@@ -1112,28 +1112,24 @@
'clang_tot', 'minimal_symbols', 'shared', 'debug',
],
- 'clang_tot_minimal_symbols_shared_debug_use_lld': [
- 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'use_lld',
+ 'clang_tot_full_symbols_shared_debug_use_lld': [
+ 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld',
],
- 'clang_tot_minimal_symbols_shared_debug_use_lld_x86': [
- 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'use_lld', 'x86',
- ],
-
- 'clang_tot_minimal_symbols_shared_debug': [
- 'clang_tot', 'minimal_symbols', 'shared', 'debug',
+ 'clang_tot_full_symbols_shared_debug_use_lld_x86': [
+ 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld', 'x86',
],
'clang_tot_minimal_symbols_shared_debug_x86': [
'clang_tot', 'minimal_symbols', 'shared', 'debug', 'x86',
],
- 'clang_tot_minimal_symbols_shared_release_use_lld': [
- 'clang_tot', 'minimal_symbols', 'shared', 'release', 'use_lld',
+ 'clang_tot_shared_release_use_lld': [
+ 'clang_tot', 'shared', 'release', 'use_lld',
],
- 'clang_tot_official_minimal_symbols_static_use_lld_x86': [
- 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'use_lld', 'x86',
+ 'clang_tot_official_static_use_lld_x86': [
+ 'clang_tot', 'official', 'static', 'release', 'use_lld', 'x86',
],
'clang_tot_minimal_symbols_shared_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