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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
310 'gn', 'debug_trybot', 'x64', 'swarming'], | 310 'gn', 'debug_trybot', 'x64', 'swarming'], |
311 'gn_debug_x64_valgrind': [ | 311 'gn_debug_x64_valgrind': [ |
312 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], | 312 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], |
313 | 313 |
314 # GN debug configs for x86. | 314 # GN debug configs for x86. |
315 'gn_debug_x86': [ | 315 'gn_debug_x86': [ |
316 'gn', 'debug_bot', 'x86', 'swarming'], | 316 'gn', 'debug_bot', 'x86', 'swarming'], |
317 'gn_debug_x86_minimal_symbols': [ | 317 'gn_debug_x86_minimal_symbols': [ |
318 'gn', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], | 318 'gn', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], |
319 'gn_debug_x86_no_i18n': [ | 319 'gn_debug_x86_no_i18n': [ |
320 'gn', 'debug_bot', 'x86', 'v8_no_i18n'], | 320 'gn', 'debug_bot', 'x86', 'swarming', 'v8_disable_inspector', |
321 'v8_no_i18n'], | |
321 'gn_debug_x86_no_snap': [ | 322 'gn_debug_x86_no_snap': [ |
322 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 323 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
323 'gn_debug_x86_no_snap_trybot': [ | 324 'gn_debug_x86_no_snap_trybot': [ |
324 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 325 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
325 'gn_debug_x86_trybot': [ | 326 'gn_debug_x86_trybot': [ |
326 'gn', 'debug_trybot', 'x86', 'swarming'], | 327 'gn', 'debug_trybot', 'x86', 'swarming'], |
327 | 328 |
328 # GN release configs for x86. | 329 # GN release configs for x86. |
329 'gn_release_x86': [ | 330 'gn_release_x86': [ |
330 'gn', 'release_bot', 'x86', 'swarming'], | 331 'gn', 'release_bot', 'x86', 'swarming'], |
331 'gn_release_x86_gcc': [ | 332 'gn_release_x86_gcc': [ |
332 'gn', 'release_bot', 'x86', 'gcc'], | 333 'gn', 'release_bot', 'x86', 'gcc'], |
333 'gn_release_x86_gcc_minimal_symbols': [ | 334 'gn_release_x86_gcc_minimal_symbols': [ |
334 'gn', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], | 335 'gn', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], |
335 'gn_release_x86_gcmole': [ | 336 'gn_release_x86_gcmole': [ |
336 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], | 337 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], |
337 'gn_release_x86_gcmole_trybot': [ | 338 'gn_release_x86_gcmole_trybot': [ |
338 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], | 339 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], |
339 'gn_release_x86_minimal_symbols': [ | 340 'gn_release_x86_minimal_symbols': [ |
340 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 341 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
341 'gn_release_x86_no_i18n_trybot': [ | 342 'gn_release_x86_no_i18n_trybot': [ |
342 'gn', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], | 343 'gn', 'release_trybot', 'x86', 'swarming', 'v8_disable_inspector', |
344 'v8_no_i18n'], | |
343 'gn_release_x86_no_snap': [ | 345 'gn_release_x86_no_snap': [ |
344 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 346 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
345 'gn_release_x86_no_snap_shared_minimal_symbols': [ | 347 'gn_release_x86_no_snap_shared_minimal_symbols': [ |
346 'gn', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', | 348 'gn', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', |
347 'v8_snapshot_none'], | 349 'v8_snapshot_none'], |
348 'gn_release_x86_no_snap_trybot': [ | 350 'gn_release_x86_no_snap_trybot': [ |
349 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 351 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
350 'gn_release_x86_shared_verify_heap': [ | 352 'gn_release_x86_shared_verify_heap': [ |
351 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], | 353 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], |
352 'gn_release_x86_trybot': [ | 354 'gn_release_x86_trybot': [ |
(...skipping 22 matching lines...) Expand all Loading... | |
375 'gyp', 'release_bot', 'simulate_ppc', 'swarming'], | 377 'gyp', 'release_bot', 'simulate_ppc', 'swarming'], |
376 'gyp_release_simulate_ppc64': [ | 378 'gyp_release_simulate_ppc64': [ |
377 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], | 379 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], |
378 'gyp_release_simulate_s390': [ | 380 'gyp_release_simulate_s390': [ |
379 'gyp', 'release_bot', 'simulate_s390', 'swarming'], | 381 'gyp', 'release_bot', 'simulate_s390', 'swarming'], |
380 'gyp_release_simulate_s390x': [ | 382 'gyp_release_simulate_s390x': [ |
381 'gyp', 'release_bot', 'simulate_s390x', 'swarming'], | 383 'gyp', 'release_bot', 'simulate_s390x', 'swarming'], |
382 | 384 |
383 # Gyp release configs for x64. | 385 # Gyp release configs for x64. |
384 'gyp_release_x64': [ | 386 'gyp_release_x64': [ |
385 'gyp', 'release_bot', 'x64', 'swarming'], | 387 'gyp', 'release_bot', 'x64', 'swarming'], |
kozy
2016/10/10 17:29:17
To fix last linker error on gyp linux release x64
Michael Achenbach
2016/10/11 09:01:54
I don't understand. My plan was to not enable insp
| |
386 'gyp_release_x64_asan_minimal_symbols_coverage': [ | 388 'gyp_release_x64_asan_minimal_symbols_coverage': [ |
387 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan', | 389 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan', |
388 'minimal_symbols', 'swarming'], | 390 'minimal_symbols', 'swarming'], |
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': [ |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
606 'valgrind': { | 608 'valgrind': { |
607 'gn_args': 'v8_has_valgrind=true', | 609 'gn_args': 'v8_has_valgrind=true', |
608 'gyp_defines': 'has_valgrind=1', | 610 'gyp_defines': 'has_valgrind=1', |
609 }, | 611 }, |
610 | 612 |
611 'v8_no_i18n': { | 613 'v8_no_i18n': { |
612 'gn_args': 'v8_enable_i18n_support=false icu_use_data_file=false', | 614 'gn_args': 'v8_enable_i18n_support=false icu_use_data_file=false', |
613 'gyp_defines': 'v8_enable_i18n_support=0 icu_use_data_file_flag=0', | 615 'gyp_defines': 'v8_enable_i18n_support=0 icu_use_data_file_flag=0', |
614 }, | 616 }, |
615 | 617 |
618 'v8_disable_inspector': { | |
619 'gn_args': 'v8_enable_inspector=false', | |
620 'gyp_defines': 'v8_enable_inspector=0 ', | |
621 }, | |
622 | |
616 'v8_enable_disassembler': { | 623 'v8_enable_disassembler': { |
617 'gn_args': 'v8_enable_disassembler=true', | 624 'gn_args': 'v8_enable_disassembler=true', |
618 'gyp_defines': 'v8_enable_disassembler=1', | 625 'gyp_defines': 'v8_enable_disassembler=1', |
619 }, | 626 }, |
620 | 627 |
621 'v8_enable_slow_dchecks': { | 628 'v8_enable_slow_dchecks': { |
622 'gn_args': 'v8_enable_slow_dchecks=true', | 629 'gn_args': 'v8_enable_slow_dchecks=true', |
623 'gyp_defines': 'v8_enable_slow_dchecks=1', | 630 'gyp_defines': 'v8_enable_slow_dchecks=1', |
624 }, | 631 }, |
625 | 632 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
675 'gn_args': 'target_cpu="x64"', | 682 'gn_args': 'target_cpu="x64"', |
676 'gyp_defines': 'target_arch=x64', | 683 'gyp_defines': 'target_arch=x64', |
677 }, | 684 }, |
678 | 685 |
679 'x86': { | 686 'x86': { |
680 'gn_args': 'target_cpu="x86"', | 687 'gn_args': 'target_cpu="x86"', |
681 'gyp_defines': 'target_arch=ia32', | 688 'gyp_defines': 'target_arch=ia32', |
682 }, | 689 }, |
683 }, | 690 }, |
684 } | 691 } |
OLD | NEW |