OLD | NEW |
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': { |
11 'client.dart.fyi': { | 11 'client.dart.fyi': { |
12 'v8-linux-release': 'gyp_release_x86_disassembler', | 12 'v8-linux-release': 'gyp_release_x86_disassembler', |
13 'v8-win-release': 'gyp_release_x86_disassembler', | 13 'v8-win-release': 'gyp_release_x86_disassembler', |
14 'v8-mac-release': 'gyp_release_x86_disassembler', | 14 'v8-mac-release': 'gyp_release_x86_disassembler', |
15 }, | 15 }, |
16 'client.dynamorio': { | 16 'client.dynamorio': { |
17 'linux-v8-dr': 'gyp_release_x64', | 17 'linux-v8-dr': 'gyp_release_x64', |
18 }, | 18 }, |
19 'client.v8': { | 19 'client.v8': { |
20 # Linux. | 20 # Linux. |
21 'V8 Linux - builder': 'gyp_release_x86_gcmole', | 21 'V8 Linux - builder': 'gyp_release_x86_gcmole', |
22 'V8 Linux - debug builder': 'gyp_debug_x86', | 22 'V8 Linux - debug builder': 'gyp_debug_x86', |
23 'V8 Linux - nosnap builder': 'gyp_release_x86_no_snap', | 23 'V8 Linux - nosnap builder': 'gyp_release_x86_no_snap', |
24 'V8 Linux - nosnap debug builder': 'gyp_debug_x86_no_snap', | 24 'V8 Linux - nosnap debug builder': 'gyp_debug_x86_no_snap', |
25 'V8 Linux - shared': 'gyp_release_x86_shared_verify_heap', | 25 'V8 Linux - shared': 'gyp_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': 'gyp_release_x64', | 28 'V8 Linux64 - builder': 'gn_release_x64', |
29 'V8 Linux64 - debug builder': 'gyp_debug_x64_valgrind', | 29 'V8 Linux64 - debug builder': 'gyp_debug_x64_valgrind', |
30 'V8 Linux64 - custom snapshot - debug builder': 'gyp_debug_x64_custom', | 30 'V8 Linux64 - custom snapshot - debug builder': 'gyp_debug_x64_custom', |
31 'V8 Linux64 - internal snapshot': 'gyp_release_x64_internal', | 31 'V8 Linux64 - internal snapshot': 'gyp_release_x64_internal', |
32 # Windows. | 32 # Windows. |
33 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', | 33 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', |
34 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', | 34 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', |
35 'V8 Win32 - nosnap - shared': | 35 'V8 Win32 - nosnap - shared': |
36 'gyp_release_x86_no_snap_shared_minimal_symbols', | 36 'gyp_release_x86_no_snap_shared_minimal_symbols', |
37 'V8 Win64': 'gyp_release_x64_minimal_symbols', | 37 'V8 Win64': 'gyp_release_x64_minimal_symbols', |
38 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', | 38 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'v8_linux_rel_ng': 'gyp_release_x86_gcmole_trybot', | 132 'v8_linux_rel_ng': 'gyp_release_x86_gcmole_trybot', |
133 'v8_linux_avx2_dbg': 'gyp_debug_x86_trybot', | 133 'v8_linux_avx2_dbg': 'gyp_debug_x86_trybot', |
134 'v8_linux_nodcheck_rel_ng': 'gyp_release_x86_minimal_symbols', | 134 'v8_linux_nodcheck_rel_ng': 'gyp_release_x86_minimal_symbols', |
135 'v8_linux_dbg_ng': 'gyp_debug_x86_trybot', | 135 'v8_linux_dbg_ng': 'gyp_debug_x86_trybot', |
136 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', | 136 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', |
137 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', | 137 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', |
138 'v8_linux_nosnap_rel': 'gyp_release_x86_no_snap_trybot', | 138 'v8_linux_nosnap_rel': 'gyp_release_x86_no_snap_trybot', |
139 'v8_linux_nosnap_dbg': 'gyp_debug_x86_no_snap_trybot', | 139 'v8_linux_nosnap_dbg': 'gyp_debug_x86_no_snap_trybot', |
140 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols', | 140 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols', |
141 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols', | 141 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols', |
142 'v8_linux64_rel_ng': 'gyp_release_x64_trybot', | 142 'v8_linux64_rel_ng': 'gn_release_x64_trybot', |
143 'v8_linux64_avx2_rel_ng': 'gyp_release_x64_trybot', | 143 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', |
144 'v8_linux64_avx2_dbg': 'gyp_debug_x64_trybot', | 144 'v8_linux64_avx2_dbg': 'gyp_debug_x64_trybot', |
145 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', | 145 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', |
146 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', | 146 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', |
147 'v8_linux64_sanitizer_coverage_rel': | 147 'v8_linux64_sanitizer_coverage_rel': |
148 'gyp_release_x64_asan_minimal_symbols_coverage', | 148 'gyp_release_x64_asan_minimal_symbols_coverage', |
149 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', | 149 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', |
150 'v8_win_dbg': 'gyp_debug_x86_trybot', | 150 'v8_win_dbg': 'gyp_debug_x86_trybot', |
151 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', | 151 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', |
152 'v8_win_rel_ng': 'gyp_release_x86_trybot', | 152 'v8_win_rel_ng': 'gyp_release_x86_trybot', |
153 'v8_win_nosnap_shared_rel_ng': | 153 'v8_win_nosnap_shared_rel_ng': |
(...skipping 19 matching lines...) Expand all Loading... |
173 }, | 173 }, |
174 }, | 174 }, |
175 | 175 |
176 | 176 |
177 # To ease readability, config values are ordered by: | 177 # To ease readability, config values are ordered by: |
178 # gyp/gn, release/debug, arch type, other values alphabetically. | 178 # gyp/gn, release/debug, arch type, other values alphabetically. |
179 'configs': { | 179 'configs': { |
180 # GN release configs for x64. | 180 # GN release configs for x64. |
181 'gn_release_x64': [ | 181 'gn_release_x64': [ |
182 'gn', 'release_bot', 'x64', 'swarming'], | 182 'gn', 'release_bot', 'x64', 'swarming'], |
| 183 'gn_release_x64_trybot': [ |
| 184 'gn', 'release_trybot', 'x64', 'swarming'], |
183 | 185 |
184 # Gyp debug configs for arm. | 186 # Gyp debug configs for arm. |
185 'gyp_debug_arm': [ | 187 'gyp_debug_arm': [ |
186 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | 188 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
187 | 189 |
188 # Gyp debug configs for simulators. | 190 # Gyp debug configs for simulators. |
189 'gyp_debug_simulate_arm': [ | 191 'gyp_debug_simulate_arm': [ |
190 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], | 192 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], |
191 'gyp_debug_simulate_arm_asan_edge': [ | 193 'gyp_debug_simulate_arm_asan_edge': [ |
192 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], | 194 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 'gn_args': 'target_cpu="x64"', | 612 'gn_args': 'target_cpu="x64"', |
611 'gyp_defines': 'target_arch=x64', | 613 'gyp_defines': 'target_arch=x64', |
612 }, | 614 }, |
613 | 615 |
614 'x86': { | 616 'x86': { |
615 'gn_args': 'target_cpu="x86"', | 617 'gn_args': 'target_cpu="x86"', |
616 'gyp_defines': 'target_arch=ia32', | 618 'gyp_defines': 'target_arch=ia32', |
617 }, | 619 }, |
618 }, | 620 }, |
619 } | 621 } |
OLD | NEW |