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

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

Issue 2309263002: [gn] Switch linux asan to gn (Closed)
Patch Set: One more Created 4 years, 3 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 | test/cctest/cctest.status » ('j') | 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'V8 Win64 - debug': 'gn_debug_x64_minimal_symbols', 54 'V8 Win64 - debug': 'gn_debug_x64_minimal_symbols',
55 'V8 Win64 - clang': 'gyp_release_x64_clang', 55 'V8 Win64 - clang': 'gyp_release_x64_clang',
56 # Mac. 56 # Mac.
57 'V8 Mac': 'gn_release_x86', 57 'V8 Mac': 'gn_release_x86',
58 'V8 Mac - debug': 'gn_debug_x86', 58 'V8 Mac - debug': 'gn_debug_x86',
59 'V8 Mac64': 'gn_release_x64', 59 'V8 Mac64': 'gn_release_x64',
60 'V8 Mac64 - debug': 'gn_debug_x64', 60 'V8 Mac64 - debug': 'gn_debug_x64',
61 'V8 Mac GC Stress': 'gn_debug_x86', 61 'V8 Mac GC Stress': 'gn_debug_x86',
62 'V8 Mac64 ASAN': 'gyp_release_x64_asan', 62 'V8 Mac64 ASAN': 'gyp_release_x64_asan',
63 # Sanitizers. 63 # Sanitizers.
64 'V8 Linux64 ASAN': 'gyp_release_x64_asan', 64 'V8 Linux64 ASAN': 'gn_release_x64_asan',
65 'V8 Linux64 TSAN': 'gn_release_x64_tsan', 65 'V8 Linux64 TSAN': 'gn_release_x64_tsan',
66 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan', 66 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan',
67 # Clusterfuzz. 67 # Clusterfuzz.
68 'V8 Linux64 ASAN no inline - release builder': 68 'V8 Linux64 ASAN no inline - release builder':
69 'gyp_release_x64_asan_symbolized_edge_verify_heap', 69 'gyp_release_x64_asan_symbolized_edge_verify_heap',
70 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', 70 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge',
71 'V8 Linux64 ASAN arm64 - debug builder': 71 'V8 Linux64 ASAN arm64 - debug builder':
72 'gyp_debug_simulate_arm64_asan_edge', 72 'gyp_debug_simulate_arm64_asan_edge',
73 'V8 Linux ASAN arm - debug builder': 73 'V8 Linux ASAN arm - debug builder':
74 'gyp_debug_simulate_arm_asan_edge', 74 'gyp_debug_simulate_arm_asan_edge',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', 152 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot',
153 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', 153 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot',
154 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', 154 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot',
155 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', 155 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot',
156 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols', 156 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols',
157 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols', 157 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols',
158 'v8_linux64_rel_ng': 'gn_release_x64_trybot', 158 'v8_linux64_rel_ng': 'gn_release_x64_trybot',
159 'v8_linux64_gyp_rel_ng': 'gyp_release_x64', 159 'v8_linux64_gyp_rel_ng': 'gyp_release_x64',
160 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', 160 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot',
161 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', 161 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot',
162 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', 162 'v8_linux64_asan_rel_ng': 'gn_release_x64_asan_minimal_symbols',
163 'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols', 163 'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols',
164 'v8_linux64_sanitizer_coverage_rel': 164 'v8_linux64_sanitizer_coverage_rel':
165 'gyp_release_x64_asan_minimal_symbols_coverage', 165 'gyp_release_x64_asan_minimal_symbols_coverage',
166 'v8_linux64_tsan_rel': 'gn_release_x64_tsan_minimal_symbols', 166 'v8_linux64_tsan_rel': 'gn_release_x64_tsan_minimal_symbols',
167 'v8_win_dbg': 'gn_debug_x86_trybot', 167 'v8_win_dbg': 'gn_debug_x86_trybot',
168 'v8_win_compile_dbg': 'gn_debug_x86_trybot', 168 'v8_win_compile_dbg': 'gn_debug_x86_trybot',
169 'v8_win_rel_ng': 'gn_release_x86_trybot', 169 'v8_win_rel_ng': 'gn_release_x86_trybot',
170 'v8_win_nosnap_shared_rel_ng': 170 'v8_win_nosnap_shared_rel_ng':
171 'gn_release_x86_no_snap_shared_minimal_symbols', 171 'gn_release_x86_no_snap_shared_minimal_symbols',
172 'v8_win64_dbg': 'gn_debug_x64_minimal_symbols', 172 'v8_win64_dbg': 'gn_debug_x64_minimal_symbols',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], 242 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'],
243 'gn_release_simulate_arm64_msan_minimal_symbols': [ 243 'gn_release_simulate_arm64_msan_minimal_symbols': [
244 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', 244 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols',
245 'swarming'], 245 'swarming'],
246 'gn_release_simulate_arm64_trybot': [ 246 'gn_release_simulate_arm64_trybot': [
247 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], 247 'gn', 'release_trybot', 'simulate_arm64', 'swarming'],
248 248
249 # GN release configs for x64. 249 # GN release configs for x64.
250 'gn_release_x64': [ 250 'gn_release_x64': [
251 'gn', 'release_bot', 'x64', 'swarming'], 251 'gn', 'release_bot', 'x64', 'swarming'],
252 'gn_release_x64_asan': [
253 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'],
254 'gn_release_x64_asan_minimal_symbols': [
255 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols',
256 'swarming'],
252 'gn_release_x64_internal': [ 257 'gn_release_x64_internal': [
253 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], 258 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'],
254 'gn_release_x64_minimal_symbols': [ 259 'gn_release_x64_minimal_symbols': [
255 'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], 260 'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'],
256 'gn_release_x64_trybot': [ 261 'gn_release_x64_trybot': [
257 'gn', 'release_trybot', 'x64', 'swarming'], 262 'gn', 'release_trybot', 'x64', 'swarming'],
258 'gn_release_x64_tsan': [ 263 'gn_release_x64_tsan': [
259 'gn', 'release_bot', 'x64', 'tsan', 'swarming'], 264 'gn', 'release_bot', 'x64', 'tsan', 'swarming'],
260 'gn_release_x64_tsan_minimal_symbols': [ 265 'gn_release_x64_tsan_minimal_symbols': [
261 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], 266 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'],
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'gyp_release_simulate_s390': [ 370 'gyp_release_simulate_s390': [
366 'gyp', 'release_bot', 'simulate_s390', 'swarming'], 371 'gyp', 'release_bot', 'simulate_s390', 'swarming'],
367 'gyp_release_simulate_s390x': [ 372 'gyp_release_simulate_s390x': [
368 'gyp', 'release_bot', 'simulate_s390x', 'swarming'], 373 'gyp', 'release_bot', 'simulate_s390x', 'swarming'],
369 374
370 # Gyp release configs for x64. 375 # Gyp release configs for x64.
371 'gyp_release_x64': [ 376 'gyp_release_x64': [
372 'gyp', 'release_bot', 'x64', 'swarming'], 377 'gyp', 'release_bot', 'x64', 'swarming'],
373 'gyp_release_x64_asan': [ 378 'gyp_release_x64_asan': [
374 'gyp', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'], 379 'gyp', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'],
375 'gyp_release_x64_asan_minimal_symbols': [
376 'gyp', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols',
377 'swarming'],
378 'gyp_release_x64_asan_minimal_symbols_coverage': [ 380 'gyp_release_x64_asan_minimal_symbols_coverage': [
379 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan', 381 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan',
380 'minimal_symbols', 'swarming'], 382 'minimal_symbols', 'swarming'],
381 'gyp_release_x64_asan_symbolized_edge_verify_heap': [ 383 'gyp_release_x64_asan_symbolized_edge_verify_heap': [
382 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized', 384 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized',
383 'v8_verify_heap'], 385 'v8_verify_heap'],
384 'gyp_release_x64_cfi_symbolized': [ 386 'gyp_release_x64_cfi_symbolized': [
385 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], 387 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'],
386 'gyp_release_x64_clang': [ 388 'gyp_release_x64_clang': [
387 'gyp', 'release_bot', 'x64', 'clang', 'swarming'], 389 'gyp', 'release_bot', 'x64', 'clang', 'swarming'],
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'gn_args': 'target_cpu="x64"', 675 'gn_args': 'target_cpu="x64"',
674 'gyp_defines': 'target_arch=x64', 676 'gyp_defines': 'target_arch=x64',
675 }, 677 },
676 678
677 'x86': { 679 'x86': {
678 'gn_args': 'target_cpu="x86"', 680 'gn_args': 'target_cpu="x86"',
679 'gyp_defines': 'target_arch=ia32', 681 'gyp_defines': 'target_arch=ia32',
680 }, 682 },
681 }, 683 },
682 } 684 }
OLDNEW
« no previous file with comments | « no previous file | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698