OLD | NEW |
---|---|
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium 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 'masters': { | 9 'masters': { |
10 # Take care when changing any of these builders to ensure that you do not | 10 # Take care when changing any of these builders to ensure that you do not |
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
551 'Win x64 Builder': 'tbd', | 551 'Win x64 Builder': 'tbd', |
552 'Win x64 Builder (dbg)': 'tbd', | 552 'Win x64 Builder (dbg)': 'tbd', |
553 'Win7 (32) Tests': 'tbd', | 553 'Win7 (32) Tests': 'tbd', |
554 'Win7 Tests (1)': 'tbd', | 554 'Win7 Tests (1)': 'tbd', |
555 'Win7 Tests (dbg)(1)': 'tbd', | 555 'Win7 Tests (dbg)(1)': 'tbd', |
556 | 556 |
557 # Windows bots take too long to link w/ full symbols and time out. | 557 # Windows bots take too long to link w/ full symbols and time out. |
558 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols', | 558 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols', |
559 'Win x64 GN': 'gn_release_bot_minimal_symbols', | 559 'Win x64 GN': 'gn_release_bot_minimal_symbols', |
560 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', | 560 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', |
561 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', | 561 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', |
Dirk Pranke
2016/03/28 22:19:10
Add a new
'Win10 Tests x64': 'none',
line here
Will Harris
2016/03/29 22:42:21
Done.
| |
562 }, | 562 }, |
563 | 563 |
564 'official.desktop': { | 564 'official.desktop': { |
565 'blimp-engine': 'gn_blimp_debug', | 565 'blimp-engine': 'gn_blimp_debug', |
566 'mac64': 'gyp_official', | 566 'mac64': 'gyp_official', |
567 'precise64': 'gn_official', | 567 'precise64': 'gn_official', |
568 | 568 |
569 # Currently the official bots set mini_installer_official_deps=1 | 569 # Currently the official bots set mini_installer_official_deps=1 |
570 # but it's not clear if that's actually used anywhere. | 570 # but it's not clear if that's actually used anywhere. |
571 'win': 'gyp_official', | 571 'win': 'gyp_official', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
785 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 785 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
786 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64', | 786 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64', |
787 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64', | 787 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64', |
788 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 788 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
789 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 789 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
790 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 790 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
791 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 791 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
792 }, | 792 }, |
793 | 793 |
794 'tryserver.chromium.win': { | 794 'tryserver.chromium.win': { |
795 'win10_chromium_rel_ng': 'tbd', | |
796 'win_archive': 'tbd', | 795 'win_archive': 'tbd', |
797 'win_chromium_compile_dbg_ng': 'tbd', | 796 'win_chromium_compile_dbg_ng': 'tbd', |
798 'win_chromium_compile_dbg_ng_exp': 'tbd', | 797 'win_chromium_compile_dbg_ng_exp': 'tbd', |
799 'win_chromium_compile_rel_ng': 'tbd', | 798 'win_chromium_compile_rel_ng': 'tbd', |
800 'win_chromium_dbg_ng': 'tbd', | 799 'win_chromium_dbg_ng': 'tbd', |
801 'win_chromium_rel_ng': 'tbd', | 800 'win_chromium_rel_ng': 'tbd', |
802 'win_chromium_rel_ng_exp': 'tbd', | 801 'win_chromium_rel_ng_exp': 'tbd', |
803 'win_chromium_syzyasan_rel': 'tbd', | 802 'win_chromium_syzyasan_rel': 'tbd', |
804 'win_chromium_variable': 'tbd', | 803 'win_chromium_variable': 'tbd', |
805 'win_chromium_x64_rel_ng_exp': 'tbd', | 804 'win_chromium_x64_rel_ng_exp': 'tbd', |
806 'win_clang_dbg': 'tbd', | 805 'win_clang_dbg': 'tbd', |
807 'win_clang_rel': 'tbd', | 806 'win_clang_rel': 'tbd', |
808 'win_clang_x64_rel': 'tbd', | 807 'win_clang_x64_rel': 'tbd', |
809 'win_deterministic': 'tbd', | 808 'win_deterministic': 'tbd', |
810 'win_nacl_sdk': 'tbd', | 809 'win_nacl_sdk': 'tbd', |
811 'win_nacl_sdk_build': 'tbd', | 810 'win_nacl_sdk_build': 'tbd', |
812 'win_optional_gpu_tests_rel': 'tbd', | 811 'win_optional_gpu_tests_rel': 'tbd', |
813 | 812 |
814 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', | 813 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', |
815 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 814 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
816 'win8_chromium_ng': 'gn_release_trybot_x86', | 815 'win8_chromium_ng': 'gn_release_trybot_x86', |
817 'win_chromium_clang_upload': 'gn_release_bot', | 816 'win_chromium_clang_upload': 'gn_release_bot', |
818 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', | 817 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', |
819 'win_chromium_gn_x64_rel': 'gn_release_trybot', | 818 'win_chromium_gn_x64_rel': 'gn_release_trybot', |
820 'win_chromium_x64_rel_ng': 'gn_release_trybot', | 819 'win_chromium_x64_rel_ng': 'gn_release_trybot', |
820 'win10_chromium_x64_rel_ng': 'gn_release_trybot', | |
821 'win_clang_x64_dbg': 'win_clang_debug_bot', | 821 'win_clang_x64_dbg': 'win_clang_debug_bot', |
822 'win_pgo': 'gyp_official_winpgo', | 822 'win_pgo': 'gyp_official_winpgo', |
823 }, | 823 }, |
824 | 824 |
825 'tryserver.v8': { | 825 'tryserver.v8': { |
826 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 826 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
827 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', | 827 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', |
828 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 828 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
829 }, | 829 }, |
830 }, | 830 }, |
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1742 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1742 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
1743 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 1743 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
1744 }, | 1744 }, |
1745 | 1745 |
1746 'valgrind': { | 1746 'valgrind': { |
1747 # TODO: add gn_args for 'build_for_tool=memcheck' | 1747 # TODO: add gn_args for 'build_for_tool=memcheck' |
1748 'gyp_defines': 'build_for_tool=memcheck', | 1748 'gyp_defines': 'build_for_tool=memcheck', |
1749 } | 1749 } |
1750 }, | 1750 }, |
1751 } | 1751 } |
OLD | NEW |