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': { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'V8 Linux64 ASAN no inline - release builder': | 53 'V8 Linux64 ASAN no inline - release builder': |
54 'gyp_release_x64_asan_symbolized_edge_verify_heap', | 54 'gyp_release_x64_asan_symbolized_edge_verify_heap', |
55 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', | 55 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', |
56 'V8 Linux64 ASAN arm64 - debug builder': | 56 'V8 Linux64 ASAN arm64 - debug builder': |
57 'gyp_debug_simulate_arm64_asan_edge', | 57 'gyp_debug_simulate_arm64_asan_edge', |
58 'V8 Linux ASAN arm - debug builder': | 58 'V8 Linux ASAN arm - debug builder': |
59 'gyp_debug_simulate_arm_asan_edge', | 59 'gyp_debug_simulate_arm_asan_edge', |
60 'V8 Linux ASAN mipsel - debug builder': | 60 'V8 Linux ASAN mipsel - debug builder': |
61 'gyp_debug_simulate_mipsel_asan_edge', | 61 'gyp_debug_simulate_mipsel_asan_edge', |
62 # Misc. | 62 # Misc. |
63 'V8 Linux gcc 4.8': 'gn_release_x86_gcc', | 63 'V8 Linux gcc 4.8': 'gyp_release_x86_gcc', |
64 # FYI. | 64 # FYI. |
65 'V8 Linux - swarming staging': 'gn_release_x64', | 65 'V8 Linux - swarming staging': 'gn_release_x64', |
66 # TODO(machenbach): Figure out if symbolized is still needed. The | 66 # TODO(machenbach): Figure out if symbolized is still needed. The |
67 # original config also specified -O1, which we dropped because chromium | 67 # original config also specified -O1, which we dropped because chromium |
68 # doesn't have it (anymore). | 68 # doesn't have it (anymore). |
69 'V8 Linux64 - cfi': 'gyp_release_x64_cfi_symbolized', | 69 'V8 Linux64 - cfi': 'gyp_release_x64_cfi_symbolized', |
70 'V8 Linux - vtunejit': 'gyp_debug_x86_vtunejit', | 70 'V8 Linux - vtunejit': 'gyp_debug_x86_vtunejit', |
71 'V8 Linux64 - gcov coverage': 'gyp_release_x64_gcc_coverage', | 71 'V8 Linux64 - gcov coverage': 'gyp_release_x64_gcc_coverage', |
72 'V8 Linux - predictable': 'gyp_release_x86_predictable', | 72 'V8 Linux - predictable': 'gyp_release_x86_predictable', |
73 'V8 Linux - full debug': 'gyp_full_debug_x86', | 73 'V8 Linux - full debug': 'gyp_full_debug_x86', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 }, | 131 }, |
132 'tryserver.v8': { | 132 'tryserver.v8': { |
133 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot', | 133 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot', |
134 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', | 134 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', |
135 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', | 135 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', |
136 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', | 136 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', |
137 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', | 137 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', |
138 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', | 138 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', |
139 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', | 139 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', |
140 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', | 140 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', |
141 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols', | 141 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols', |
142 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols', | 142 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols', |
143 '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', | 144 'v8_linux64_gyp_rel_ng': 'gyp_release_x64', |
145 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', | 145 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', |
146 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', | 146 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', |
147 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', | 147 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', |
148 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', | 148 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', |
149 'v8_linux64_sanitizer_coverage_rel': | 149 'v8_linux64_sanitizer_coverage_rel': |
150 'gyp_release_x64_asan_minimal_symbols_coverage', | 150 'gyp_release_x64_asan_minimal_symbols_coverage', |
151 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', | 151 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', |
152 'v8_win_dbg': 'gyp_debug_x86_trybot', | 152 'v8_win_dbg': 'gyp_debug_x86_trybot', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'gn_debug_x86_no_snap': [ | 203 'gn_debug_x86_no_snap': [ |
204 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 204 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
205 'gn_debug_x86_no_snap_trybot': [ | 205 'gn_debug_x86_no_snap_trybot': [ |
206 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 206 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
207 'gn_debug_x86_trybot': [ | 207 'gn_debug_x86_trybot': [ |
208 'gn', 'debug_trybot', 'x86', 'swarming'], | 208 'gn', 'debug_trybot', 'x86', 'swarming'], |
209 | 209 |
210 # GN release configs for x86. | 210 # GN release configs for x86. |
211 'gn_release_x86': [ | 211 'gn_release_x86': [ |
212 'gn', 'release_bot', 'x86', 'swarming'], | 212 'gn', 'release_bot', 'x86', 'swarming'], |
213 'gn_release_x86_gcc': [ | |
214 'gn', 'release_bot', 'x86', 'gcc'], | |
215 'gn_release_x86_gcc_minimal_symbols': [ | |
216 'gn', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], | |
217 'gn_release_x86_gcmole': [ | 213 'gn_release_x86_gcmole': [ |
218 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], | 214 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], |
219 'gn_release_x86_gcmole_trybot': [ | 215 'gn_release_x86_gcmole_trybot': [ |
220 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], | 216 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], |
221 'gn_release_x86_minimal_symbols': [ | 217 'gn_release_x86_minimal_symbols': [ |
222 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 218 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
223 'gn_release_x86_no_snap': [ | 219 'gn_release_x86_no_snap': [ |
224 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 220 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
225 'gn_release_x86_no_snap_trybot': [ | 221 'gn_release_x86_no_snap_trybot': [ |
226 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 222 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 'gyp_release_x64_tsan_minimal_symbols': [ | 333 'gyp_release_x64_tsan_minimal_symbols': [ |
338 'gyp', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], | 334 'gyp', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], |
339 'gyp_release_x64_trybot': [ | 335 'gyp_release_x64_trybot': [ |
340 'gyp', 'release_trybot', 'x64', 'swarming'], | 336 'gyp', 'release_trybot', 'x64', 'swarming'], |
341 | 337 |
342 # Gyp release configs for x86. | 338 # Gyp release configs for x86. |
343 'gyp_release_x86': [ | 339 'gyp_release_x86': [ |
344 'gyp', 'release_bot', 'x86', 'swarming'], | 340 'gyp', 'release_bot', 'x86', 'swarming'], |
345 'gyp_release_x86_disassembler': [ | 341 'gyp_release_x86_disassembler': [ |
346 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], | 342 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], |
| 343 'gyp_release_x86_gcc': [ |
| 344 'gyp', 'release_bot', 'x86', 'gcc'], |
| 345 'gyp_release_x86_gcc_minimal_symbols': [ |
| 346 'gyp', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], |
347 'gyp_release_x86_interpreted_regexp': [ | 347 'gyp_release_x86_interpreted_regexp': [ |
348 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], | 348 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], |
349 'gyp_release_x86_minimal_symbols': [ | 349 'gyp_release_x86_minimal_symbols': [ |
350 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 350 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
351 'gyp_release_x86_no_i18n_trybot': [ | 351 'gyp_release_x86_no_i18n_trybot': [ |
352 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], | 352 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], |
353 'gyp_release_x86_no_snap_shared_minimal_symbols': [ | 353 'gyp_release_x86_no_snap_shared_minimal_symbols': [ |
354 'gyp', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', | 354 'gyp', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', |
355 'v8_snapshot_none'], | 355 'v8_snapshot_none'], |
356 'gyp_release_x86_predictable': [ | 356 'gyp_release_x86_predictable': [ |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 'gn_args': 'target_cpu="x64"', | 630 'gn_args': 'target_cpu="x64"', |
631 'gyp_defines': 'target_arch=x64', | 631 'gyp_defines': 'target_arch=x64', |
632 }, | 632 }, |
633 | 633 |
634 'x86': { | 634 'x86': { |
635 'gn_args': 'target_cpu="x86"', | 635 'gn_args': 'target_cpu="x86"', |
636 'gyp_defines': 'target_arch=ia32', | 636 'gyp_defines': 'target_arch=ia32', |
637 }, | 637 }, |
638 }, | 638 }, |
639 } | 639 } |
OLD | NEW |