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

Side by Side Diff: infra/mb/mb_config.pyl

Issue 2188693002: [gn] Switch some sanitizers to gn Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 4 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 2016 The V8 project authors. All rights reserved. 1 # Copyright 2016 The V8 project 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 # Bots are ordered by appearance on waterfall. 9 # Bots are ordered by appearance on waterfall.
10 'masters': { 10 'masters': {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', 48 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols',
49 'V8 Win64 - clang': 'gyp_release_x64_clang', 49 'V8 Win64 - clang': 'gyp_release_x64_clang',
50 # Mac. 50 # Mac.
51 'V8 Mac': 'gn_release_x86', 51 'V8 Mac': 'gn_release_x86',
52 'V8 Mac - debug': 'gn_debug_x86', 52 'V8 Mac - debug': 'gn_debug_x86',
53 'V8 Mac64': 'gn_release_x64', 53 'V8 Mac64': 'gn_release_x64',
54 'V8 Mac64 - debug': 'gn_debug_x64', 54 'V8 Mac64 - debug': 'gn_debug_x64',
55 'V8 Mac GC Stress': 'gn_debug_x86', 55 'V8 Mac GC Stress': 'gn_debug_x86',
56 'V8 Mac64 ASAN': 'gyp_release_x64_asan', 56 'V8 Mac64 ASAN': 'gyp_release_x64_asan',
57 # Sanitizers. 57 # Sanitizers.
58 'V8 Linux64 ASAN': 'gyp_release_x64_asan', 58 'V8 Linux64 ASAN': 'gn_release_x64_asan',
59 'V8 Linux64 TSAN': 'gyp_release_x64_tsan', 59 'V8 Linux64 TSAN': 'gn_release_x64_tsan',
60 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan', 60 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan',
61 # Clusterfuzz. 61 # Clusterfuzz.
62 'V8 Linux64 ASAN no inline - release builder': 62 'V8 Linux64 ASAN no inline - release builder':
63 'gyp_release_x64_asan_symbolized_edge_verify_heap', 63 'gn_release_x64_asan_symbolized_edge_verify_heap',
64 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', 64 'V8 Linux64 ASAN - debug builder': 'gn_debug_x64_asan_edge',
65 'V8 Linux64 ASAN arm64 - debug builder': 65 'V8 Linux64 ASAN arm64 - debug builder':
66 'gyp_debug_simulate_arm64_asan_edge', 66 'gn_debug_simulate_arm64_asan_edge',
67 'V8 Linux ASAN arm - debug builder': 67 'V8 Linux ASAN arm - debug builder':
68 'gyp_debug_simulate_arm_asan_edge', 68 'gyp_debug_simulate_arm_asan_edge',
69 'V8 Linux ASAN mipsel - debug builder': 69 'V8 Linux ASAN mipsel - debug builder':
70 'gyp_debug_simulate_mipsel_asan_edge', 70 'gyp_debug_simulate_mipsel_asan_edge',
71 # Misc. 71 # Misc.
72 'V8 Linux gcc 4.8': 'gn_release_x86_gcc', 72 'V8 Linux gcc 4.8': 'gn_release_x86_gcc',
73 # FYI. 73 # FYI.
74 'V8 Linux - swarming staging': 'gn_release_x64', 74 'V8 Linux - swarming staging': 'gn_release_x64',
75 # TODO(machenbach): Figure out if symbolized is still needed. The 75 # TODO(machenbach): Figure out if symbolized is still needed. The
76 # original config also specified -O1, which we dropped because chromium 76 # original config also specified -O1, which we dropped because chromium
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', 146 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot',
147 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', 147 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot',
148 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', 148 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot',
149 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', 149 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot',
150 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols', 150 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols',
151 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols', 151 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols',
152 'v8_linux64_rel_ng': 'gn_release_x64_trybot', 152 'v8_linux64_rel_ng': 'gn_release_x64_trybot',
153 'v8_linux64_gyp_rel_ng': 'gyp_release_x64', 153 'v8_linux64_gyp_rel_ng': 'gyp_release_x64',
154 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', 154 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot',
155 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', 155 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot',
156 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', 156 'v8_linux64_asan_rel_ng': 'gn_release_x64_asan_minimal_symbols',
157 'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols', 157 'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols',
158 'v8_linux64_sanitizer_coverage_rel': 158 'v8_linux64_sanitizer_coverage_rel':
159 'gyp_release_x64_asan_minimal_symbols_coverage', 159 'gyp_release_x64_asan_minimal_symbols_coverage',
160 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', 160 'v8_linux64_tsan_rel': 'gn_release_x64_tsan_minimal_symbols',
161 'v8_win_dbg': 'gyp_debug_x86_trybot', 161 'v8_win_dbg': 'gyp_debug_x86_trybot',
162 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', 162 'v8_win_compile_dbg': 'gyp_debug_x86_trybot',
163 'v8_win_rel_ng': 'gyp_release_x86_trybot', 163 'v8_win_rel_ng': 'gyp_release_x86_trybot',
164 'v8_win_nosnap_shared_rel_ng': 164 'v8_win_nosnap_shared_rel_ng':
165 'gyp_release_x86_no_snap_shared_minimal_symbols', 165 'gyp_release_x86_no_snap_shared_minimal_symbols',
166 'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols', 166 'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols',
167 'v8_win64_rel_ng': 'gyp_release_x64_trybot', 167 'v8_win64_rel_ng': 'gyp_release_x64_trybot',
168 'v8_mac_rel_ng': 'gn_release_x86_trybot', 168 'v8_mac_rel_ng': 'gn_release_x86_trybot',
169 'v8_mac_dbg': 'gn_debug_x86_trybot', 169 'v8_mac_dbg': 'gn_debug_x86_trybot',
170 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', 170 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot',
(...skipping 28 matching lines...) Expand all
199 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks', 'v8_full_debug'], 199 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks', 'v8_full_debug'],
200 'default_optdebug_x86': [ 200 'default_optdebug_x86': [
201 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks'], 201 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks'],
202 'default_release_x86': [ 202 'default_release_x86': [
203 'gn', 'release', 'x86'], 203 'gn', 'release', 'x86'],
204 204
205 205
206 # GN debug configs for simulators. 206 # GN debug configs for simulators.
207 'gn_debug_simulate_arm64': [ 207 'gn_debug_simulate_arm64': [
208 'gn', 'debug_bot', 'simulate_arm64', 'swarming'], 208 'gn', 'debug_bot', 'simulate_arm64', 'swarming'],
209 'gn_debug_simulate_arm64_asan_edge': [
210 'gn', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'],
209 'gn_debug_simulate_arm64_no_snap': [ 211 'gn_debug_simulate_arm64_no_snap': [
210 'gn', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], 212 'gn', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'],
211 213
212 # GN release configs for simulators. 214 # GN release configs for simulators.
213 'gn_release_simulate_arm64': [ 215 'gn_release_simulate_arm64': [
214 'gn', 'release_bot', 'simulate_arm64', 'swarming'], 216 'gn', 'release_bot', 'simulate_arm64', 'swarming'],
215 'gn_release_simulate_arm64_msan': [ 217 'gn_release_simulate_arm64_msan': [
216 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], 218 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'],
217 'gn_release_simulate_arm64_msan_minimal_symbols': [ 219 'gn_release_simulate_arm64_msan_minimal_symbols': [
218 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', 220 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols',
219 'swarming'], 221 'swarming'],
220 'gn_release_simulate_arm64_trybot': [ 222 'gn_release_simulate_arm64_trybot': [
221 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], 223 'gn', 'release_trybot', 'simulate_arm64', 'swarming'],
222 224
223 # GN release configs for x64. 225 # GN release configs for x64.
224 'gn_release_x64': [ 226 'gn_release_x64': [
225 'gn', 'release_bot', 'x64', 'swarming'], 227 'gn', 'release_bot', 'x64', 'swarming'],
228 'gn_release_x64_asan': [
229 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'],
230 'gn_release_x64_asan_minimal_symbols': [
231 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols',
232 'swarming'],
233 'gn_release_x64_asan_symbolized_edge_verify_heap': [
234 'gn', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized',
235 'v8_verify_heap'],
226 'gn_release_x64_internal': [ 236 'gn_release_x64_internal': [
227 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], 237 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'],
228 'gn_release_x64_trybot': [ 238 'gn_release_x64_trybot': [
229 'gn', 'release_trybot', 'x64', 'swarming'], 239 'gn', 'release_trybot', 'x64', 'swarming'],
240 'gn_release_x64_tsan': [
241 'gn', 'release_bot', 'x64', 'tsan', 'swarming'],
242 'gn_release_x64_tsan_minimal_symbols': [
243 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'],
230 244
231 # GN debug configs for x64. 245 # GN debug configs for x64.
232 'gn_debug_x64': [ 246 'gn_debug_x64': [
233 'gn', 'debug_bot', 'x64', 'swarming'], 247 'gn', 'debug_bot', 'x64', 'swarming'],
248 'gn_debug_x64_asan_edge': [
249 'gn', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'],
234 'gn_debug_x64_custom': [ 250 'gn_debug_x64_custom': [
235 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], 251 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'],
236 'gn_debug_x64_minimal_symbols': [ 252 'gn_debug_x64_minimal_symbols': [
237 'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], 253 'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'],
238 'gn_debug_x64_trybot': [ 254 'gn_debug_x64_trybot': [
239 'gn', 'debug_trybot', 'x64', 'swarming'], 255 'gn', 'debug_trybot', 'x64', 'swarming'],
240 'gn_debug_x64_valgrind': [ 256 'gn_debug_x64_valgrind': [
241 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], 257 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'],
242 258
243 # GN debug configs for x86. 259 # GN debug configs for x86.
(...skipping 30 matching lines...) Expand all
274 290
275 # Gyp debug configs for arm. 291 # Gyp debug configs for arm.
276 'gyp_debug_arm': [ 292 'gyp_debug_arm': [
277 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], 293 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
278 294
279 # Gyp debug configs for simulators. 295 # Gyp debug configs for simulators.
280 'gyp_debug_simulate_arm': [ 296 'gyp_debug_simulate_arm': [
281 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], 297 'gyp', 'debug_bot', 'simulate_arm', 'swarming'],
282 'gyp_debug_simulate_arm_asan_edge': [ 298 'gyp_debug_simulate_arm_asan_edge': [
283 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], 299 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'],
284 'gyp_debug_simulate_arm64_asan_edge': [
285 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'],
286 'gyp_debug_simulate_mipsel_asan_edge': [ 300 'gyp_debug_simulate_mipsel_asan_edge': [
287 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], 301 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'],
288 'gyp_debug_simulate_x87_no_snap': [ 302 'gyp_debug_simulate_x87_no_snap': [
289 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], 303 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'],
290 304
291 # Gyp debug configs for x64. 305 # Gyp debug configs for x64.
292 'gyp_debug_x64_asan_edge': [
293 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'],
294 'gyp_debug_x64_minimal_symbols': [ 306 'gyp_debug_x64_minimal_symbols': [
295 'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], 307 'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'],
296 308
297 # Gyp debug configs for x86. 309 # Gyp debug configs for x86.
298 'gyp_debug_x86': [ 310 'gyp_debug_x86': [
299 'gyp', 'debug_bot', 'x86', 'swarming'], 311 'gyp', 'debug_bot', 'x86', 'swarming'],
300 'gyp_debug_x86_minimal_symbols': [ 312 'gyp_debug_x86_minimal_symbols': [
301 'gyp', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], 313 'gyp', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'],
302 'gyp_debug_x86_trybot': [ 314 'gyp_debug_x86_trybot': [
303 'gyp', 'debug_trybot', 'x86', 'swarming'], 315 'gyp', 'debug_trybot', 'x86', 'swarming'],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'gyp_release_simulate_s390': [ 350 'gyp_release_simulate_s390': [
339 'gyp', 'release_bot', 'simulate_s390', 'swarming'], 351 'gyp', 'release_bot', 'simulate_s390', 'swarming'],
340 'gyp_release_simulate_s390x': [ 352 'gyp_release_simulate_s390x': [
341 'gyp', 'release_bot', 'simulate_s390x', 'swarming'], 353 'gyp', 'release_bot', 'simulate_s390x', 'swarming'],
342 354
343 # Gyp release configs for x64. 355 # Gyp release configs for x64.
344 'gyp_release_x64': [ 356 'gyp_release_x64': [
345 'gyp', 'release_bot', 'x64', 'swarming'], 357 'gyp', 'release_bot', 'x64', 'swarming'],
346 'gyp_release_x64_asan': [ 358 'gyp_release_x64_asan': [
347 'gyp', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'], 359 'gyp', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'],
348 'gyp_release_x64_asan_minimal_symbols': [
349 'gyp', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols',
350 'swarming'],
351 'gyp_release_x64_asan_minimal_symbols_coverage': [ 360 'gyp_release_x64_asan_minimal_symbols_coverage': [
352 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan', 361 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan',
353 'minimal_symbols', 'swarming'], 362 'minimal_symbols', 'swarming'],
354 'gyp_release_x64_asan_symbolized_edge_verify_heap': [
355 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized',
356 'v8_verify_heap'],
357 'gyp_release_x64_cfi_symbolized': [ 363 'gyp_release_x64_cfi_symbolized': [
358 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], 364 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'],
359 'gyp_release_x64_clang': [ 365 'gyp_release_x64_clang': [
360 'gyp', 'release_bot', 'x64', 'clang', 'swarming'], 366 'gyp', 'release_bot', 'x64', 'clang', 'swarming'],
361 'gyp_release_x64_gcc_coverage': [ 367 'gyp_release_x64_gcc_coverage': [
362 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], 368 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'],
363 'gyp_release_x64_minimal_symbols': [ 369 'gyp_release_x64_minimal_symbols': [
364 'gyp', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], 370 'gyp', 'release_bot', 'x64', 'minimal_symbols', 'swarming'],
365 'gyp_release_x64_tsan': [
366 'gyp', 'release_bot', 'x64', 'tsan', 'swarming'],
367 'gyp_release_x64_tsan_minimal_symbols': [
368 'gyp', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'],
369 'gyp_release_x64_trybot': [ 371 'gyp_release_x64_trybot': [
370 'gyp', 'release_trybot', 'x64', 'swarming'], 372 'gyp', 'release_trybot', 'x64', 'swarming'],
371 373
372 # Gyp release configs for x86. 374 # Gyp release configs for x86.
373 'gyp_release_x86_disassembler': [ 375 'gyp_release_x86_disassembler': [
374 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], 376 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'],
375 'gyp_release_x86_interpreted_regexp': [ 377 'gyp_release_x86_interpreted_regexp': [
376 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], 378 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'],
377 'gyp_release_x86_minimal_symbols': [ 379 'gyp_release_x86_minimal_symbols': [
378 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], 380 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'],
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 'gn_args': 'target_cpu="x64"', 662 'gn_args': 'target_cpu="x64"',
661 'gyp_defines': 'target_arch=x64', 663 'gyp_defines': 'target_arch=x64',
662 }, 664 },
663 665
664 'x86': { 666 'x86': {
665 'gn_args': 'target_cpu="x86"', 667 'gn_args': 'target_cpu="x86"',
666 'gyp_defines': 'target_arch=ia32', 668 'gyp_defines': 'target_arch=ia32',
667 }, 669 },
668 }, 670 },
669 } 671 }
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