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

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

Issue 2123173002: [gn] Add bots for gyp support (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@mb53
Patch Set: Created 4 years, 5 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 11 matching lines...) Expand all
22 'V8 Linux - debug builder': 'gn_debug_x86', 22 'V8 Linux - debug builder': 'gn_debug_x86',
23 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap', 23 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap',
24 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', 24 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap',
25 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', 25 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap',
26 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', 26 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n',
27 # Linux64. 27 # Linux64.
28 'V8 Linux64 - builder': 'gn_release_x64', 28 'V8 Linux64 - builder': 'gn_release_x64',
29 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', 29 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind',
30 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', 30 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom',
31 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', 31 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal',
32 'V8 Linux64 - gyp': 'gyp_release_x64',
32 # Windows. 33 # Windows.
33 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', 34 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols',
34 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', 35 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols',
35 'V8 Win32 - nosnap - shared': 36 'V8 Win32 - nosnap - shared':
36 'gyp_release_x86_no_snap_shared_minimal_symbols', 37 'gyp_release_x86_no_snap_shared_minimal_symbols',
37 'V8 Win64': 'gyp_release_x64_minimal_symbols', 38 'V8 Win64': 'gyp_release_x64_minimal_symbols',
38 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', 39 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols',
39 'V8 Win64 - clang': 'gyp_release_x64_clang', 40 'V8 Win64 - clang': 'gyp_release_x64_clang',
40 # Mac. 41 # Mac.
41 'V8 Mac': 'gyp_release_x86', 42 'V8 Mac': 'gyp_release_x86',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', 134 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot',
134 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', 135 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols',
135 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', 136 'v8_linux_dbg_ng': 'gn_debug_x86_trybot',
136 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', 137 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot',
137 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', 138 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot',
138 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', 139 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot',
139 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', 140 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot',
140 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols', 141 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols',
141 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols', 142 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols',
142 'v8_linux64_rel_ng': 'gn_release_x64_trybot', 143 'v8_linux64_rel_ng': 'gn_release_x64_trybot',
144 'v8_linux64_gyp_rel_ng': 'gyp_release_x64',
143 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', 145 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot',
144 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', 146 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot',
145 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', 147 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols',
146 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', 148 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols',
147 'v8_linux64_sanitizer_coverage_rel': 149 'v8_linux64_sanitizer_coverage_rel':
148 'gyp_release_x64_asan_minimal_symbols_coverage', 150 'gyp_release_x64_asan_minimal_symbols_coverage',
149 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', 151 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols',
150 'v8_win_dbg': 'gyp_debug_x86_trybot', 152 'v8_win_dbg': 'gyp_debug_x86_trybot',
151 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', 153 'v8_win_compile_dbg': 'gyp_debug_x86_trybot',
152 'v8_win_rel_ng': 'gyp_release_x86_trybot', 154 'v8_win_rel_ng': 'gyp_release_x86_trybot',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'gn_args': 'target_cpu="x64"', 626 'gn_args': 'target_cpu="x64"',
625 'gyp_defines': 'target_arch=x64', 627 'gyp_defines': 'target_arch=x64',
626 }, 628 },
627 629
628 'x86': { 630 'x86': {
629 'gn_args': 'target_cpu="x86"', 631 'gn_args': 'target_cpu="x86"',
630 'gyp_defines': 'target_arch=ia32', 632 'gyp_defines': 'target_arch=ia32',
631 }, 633 },
632 }, 634 },
633 } 635 }
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