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

Side by Side 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, 6 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 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '1': 'official_optimize_chrome_pgo_phase_1', 129 '1': 'official_optimize_chrome_pgo_phase_1',
130 '2': 'official_optimize_chrome_pgo_phase_2', 130 '2': 'official_optimize_chrome_pgo_phase_2',
131 }, 131 },
132 'Chromium Windows Analyze': 'windows_analyze', 132 'Chromium Windows Analyze': 'windows_analyze',
133 'CrWin7Goma': 'release_bot_x86', 133 'CrWin7Goma': 'release_bot_x86',
134 'CrWin7Goma(clbr)': 'shared_release_bot_x86', 134 'CrWin7Goma(clbr)': 'shared_release_bot_x86',
135 'CrWin7Goma(dbg)': 'debug_bot_x86', 135 'CrWin7Goma(dbg)': 'debug_bot_x86',
136 'CrWin7Goma(dll)': 'shared_release_bot_x86', 136 'CrWin7Goma(dll)': 'shared_release_bot_x86',
137 137
138 # if CrWinClang is modified, please update CrWinClangGoma in the same way. 138 # if CrWinClang is modified, please update CrWinClangGoma in the same way.
139 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86', 139 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86_dcheck',
Nico 2017/05/30 19:56:18 CrWinClang does official builds. We have no other
140 140
141 'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86', 141 'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86',
142 'CrWinClang64': 'clang_official_release_bot_minimal_symbols', 142 'CrWinClang64': 'clang_official_release_bot_minimal_symbols_dcheck',
143 'CrWinClang64(dll)': 'clang_shared_release_bot', 143 'CrWinClang64(dll)': 'clang_shared_release_bot',
144 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86 ', 144 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86 _dcheck',
145 'CrWinGoma': 'release_bot_x86', 145 'CrWinGoma': 'release_bot_x86',
146 'CrWinGoma(dll)': 'shared_release_bot_x86', 146 'CrWinGoma(dll)': 'shared_release_bot_x86',
147 'CrWinGoma(loc)': 'shared_release_bot_x86', 147 'CrWinGoma(loc)': 'shared_release_bot_x86',
148 'ClangToTAndroidASan': 'android_clang_tot_asan', 148 'ClangToTAndroidASan': 'android_clang_tot_asan',
149 'ClangToTAndroid (dbg)': 'android_clang_tot_dbg', 149 'ClangToTAndroid (dbg)': 'android_clang_tot_dbg',
150 'ClangToTAndroid': 'android_clang_tot_release', 150 'ClangToTAndroid': 'android_clang_tot_release',
151 'ClangToTAndroid64': 'android_clang_tot_release_arm64', 151 'ClangToTAndroid64': 'android_clang_tot_release_arm64',
152 'ClangToTAndroid x64': 'android_clang_tot_x64', 152 'ClangToTAndroid x64': 'android_clang_tot_x64',
153 'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release', 153 'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release',
154 'ClangToTLinux (dbg)': 'clang_tot_shared_debug', 154 'ClangToTLinux (dbg)': 'clang_tot_shared_debug',
155 'ClangToTLinuxASan': 'clang_tot_asan_lsan_static_release', 155 'ClangToTLinuxASan': 'clang_tot_asan_lsan_static_release',
156 'ClangToTLinuxASanLibfuzzer': 'release_libfuzzer_asan_clang_tot', 156 'ClangToTLinuxASanLibfuzzer': 'release_libfuzzer_asan_clang_tot',
157 'ClangToTLinuxLLD': 'clang_tot_lld_release_shared', 157 'ClangToTLinuxLLD': 'clang_tot_lld_release_shared',
158 'ClangToTLinuxUBSanVptr': 'clang_tot_edge_ubsan_no_recover_hack_static_rel ease', 158 'ClangToTLinuxUBSanVptr': 'clang_tot_edge_ubsan_no_recover_hack_static_rel ease',
159 'ClangToTMac': 'clang_tot_minimal_symbols_shared_release', 159 'ClangToTMac': 'clang_tot_minimal_symbols_shared_release',
160 'ClangToTMac (dbg)': 'clang_tot_shared_debug', 160 'ClangToTMac (dbg)': 'clang_tot_shared_debug',
161 'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_releas e', 161 'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_releas e',
162 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86', 162 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86_dche ck',
163 'ClangToTWin(dbg)': 'clang_tot_shared_debug_x86', 163 'ClangToTWin(dbg)': 'clang_tot_shared_debug_x86',
164 'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86', 164 'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86',
165 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release', 165 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release_dcheck ',
166 'ClangToTWin64(dbg)': 'clang_tot_shared_debug', 166 'ClangToTWin64(dbg)': 'clang_tot_shared_debug',
167 'ClangToTWin64(dll)': 'clang_tot_shared_release', 167 'ClangToTWin64(dll)': 'clang_tot_shared_release',
168 'ClangToTiOS': 'ios', 168 'ClangToTiOS': 'ios',
169 'Closure Compilation Linux': 'closure_compilation', 169 'Closure Compilation Linux': 'closure_compilation',
170 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', 170 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release',
171 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release', 171 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release',
172 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re lease', 172 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re lease',
173 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86', 173 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86',
174 'CrWinClang64(dbg)': 'win_clang_debug_bot', 174 'CrWinClang64(dbg)': 'win_clang_debug_bot',
175 'CrWinClangLLD': 'clang_tot_official_static_use_lld_x86', 175 'CrWinClangLLD': 'clang_tot_official_static_use_lld_x86',
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 ], 1044 ],
1045 1045
1046 'clang_release_bot_minimal_symbols_x86': [ 1046 'clang_release_bot_minimal_symbols_x86': [
1047 'clang', 'release_bot', 'minimal_symbols', 'x86', 1047 'clang', 'release_bot', 'minimal_symbols', 'x86',
1048 ], 1048 ],
1049 1049
1050 'clang_minimal_symbols_shared_release_bot_x86': [ 1050 'clang_minimal_symbols_shared_release_bot_x86': [
1051 'clang', 'minimal_symbols', 'shared_release_bot', 'x86', 1051 'clang', 'minimal_symbols', 'shared_release_bot', 'x86',
1052 ], 1052 ],
1053 1053
1054 'clang_official_release_bot_minimal_symbols': [ 1054 'clang_official_release_bot_minimal_symbols_dcheck': [
1055 'clang', 'official', 'release_bot', 'minimal_symbols', 1055 'clang', 'official', 'release_bot', 'minimal_symbols', 'dcheck_always_on',
1056 ], 1056 ],
1057 1057
1058 'clang_official_release_bot_minimal_symbols_x86': [ 1058 'clang_official_release_bot_minimal_symbols_x86_dcheck': [
1059 'clang', 'official', 'release_bot', 'minimal_symbols', 'x86', 1059 'clang', 'official', 'release_bot', 'minimal_symbols', 'x86', 'dcheck_alwa ys_on',
1060 ], 1060 ],
1061 1061
1062 'clang_official_optimize_release_bot_minimal_symbols_x86': [ 1062 'clang_official_optimize_release_bot_minimal_symbols_x86_dcheck': [
1063 'clang', 'official_optimize', 'release_bot', 'minimal_symbols', 'x86', 1063 'clang', 'official_optimize', 'release_bot', 'minimal_symbols', 'x86', 'dc heck_always_on',
1064 ], 1064 ],
1065 1065
1066 'clang_official_release_trybot': [ 1066 'clang_official_release_trybot': [
1067 'clang', 'official', 'release_trybot', 1067 'clang', 'official', 'release_trybot',
1068 ], 1068 ],
1069 1069
1070 'clang_official_release_trybot_x86': [ 1070 'clang_official_release_trybot_x86': [
1071 'clang', 'official', 'release_trybot', 'x86', 1071 'clang', 'official', 'release_trybot', 'x86',
1072 ], 1072 ],
1073 1073
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 ], 1120 ],
1121 1121
1122 'clang_tot_shared_release': [ 1122 'clang_tot_shared_release': [
1123 'clang_tot', 'shared', 'release', 1123 'clang_tot', 'shared', 'release',
1124 ], 1124 ],
1125 1125
1126 'clang_tot_minimal_symbols_shared_release_x86': [ 1126 'clang_tot_minimal_symbols_shared_release_x86': [
1127 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86', 1127 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86',
1128 ], 1128 ],
1129 1129
1130 'clang_tot_official_minimal_symbols_static_release': [ 1130 'clang_tot_official_minimal_symbols_static_release_dcheck': [
1131 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 1131 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'dcheck_a lways_on',
1132 ], 1132 ],
1133 1133
1134 'clang_tot_official_minimal_symbols_static_release_x86': [ 1134 'clang_tot_official_minimal_symbols_static_release_x86_dcheck': [
1135 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86', 1135 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86', 'd check_always_on',
1136 ], 1136 ],
1137 1137
1138 'clang_tot_lld_release_shared': [ 1138 'clang_tot_lld_release_shared': [
1139 # TODO(crbug.com/605819): Enable debug info in release builds. 1139 # TODO(crbug.com/605819): Enable debug info in release builds.
1140 'clang_tot', 'release', 'shared', 'use_lld', 1140 'clang_tot', 'release', 'shared', 'use_lld',
1141 ], 1141 ],
1142 1142
1143 'clang_tot_shared_debug': [ 1143 'clang_tot_shared_debug': [
1144 'clang_tot', 'shared', 'debug', 1144 'clang_tot', 'shared', 'debug',
1145 ], 1145 ],
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 1889
1890 'x64': { 1890 'x64': {
1891 'gn_args': 'target_cpu="x64"', 1891 'gn_args': 'target_cpu="x64"',
1892 }, 1892 },
1893 1893
1894 'x86': { 1894 'x86': {
1895 'gn_args': 'target_cpu="x86"', 1895 'gn_args': 'target_cpu="x86"',
1896 }, 1896 },
1897 }, 1897 },
1898 } 1898 }
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