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 Win64': 'gn_release_x64_minimal_symbols', | 53 'V8 Win64': 'gn_release_x64_minimal_symbols', |
54 'V8 Win64 - debug': 'gn_debug_x64_minimal_symbols', | 54 'V8 Win64 - debug': 'gn_debug_x64_minimal_symbols', |
55 # TODO(machenbach): Switch plugins on when errors are fixed. | 55 # TODO(machenbach): Switch plugins on when errors are fixed. |
56 'V8 Win64 - clang': 'gn_release_x64_clang_no_plugins', | 56 'V8 Win64 - clang': 'gn_release_x64_clang_no_plugins', |
57 # Mac. | 57 # Mac. |
58 'V8 Mac': 'gn_release_x86', | 58 'V8 Mac': 'gn_release_x86', |
59 'V8 Mac - debug': 'gn_debug_x86', | 59 'V8 Mac - debug': 'gn_debug_x86', |
60 'V8 Mac64': 'gn_release_x64', | 60 'V8 Mac64': 'gn_release_x64', |
61 'V8 Mac64 - debug': 'gn_debug_x64', | 61 'V8 Mac64 - debug': 'gn_debug_x64', |
62 'V8 Mac GC Stress': 'gn_debug_x86', | 62 'V8 Mac GC Stress': 'gn_debug_x86', |
63 'V8 Mac64 ASAN': 'gyp_release_x64_asan_no_lsan', | 63 'V8 Mac64 ASAN': 'gn_release_x64_asan_no_lsan', |
64 # Sanitizers. | 64 # Sanitizers. |
65 'V8 Linux64 ASAN': 'gn_release_x64_asan', | 65 'V8 Linux64 ASAN': 'gn_release_x64_asan', |
66 'V8 Linux64 TSAN': 'gn_release_x64_tsan', | 66 'V8 Linux64 TSAN': 'gn_release_x64_tsan', |
67 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan', | 67 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan', |
68 # Clusterfuzz. | 68 # Clusterfuzz. |
69 'V8 Linux64 ASAN no inline - release builder': | 69 'V8 Linux64 ASAN no inline - release builder': |
70 'gyp_release_x64_asan_symbolized_edge_verify_heap', | 70 'gyp_release_x64_asan_symbolized_edge_verify_heap', |
71 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', | 71 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', |
72 'V8 Linux64 ASAN arm64 - debug builder': | 72 'V8 Linux64 ASAN arm64 - debug builder': |
73 'gyp_debug_simulate_arm64_asan_edge', | 73 'gyp_debug_simulate_arm64_asan_edge', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'v8_win_rel_ng': 'gn_release_x86_trybot', | 170 'v8_win_rel_ng': 'gn_release_x86_trybot', |
171 'v8_win_nosnap_shared_rel_ng': | 171 'v8_win_nosnap_shared_rel_ng': |
172 'gn_release_x86_no_snap_shared_minimal_symbols', | 172 'gn_release_x86_no_snap_shared_minimal_symbols', |
173 'v8_win64_dbg': 'gn_debug_x64_minimal_symbols', | 173 'v8_win64_dbg': 'gn_debug_x64_minimal_symbols', |
174 'v8_win64_rel_ng': 'gn_release_x64_trybot', | 174 'v8_win64_rel_ng': 'gn_release_x64_trybot', |
175 'v8_mac_rel_ng': 'gn_release_x86_trybot', | 175 'v8_mac_rel_ng': 'gn_release_x86_trybot', |
176 'v8_mac_dbg': 'gn_debug_x86_trybot', | 176 'v8_mac_dbg': 'gn_debug_x86_trybot', |
177 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', | 177 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', |
178 'v8_mac64_rel': 'gn_release_x64_trybot', | 178 'v8_mac64_rel': 'gn_release_x64_trybot', |
179 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols', | 179 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols', |
180 'v8_mac64_asan_rel': 'gyp_release_x64_asan_no_lsan', | 180 'v8_mac64_asan_rel': 'gn_release_x64_asan_no_lsan', |
181 'v8_linux_arm_rel_ng': 'gn_release_simulate_arm_trybot', | 181 'v8_linux_arm_rel_ng': 'gn_release_simulate_arm_trybot', |
182 'v8_linux_arm_dbg': 'gn_debug_simulate_arm', | 182 'v8_linux_arm_dbg': 'gn_debug_simulate_arm', |
183 'v8_linux_arm_armv8a_rel': 'gn_release_simulate_arm_trybot', | 183 'v8_linux_arm_armv8a_rel': 'gn_release_simulate_arm_trybot', |
184 'v8_linux_arm_armv8a_dbg': 'gn_debug_simulate_arm', | 184 'v8_linux_arm_armv8a_dbg': 'gn_debug_simulate_arm', |
185 'v8_linux_arm64_rel_ng': 'gn_release_simulate_arm64_trybot', | 185 'v8_linux_arm64_rel_ng': 'gn_release_simulate_arm64_trybot', |
186 'v8_linux_arm64_dbg': 'gn_debug_simulate_arm64', | 186 'v8_linux_arm64_dbg': 'gn_debug_simulate_arm64', |
187 'v8_linux_arm64_gc_stress_dbg': 'gn_debug_simulate_arm64', | 187 'v8_linux_arm64_gc_stress_dbg': 'gn_debug_simulate_arm64', |
188 'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel', | 188 'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel', |
189 'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el', | 189 'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el', |
190 'v8_android_arm_compile_rel': 'gyp_release_android_arm', | 190 'v8_android_arm_compile_rel': 'gyp_release_android_arm', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], | 248 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], |
249 | 249 |
250 # GN release configs for x64. | 250 # GN release configs for x64. |
251 'gn_release_x64': [ | 251 'gn_release_x64': [ |
252 'gn', 'release_bot', 'x64', 'swarming'], | 252 'gn', 'release_bot', 'x64', 'swarming'], |
253 'gn_release_x64_asan': [ | 253 'gn_release_x64_asan': [ |
254 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'], | 254 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'], |
255 'gn_release_x64_asan_minimal_symbols': [ | 255 'gn_release_x64_asan_minimal_symbols': [ |
256 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols', | 256 'gn', 'release_bot', 'x64', 'asan', 'lsan', 'minimal_symbols', |
257 'swarming'], | 257 'swarming'], |
| 258 'gn_release_x64_asan_no_lsan': [ |
| 259 'gn', 'release_bot', 'x64', 'asan', 'swarming'], |
258 'gn_release_x64_clang_no_plugins': [ | 260 'gn_release_x64_clang_no_plugins': [ |
259 'gn', 'release_bot', 'x64', 'clang', 'no_plugins', 'swarming'], | 261 'gn', 'release_bot', 'x64', 'clang', 'no_plugins', 'swarming'], |
260 'gn_release_x64_internal': [ | 262 'gn_release_x64_internal': [ |
261 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], | 263 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], |
262 'gn_release_x64_minimal_symbols': [ | 264 'gn_release_x64_minimal_symbols': [ |
263 'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], | 265 'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], |
264 'gn_release_x64_trybot': [ | 266 'gn_release_x64_trybot': [ |
265 'gn', 'release_trybot', 'x64', 'swarming'], | 267 'gn', 'release_trybot', 'x64', 'swarming'], |
266 'gn_release_x64_tsan': [ | 268 'gn_release_x64_tsan': [ |
267 'gn', 'release_bot', 'x64', 'tsan', 'swarming'], | 269 'gn', 'release_bot', 'x64', 'tsan', 'swarming'], |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 'gyp_release_simulate_ppc64': [ | 373 'gyp_release_simulate_ppc64': [ |
372 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], | 374 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], |
373 'gyp_release_simulate_s390': [ | 375 'gyp_release_simulate_s390': [ |
374 'gyp', 'release_bot', 'simulate_s390', 'swarming'], | 376 'gyp', 'release_bot', 'simulate_s390', 'swarming'], |
375 'gyp_release_simulate_s390x': [ | 377 'gyp_release_simulate_s390x': [ |
376 'gyp', 'release_bot', 'simulate_s390x', 'swarming'], | 378 'gyp', 'release_bot', 'simulate_s390x', 'swarming'], |
377 | 379 |
378 # Gyp release configs for x64. | 380 # Gyp release configs for x64. |
379 'gyp_release_x64': [ | 381 'gyp_release_x64': [ |
380 'gyp', 'release_bot', 'x64', 'swarming'], | 382 'gyp', 'release_bot', 'x64', 'swarming'], |
381 'gyp_release_x64_asan_no_lsan': [ | |
382 'gyp', 'release_bot', 'x64', 'asan', 'swarming'], | |
383 'gyp_release_x64_asan_minimal_symbols_coverage': [ | 383 'gyp_release_x64_asan_minimal_symbols_coverage': [ |
384 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan', | 384 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan', |
385 'minimal_symbols', 'swarming'], | 385 'minimal_symbols', 'swarming'], |
386 'gyp_release_x64_asan_symbolized_edge_verify_heap': [ | 386 'gyp_release_x64_asan_symbolized_edge_verify_heap': [ |
387 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized', | 387 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized', |
388 'v8_verify_heap'], | 388 'v8_verify_heap'], |
389 'gyp_release_x64_cfi_symbolized': [ | 389 'gyp_release_x64_cfi_symbolized': [ |
390 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], | 390 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], |
391 'gyp_release_x64_gcc_coverage': [ | 391 'gyp_release_x64_gcc_coverage': [ |
392 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], | 392 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 'gn_args': 'target_cpu="x64"', | 680 'gn_args': 'target_cpu="x64"', |
681 'gyp_defines': 'target_arch=x64', | 681 'gyp_defines': 'target_arch=x64', |
682 }, | 682 }, |
683 | 683 |
684 'x86': { | 684 'x86': { |
685 'gn_args': 'target_cpu="x86"', | 685 'gn_args': 'target_cpu="x86"', |
686 'gyp_defines': 'target_arch=ia32', | 686 'gyp_defines': 'target_arch=ia32', |
687 }, | 687 }, |
688 }, | 688 }, |
689 } | 689 } |
OLD | NEW |