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

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: CrWinClangLLD64 too 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
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',
143 'CrWinClang64(dll)': 'clang_shared_release_bot', 143 'CrWinClang64(dll)': 'clang_shared_release_bot_dcheck',
144 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86 ', 144 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86 ',
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',
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_dcheck',
165 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release', 165 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release',
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_dcheck',
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_dcheck ',
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',
176 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld', 176 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld_dcheck',
177 'CrWinClngLLD64dbg': 'clang_tot_full_symbols_shared_debug_use_lld', 177 'CrWinClngLLD64dbg': 'clang_tot_full_symbols_shared_debug_use_lld',
178 'CrWinClngLLDdbg': 'clang_tot_full_symbols_shared_debug_use_lld_x86', 178 'CrWinClngLLDdbg': 'clang_tot_full_symbols_shared_debug_use_lld_x86',
179 'EarlGreyiOS': 'ios', 179 'EarlGreyiOS': 'ios',
180 'Fuchsia': 'release_bot_fuchsia', 180 'Fuchsia': 'release_bot_fuchsia',
181 'GomaCanaryiOS': 'ios', 181 'GomaCanaryiOS': 'ios',
182 'ios-simulator': 'ios', 182 'ios-simulator': 'ios',
183 'Headless Linux (dbg)': 'headless_linux_debug_bot', 183 'Headless Linux (dbg)': 'headless_linux_debug_bot',
184 'MD Top Chrome ChromeOS material-hybrid': 'chromeos_with_codecs_debug_bot' , 184 'MD Top Chrome ChromeOS material-hybrid': 'chromeos_with_codecs_debug_bot' ,
185 'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot', 185 'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot',
186 'MD Top Chrome Win material': 'debug_bot', 186 'MD Top Chrome Win material': 'debug_bot',
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 ], 1040 ],
1041 1041
1042 'clang_debug_bot_minimal_symbols_x86': [ 1042 'clang_debug_bot_minimal_symbols_x86': [
1043 'clang', 'debug_bot', 'minimal_symbols', 'x86', 1043 'clang', 'debug_bot', 'minimal_symbols', 'x86',
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_dcheck': [
1051 'clang', 'minimal_symbols', 'shared_release_bot', 'x86', 1051 'clang', 'minimal_symbols', 'shared_release_bot', 'x86', 'dcheck_always_on ',
1052 ], 1052 ],
1053 1053
1054 'clang_official_release_bot_minimal_symbols': [ 1054 'clang_official_release_bot_minimal_symbols': [
1055 'clang', 'official', 'release_bot', 'minimal_symbols', 1055 'clang', 'official', 'release_bot', 'minimal_symbols',
1056 ], 1056 ],
1057 1057
1058 'clang_official_release_bot_minimal_symbols_x86': [ 1058 'clang_official_release_bot_minimal_symbols_x86': [
1059 'clang', 'official', 'release_bot', 'minimal_symbols', 'x86', 1059 'clang', 'official', 'release_bot', 'minimal_symbols', 'x86',
1060 ], 1060 ],
1061 1061
1062 'clang_official_optimize_release_bot_minimal_symbols_x86': [ 1062 'clang_official_optimize_release_bot_minimal_symbols_x86': [
1063 'clang', 'official_optimize', 'release_bot', 'minimal_symbols', 'x86', 1063 'clang', 'official_optimize', 'release_bot', 'minimal_symbols', 'x86',
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
1074 'clang_shared_release_bot': [ 1074 'clang_shared_release_bot_dcheck': [
1075 'clang', 'shared_release_bot', 1075 'clang', 'shared_release_bot', 'dcheck_always_on',
1076 ], 1076 ],
1077 1077
1078 'clang_tot_asan_lsan_static_release': [ 1078 'clang_tot_asan_lsan_static_release': [
1079 'clang_tot', 'asan', 'lsan', 'static', 'release', 1079 'clang_tot', 'asan', 'lsan', 'static', 'release',
1080 ], 1080 ],
1081 1081
1082 'clang_tot_edge_ubsan_no_recover_hack_static_release': [ 1082 'clang_tot_edge_ubsan_no_recover_hack_static_release': [
1083 'clang_tot', 'edge', 'ubsan_no_recover_hack', 'static', 'release', 1083 'clang_tot', 'edge', 'ubsan_no_recover_hack', 'static', 'release',
1084 ], 1084 ],
1085 1085
(...skipping 12 matching lines...) Expand all
1098 ], 1098 ],
1099 1099
1100 'clang_tot_full_symbols_shared_debug_use_lld_x86': [ 1100 'clang_tot_full_symbols_shared_debug_use_lld_x86': [
1101 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld', 'x86', 1101 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld', 'x86',
1102 ], 1102 ],
1103 1103
1104 'clang_tot_shared_debug_x86': [ 1104 'clang_tot_shared_debug_x86': [
1105 'clang_tot', 'shared', 'debug', 'x86', 1105 'clang_tot', 'shared', 'debug', 'x86',
1106 ], 1106 ],
1107 1107
1108 'clang_tot_shared_release_use_lld': [ 1108 'clang_tot_shared_release_use_lld_dcheck': [
1109 # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs. 1109 # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs.
1110 'clang_tot', 'no_symbols', 'shared', 'release', 'use_lld', 1110 'clang_tot', 'no_symbols', 'shared', 'release', 'use_lld', 'dcheck_always_ on',
1111 ], 1111 ],
1112 1112
1113 'clang_tot_official_static_use_lld_x86': [ 1113 'clang_tot_official_static_use_lld_x86': [
1114 # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs. 1114 # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs.
1115 'clang_tot', 'no_symbols', 'official', 'static', 'release', 'use_lld', 'x8 6', 1115 'clang_tot', 'no_symbols', 'official', 'static', 'release', 'use_lld', 'x8 6',
1116 ], 1116 ],
1117 1117
1118 'clang_tot_minimal_symbols_shared_release': [ 1118 'clang_tot_minimal_symbols_shared_release': [
1119 'clang_tot', 'minimal_symbols', 'shared', 'release', 1119 'clang_tot', 'minimal_symbols', 'shared', 'release',
1120 ], 1120 ],
1121 1121
1122 'clang_tot_shared_release': [ 1122 'clang_tot_shared_release_dcheck': [
1123 'clang_tot', 'shared', 'release', 1123 'clang_tot', 'shared', 'release', 'dcheck_always_on',
1124 ], 1124 ],
1125 1125
1126 'clang_tot_minimal_symbols_shared_release_x86': [ 1126 'clang_tot_minimal_symbols_shared_release_x86_dcheck': [
1127 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86', 1127 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86', 'dcheck_always _on',
1128 ], 1128 ],
1129 1129
1130 'clang_tot_official_minimal_symbols_static_release': [ 1130 'clang_tot_official_minimal_symbols_static_release': [
1131 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 1131 'clang_tot', 'official', 'minimal_symbols', 'static', 'release',
1132 ], 1132 ],
1133 1133
1134 'clang_tot_official_minimal_symbols_static_release_x86': [ 1134 'clang_tot_official_minimal_symbols_static_release_x86': [
1135 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86', 1135 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'x86',
1136 ], 1136 ],
1137 1137
(...skipping 751 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