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

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

Issue 2209313002: [gn] Switch tsan to gn (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
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': 'gyp_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 'gyp_release_x64_asan_symbolized_edge_verify_heap',
64 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', 64 'V8 Linux64 ASAN - debug builder': 'gyp_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 'gyp_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':
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
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': 'gyp_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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'gn_release_simulate_arm64_trybot': [ 220 'gn_release_simulate_arm64_trybot': [
221 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], 221 'gn', 'release_trybot', 'simulate_arm64', 'swarming'],
222 222
223 # GN release configs for x64. 223 # GN release configs for x64.
224 'gn_release_x64': [ 224 'gn_release_x64': [
225 'gn', 'release_bot', 'x64', 'swarming'], 225 'gn', 'release_bot', 'x64', 'swarming'],
226 'gn_release_x64_internal': [ 226 'gn_release_x64_internal': [
227 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], 227 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'],
228 'gn_release_x64_trybot': [ 228 'gn_release_x64_trybot': [
229 'gn', 'release_trybot', 'x64', 'swarming'], 229 'gn', 'release_trybot', 'x64', 'swarming'],
230 'gn_release_x64_tsan': [
231 'gn', 'release_bot', 'x64', 'tsan', 'swarming'],
232 'gn_release_x64_tsan_minimal_symbols': [
233 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'],
230 234
231 # GN debug configs for x64. 235 # GN debug configs for x64.
232 'gn_debug_x64': [ 236 'gn_debug_x64': [
233 'gn', 'debug_bot', 'x64', 'swarming'], 237 'gn', 'debug_bot', 'x64', 'swarming'],
234 'gn_debug_x64_custom': [ 238 'gn_debug_x64_custom': [
235 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], 239 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'],
236 'gn_debug_x64_minimal_symbols': [ 240 'gn_debug_x64_minimal_symbols': [
237 'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], 241 'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'],
238 'gn_debug_x64_trybot': [ 242 'gn_debug_x64_trybot': [
239 'gn', 'debug_trybot', 'x64', 'swarming'], 243 'gn', 'debug_trybot', 'x64', 'swarming'],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized', 359 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized',
356 'v8_verify_heap'], 360 'v8_verify_heap'],
357 'gyp_release_x64_cfi_symbolized': [ 361 'gyp_release_x64_cfi_symbolized': [
358 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], 362 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'],
359 'gyp_release_x64_clang': [ 363 'gyp_release_x64_clang': [
360 'gyp', 'release_bot', 'x64', 'clang', 'swarming'], 364 'gyp', 'release_bot', 'x64', 'clang', 'swarming'],
361 'gyp_release_x64_gcc_coverage': [ 365 'gyp_release_x64_gcc_coverage': [
362 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], 366 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'],
363 'gyp_release_x64_minimal_symbols': [ 367 'gyp_release_x64_minimal_symbols': [
364 'gyp', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], 368 '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': [ 369 'gyp_release_x64_trybot': [
370 'gyp', 'release_trybot', 'x64', 'swarming'], 370 'gyp', 'release_trybot', 'x64', 'swarming'],
371 371
372 # Gyp release configs for x86. 372 # Gyp release configs for x86.
373 'gyp_release_x86_disassembler': [ 373 'gyp_release_x86_disassembler': [
374 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], 374 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'],
375 'gyp_release_x86_interpreted_regexp': [ 375 'gyp_release_x86_interpreted_regexp': [
376 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], 376 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'],
377 'gyp_release_x86_minimal_symbols': [ 377 'gyp_release_x86_minimal_symbols': [
378 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], 378 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'],
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'gn_args': 'target_cpu="x64"', 661 'gn_args': 'target_cpu="x64"',
662 'gyp_defines': 'target_arch=x64', 662 'gyp_defines': 'target_arch=x64',
663 }, 663 },
664 664
665 'x86': { 665 'x86': {
666 'gn_args': 'target_cpu="x86"', 666 'gn_args': 'target_cpu="x86"',
667 'gyp_defines': 'target_arch=ia32', 667 'gyp_defines': 'target_arch=ia32',
668 }, 668 },
669 }, 669 },
670 } 670 }
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