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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'CrWin7Goma': 'release_bot_x86', 118 'CrWin7Goma': 'release_bot_x86',
119 'CrWin7Goma(clbr)': 'shared_release_bot_x86', 119 'CrWin7Goma(clbr)': 'shared_release_bot_x86',
120 'CrWin7Goma(dbg)': 'debug_bot_x86', 120 'CrWin7Goma(dbg)': 'debug_bot_x86',
121 'CrWin7Goma(dll)': 'shared_release_bot_x86', 121 'CrWin7Goma(dll)': 'shared_release_bot_x86',
122 122
123 # if CrWinClang is modified, please update CrWinClangGoma in the same way. 123 # if CrWinClang is modified, please update CrWinClangGoma in the same way.
124 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86', 124 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86',
125 125
126 'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86', 126 'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86',
127 'CrWinClang64': 'clang_official_release_bot_minimal_symbols', 127 'CrWinClang64': 'clang_official_release_bot_minimal_symbols',
128 'CrWinClang64(dll)': 'clang_minimal_symbols_shared_release_bot', 128 'CrWinClang64(dll)': 'clang_shared_release_bot',
129 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86 ', 129 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86 ',
130 'CrWinGoma': 'release_bot_x86', 130 'CrWinGoma': 'release_bot_x86',
131 'CrWinGoma(dll)': 'shared_release_bot_x86', 131 'CrWinGoma(dll)': 'shared_release_bot_x86',
132 'ClangToTAndroidASan': 'android_clang_tot_asan', 132 'ClangToTAndroidASan': 'android_clang_tot_asan',
133 'ClangToTAndroid (dbg)': 'android_clang_tot_dbg', 133 'ClangToTAndroid (dbg)': 'android_clang_tot_dbg',
134 'ClangToTAndroid x64': 'android_clang_tot_x64', 134 'ClangToTAndroid x64': 'android_clang_tot_x64',
135 'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release', 135 'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release',
136 'ClangToTLinux (dbg)': 'clang_tot_shared_debug', 136 'ClangToTLinux (dbg)': 'clang_tot_shared_debug',
137 'ClangToTLinuxASan': 'clang_tot_asan_lsan_static_release', 137 'ClangToTLinuxASan': 'clang_tot_asan_lsan_static_release',
138 'ClangToTLinuxASanLibfuzzer': 'release_libfuzzer_asan_clang_tot', 138 'ClangToTLinuxASanLibfuzzer': 'release_libfuzzer_asan_clang_tot',
139 'ClangToTLinuxLLD': 'clang_tot_lld_release_shared', 139 'ClangToTLinuxLLD': 'clang_tot_lld_release_shared',
140 'ClangToTLinuxUBSanVptr': 'clang_tot_edge_ubsan_no_recover_hack_static_rel ease', 140 'ClangToTLinuxUBSanVptr': 'clang_tot_edge_ubsan_no_recover_hack_static_rel ease',
141 'ClangToTMac': 'clang_tot_minimal_symbols_shared_release', 141 'ClangToTMac': 'clang_tot_minimal_symbols_shared_release',
142 'ClangToTMac (dbg)': 'clang_tot_minimal_symbols_shared_debug', 142 'ClangToTMac (dbg)': 'clang_tot_minimal_symbols_shared_debug',
143 'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_releas e', 143 'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_releas e',
144 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86', 144 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86',
145 'ClangToTWin(dbg)': 'clang_tot_minimal_symbols_shared_debug_x86', 145 'ClangToTWin(dbg)': 'clang_tot_minimal_symbols_shared_debug_x86',
146 'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86', 146 'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86',
147 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release', 147 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release',
148 'ClangToTWin64(dbg)': 'clang_tot_minimal_symbols_shared_debug', 148 'ClangToTWin64(dbg)': 'clang_tot_minimal_symbols_shared_debug',
149 'ClangToTWin64(dll)': 'clang_tot_minimal_symbols_shared_release', 149 'ClangToTWin64(dll)': 'clang_tot_shared_release',
150 'ClangToTiOS': 'ios', 150 'ClangToTiOS': 'ios',
151 'Closure Compilation Linux': 'closure_compilation', 151 'Closure Compilation Linux': 'closure_compilation',
152 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', 152 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release',
153 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release', 153 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release',
154 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re lease', 154 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re lease',
155 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86', 155 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86',
156 'CrWinClang64(dbg)': 'win_clang_debug_bot', 156 'CrWinClang64(dbg)': 'win_clang_debug_bot',
157 'CrWinClangLLD': 'clang_tot_official_minimal_symbols_static_use_lld_x86', 157 'CrWinClangLLD': 'clang_tot_official_minimal_symbols_static_use_lld_x86',
158 'CrWinClangLLD64': 'clang_tot_minimal_symbols_shared_release_use_lld', 158 'CrWinClangLLD64': 'clang_tot_minimal_symbols_shared_release_use_lld',
159 'CrWinClngLLD64dbg': 'clang_tot_minimal_symbols_shared_debug_use_lld', 159 'CrWinClngLLD64dbg': 'clang_tot_minimal_symbols_shared_debug_use_lld',
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 ], 1027 ],
1028 1028
1029 'clang_official_release_trybot': [ 1029 'clang_official_release_trybot': [
1030 'clang', 'official', 'release_trybot', 1030 'clang', 'official', 'release_trybot',
1031 ], 1031 ],
1032 1032
1033 'clang_official_release_trybot_x86': [ 1033 'clang_official_release_trybot_x86': [
1034 'clang', 'official', 'release_trybot', 'x86', 1034 'clang', 'official', 'release_trybot', 'x86',
1035 ], 1035 ],
1036 1036
1037 'clang_minimal_symbols_shared_release_bot': [ 1037 'clang_shared_release_bot': [
1038 'clang', 'minimal_symbols', 'shared_release_bot', 1038 'clang', 'shared_release_bot',
1039 ], 1039 ],
1040 1040
1041 'clang_tot_asan_lsan_static_release': [ 1041 'clang_tot_asan_lsan_static_release': [
1042 'clang_tot', 'asan', 'lsan', 'static', 'release', 1042 'clang_tot', 'asan', 'lsan', 'static', 'release',
1043 ], 1043 ],
1044 1044
1045 'clang_tot_edge_ubsan_no_recover_hack_static_release': [ 1045 'clang_tot_edge_ubsan_no_recover_hack_static_release': [
1046 'clang_tot', 'edge', 'ubsan_no_recover_hack', 'static', 'release', 1046 'clang_tot', 'edge', 'ubsan_no_recover_hack', 'static', 'release',
1047 ], 1047 ],
1048 1048
(...skipping 28 matching lines...) Expand all
1077 ], 1077 ],
1078 1078
1079 'clang_tot_official_minimal_symbols_static_use_lld_x86': [ 1079 'clang_tot_official_minimal_symbols_static_use_lld_x86': [
1080 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'use_lld' , 'x86', 1080 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'use_lld' , 'x86',
1081 ], 1081 ],
1082 1082
1083 'clang_tot_minimal_symbols_shared_release': [ 1083 'clang_tot_minimal_symbols_shared_release': [
1084 'clang_tot', 'minimal_symbols', 'shared', 'release', 1084 'clang_tot', 'minimal_symbols', 'shared', 'release',
1085 ], 1085 ],
1086 1086
1087 'clang_tot_shared_release': [
1088 'clang_tot', 'shared', 'release',
1089 ],
1090
1087 'clang_tot_minimal_symbols_shared_release_x86': [ 1091 'clang_tot_minimal_symbols_shared_release_x86': [
1088 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86', 1092 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86',
1089 ], 1093 ],
1090 1094
1091 'clang_tot_official_minimal_symbols_static_release': [ 1095 'clang_tot_official_minimal_symbols_static_release': [
1092 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 1096 'clang_tot', 'official', 'minimal_symbols', 'static', 'release',
1093 ], 1097 ],
1094 1098
1095 'clang_tot_official_minimal_symbols_static_release_x86': [ 1099 'clang_tot_official_minimal_symbols_static_release_x86': [
1096 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86', 1100 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86',
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 1819
1816 'x64': { 1820 'x64': {
1817 'gn_args': 'target_cpu="x64"', 1821 'gn_args': 'target_cpu="x64"',
1818 }, 1822 },
1819 1823
1820 'x86': { 1824 'x86': {
1821 'gn_args': 'target_cpu="x86"', 1825 'gn_args': 'target_cpu="x86"',
1822 }, 1826 },
1823 }, 1827 },
1824 } 1828 }
OLDNEW
« 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