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 20 matching lines...) Expand all Loading... |
31 'client.dynamorio': { | 31 'client.dynamorio': { |
32 'linux-v8-dr': 'gyp_release_x64', | 32 'linux-v8-dr': 'gyp_release_x64', |
33 }, | 33 }, |
34 'client.v8': { | 34 'client.v8': { |
35 # Linux. | 35 # Linux. |
36 'V8 Linux - builder': 'gn_release_x86_gcmole', | 36 'V8 Linux - builder': 'gn_release_x86_gcmole', |
37 'V8 Linux - debug builder': 'gn_debug_x86', | 37 'V8 Linux - debug builder': 'gn_debug_x86', |
38 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap', | 38 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap', |
39 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', | 39 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', |
40 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', | 40 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', |
41 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', | 41 'V8 Linux - noi18n - debug': 'gn_debug_x86_no_i18n', |
42 # Linux64. | 42 # Linux64. |
43 'V8 Linux64 - builder': 'gn_release_x64', | 43 'V8 Linux64 - builder': 'gn_release_x64', |
44 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', | 44 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', |
45 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', | 45 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', |
46 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', | 46 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', |
47 'V8 Linux64 - gyp': 'gyp_release_x64', | 47 'V8 Linux64 - gyp': 'gyp_release_x64', |
48 # Windows. | 48 # Windows. |
49 'V8 Win32 - builder': 'gn_release_x86_minimal_symbols', | 49 'V8 Win32 - builder': 'gn_release_x86_minimal_symbols', |
50 'V8 Win32 - debug builder': 'gn_debug_x86_minimal_symbols', | 50 'V8 Win32 - debug builder': 'gn_debug_x86_minimal_symbols', |
51 'V8 Win32 - nosnap - shared': | 51 'V8 Win32 - nosnap - shared': |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'V8 s390 - sim - beta branch': 'gyp_release_simulate_s390', | 143 'V8 s390 - sim - beta branch': 'gyp_release_simulate_s390', |
144 'V8 s390 - sim - stable branch': 'gyp_release_simulate_s390', | 144 'V8 s390 - sim - stable branch': 'gyp_release_simulate_s390', |
145 'V8 s390x - sim - beta branch': 'gyp_release_simulate_s390x', | 145 'V8 s390x - sim - beta branch': 'gyp_release_simulate_s390x', |
146 'V8 s390x - sim - stable branch': 'gyp_release_simulate_s390x', | 146 'V8 s390x - sim - stable branch': 'gyp_release_simulate_s390x', |
147 }, | 147 }, |
148 'tryserver.v8': { | 148 'tryserver.v8': { |
149 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot', | 149 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot', |
150 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', | 150 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', |
151 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', | 151 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', |
152 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', | 152 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', |
153 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', | 153 'v8_linux_noi18n_rel_ng': 'gn_release_x86_no_i18n_trybot', |
154 'v8_linux_gc_stress_dbg': 'gn_debug_x86_trybot', | 154 'v8_linux_gc_stress_dbg': 'gn_debug_x86_trybot', |
155 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', | 155 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', |
156 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', | 156 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', |
157 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols', | 157 'v8_linux_gcc_compile_rel': 'gn_release_x86_gcc_minimal_symbols', |
158 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols', | 158 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols', |
159 'v8_linux64_rel_ng': 'gn_release_x64_trybot', | 159 'v8_linux64_rel_ng': 'gn_release_x64_trybot', |
160 'v8_linux64_gyp_rel_ng': 'gyp_release_x64', | 160 'v8_linux64_gyp_rel_ng': 'gyp_release_x64', |
161 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', | 161 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', |
162 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', | 162 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', |
163 'v8_linux64_asan_rel_ng': 'gn_release_x64_asan_minimal_symbols', | 163 'v8_linux64_asan_rel_ng': 'gn_release_x64_asan_minimal_symbols', |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'gn_debug_x64_trybot': [ | 286 'gn_debug_x64_trybot': [ |
287 'gn', 'debug_trybot', 'x64', 'swarming'], | 287 'gn', 'debug_trybot', 'x64', 'swarming'], |
288 'gn_debug_x64_valgrind': [ | 288 'gn_debug_x64_valgrind': [ |
289 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], | 289 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], |
290 | 290 |
291 # GN debug configs for x86. | 291 # GN debug configs for x86. |
292 'gn_debug_x86': [ | 292 'gn_debug_x86': [ |
293 'gn', 'debug_bot', 'x86', 'swarming'], | 293 'gn', 'debug_bot', 'x86', 'swarming'], |
294 'gn_debug_x86_minimal_symbols': [ | 294 'gn_debug_x86_minimal_symbols': [ |
295 'gn', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], | 295 'gn', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], |
| 296 'gn_debug_x86_no_i18n': [ |
| 297 'gn', 'debug_bot', 'x86', 'v8_no_i18n'], |
296 'gn_debug_x86_no_snap': [ | 298 'gn_debug_x86_no_snap': [ |
297 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 299 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
298 'gn_debug_x86_no_snap_trybot': [ | 300 'gn_debug_x86_no_snap_trybot': [ |
299 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 301 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
300 'gn_debug_x86_trybot': [ | 302 'gn_debug_x86_trybot': [ |
301 'gn', 'debug_trybot', 'x86', 'swarming'], | 303 'gn', 'debug_trybot', 'x86', 'swarming'], |
302 | 304 |
303 # GN release configs for x86. | 305 # GN release configs for x86. |
304 'gn_release_x86': [ | 306 'gn_release_x86': [ |
305 'gn', 'release_bot', 'x86', 'swarming'], | 307 'gn', 'release_bot', 'x86', 'swarming'], |
306 'gn_release_x86_gcc': [ | 308 'gn_release_x86_gcc': [ |
307 'gn', 'release_bot', 'x86', 'gcc'], | 309 'gn', 'release_bot', 'x86', 'gcc'], |
308 'gn_release_x86_gcc_minimal_symbols': [ | 310 'gn_release_x86_gcc_minimal_symbols': [ |
309 'gn', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], | 311 'gn', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], |
310 'gn_release_x86_gcmole': [ | 312 'gn_release_x86_gcmole': [ |
311 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], | 313 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], |
312 'gn_release_x86_gcmole_trybot': [ | 314 'gn_release_x86_gcmole_trybot': [ |
313 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], | 315 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], |
314 'gn_release_x86_minimal_symbols': [ | 316 'gn_release_x86_minimal_symbols': [ |
315 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 317 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
| 318 'gn_release_x86_no_i18n_trybot': [ |
| 319 'gn', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], |
316 'gn_release_x86_no_snap': [ | 320 'gn_release_x86_no_snap': [ |
317 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 321 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
318 'gn_release_x86_no_snap_shared_minimal_symbols': [ | 322 'gn_release_x86_no_snap_shared_minimal_symbols': [ |
319 'gn', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', | 323 'gn', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', |
320 'v8_snapshot_none'], | 324 'v8_snapshot_none'], |
321 'gn_release_x86_no_snap_trybot': [ | 325 'gn_release_x86_no_snap_trybot': [ |
322 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 326 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
323 'gn_release_x86_shared_verify_heap': [ | 327 'gn_release_x86_shared_verify_heap': [ |
324 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], | 328 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], |
325 'gn_release_x86_trybot': [ | 329 'gn_release_x86_trybot': [ |
(...skipping 13 matching lines...) Expand all Loading... |
339 'gyp_debug_simulate_x87_no_snap': [ | 343 'gyp_debug_simulate_x87_no_snap': [ |
340 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], | 344 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], |
341 | 345 |
342 # Gyp debug configs for x64. | 346 # Gyp debug configs for x64. |
343 'gyp_debug_x64_asan_edge': [ | 347 'gyp_debug_x64_asan_edge': [ |
344 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], | 348 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], |
345 | 349 |
346 # Gyp debug configs for x86. | 350 # Gyp debug configs for x86. |
347 'gyp_debug_x86': [ | 351 'gyp_debug_x86': [ |
348 'gyp', 'debug_bot', 'x86', 'swarming'], | 352 'gyp', 'debug_bot', 'x86', 'swarming'], |
349 'gyp_debug_x86_no_i18n': [ | |
350 'gyp', 'debug_bot', 'x86', 'v8_no_i18n'], | |
351 'gyp_debug_x86_vtunejit': [ | 353 'gyp_debug_x86_vtunejit': [ |
352 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'], | 354 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'], |
353 'gyp_full_debug_x86': [ | 355 'gyp_full_debug_x86': [ |
354 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks', | 356 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks', |
355 'v8_full_debug'], | 357 'v8_full_debug'], |
356 | 358 |
357 # Gyp release configs for arm. | 359 # Gyp release configs for arm. |
358 'gyp_release_arm': [ | 360 'gyp_release_arm': [ |
359 'gyp', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | 361 'gyp', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
360 | 362 |
(...skipping 28 matching lines...) Expand all Loading... |
389 'gyp_release_x64_cfi_symbolized': [ | 391 'gyp_release_x64_cfi_symbolized': [ |
390 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], | 392 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], |
391 'gyp_release_x64_gcc_coverage': [ | 393 'gyp_release_x64_gcc_coverage': [ |
392 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], | 394 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], |
393 | 395 |
394 # Gyp release configs for x86. | 396 # Gyp release configs for x86. |
395 'gyp_release_x86_disassembler': [ | 397 'gyp_release_x86_disassembler': [ |
396 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], | 398 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], |
397 'gyp_release_x86_interpreted_regexp': [ | 399 'gyp_release_x86_interpreted_regexp': [ |
398 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], | 400 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], |
399 'gyp_release_x86_no_i18n_trybot': [ | |
400 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], | |
401 'gyp_release_x86_predictable': [ | 401 'gyp_release_x86_predictable': [ |
402 'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'], | 402 'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'], |
403 }, | 403 }, |
404 | 404 |
405 'mixins': { | 405 'mixins': { |
406 'android': { | 406 'android': { |
407 'gn_args': 'target_os="android" v8_android_log_stdout=true', | 407 'gn_args': 'target_os="android" v8_android_log_stdout=true', |
408 'gyp_defines': 'OS=android v8_android_log_stdout=1', | 408 'gyp_defines': 'OS=android v8_android_log_stdout=1', |
409 }, | 409 }, |
410 | 410 |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
607 'gn_args': 'is_tsan=true', | 607 'gn_args': 'is_tsan=true', |
608 'gyp_defines': 'clang=1 tsan=1', | 608 'gyp_defines': 'clang=1 tsan=1', |
609 }, | 609 }, |
610 | 610 |
611 'valgrind': { | 611 'valgrind': { |
612 'gn_args': 'v8_has_valgrind=true', | 612 'gn_args': 'v8_has_valgrind=true', |
613 'gyp_defines': 'has_valgrind=1', | 613 'gyp_defines': 'has_valgrind=1', |
614 }, | 614 }, |
615 | 615 |
616 'v8_no_i18n': { | 616 'v8_no_i18n': { |
617 'gn_args': 'v8_enable_i18n_support=false icu_use_data_file_flag=false', | 617 'gn_args': 'v8_enable_i18n_support=false icu_use_data_file=false', |
618 'gyp_defines': 'v8_enable_i18n_support=0 icu_use_data_file_flag=0', | 618 'gyp_defines': 'v8_enable_i18n_support=0 icu_use_data_file_flag=0', |
619 }, | 619 }, |
620 | 620 |
621 'v8_enable_disassembler': { | 621 'v8_enable_disassembler': { |
622 'gn_args': 'v8_enable_disassembler=true', | 622 'gn_args': 'v8_enable_disassembler=true', |
623 'gyp_defines': 'v8_enable_disassembler=1', | 623 'gyp_defines': 'v8_enable_disassembler=1', |
624 }, | 624 }, |
625 | 625 |
626 'v8_enable_slow_dchecks': { | 626 'v8_enable_slow_dchecks': { |
627 'gn_args': 'v8_enable_slow_dchecks=true', | 627 'gn_args': 'v8_enable_slow_dchecks=true', |
(...skipping 52 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 |