| 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 'chromium.win': { | 549 'chromium.win': { |
| 550 'Win 7 Tests x64 (1)': 'tbd', | 550 'Win 7 Tests x64 (1)': 'tbd', |
| 551 'Win Builder': 'tbd', | 551 'Win Builder': 'tbd', |
| 552 'Win Builder (dbg)': 'tbd', | 552 'Win Builder (dbg)': 'tbd', |
| 553 'Win x64 Builder': 'tbd', | 553 'Win x64 Builder': 'tbd', |
| 554 'Win x64 Builder (dbg)': 'tbd', | 554 'Win x64 Builder (dbg)': 'tbd', |
| 555 'Win7 (32) Tests': 'tbd', | 555 'Win7 (32) Tests': 'tbd', |
| 556 'Win7 Tests (1)': 'tbd', | 556 'Win7 Tests (1)': 'tbd', |
| 557 'Win7 Tests (dbg)(1)': 'tbd', | 557 'Win7 Tests (dbg)(1)': 'tbd', |
| 558 | 558 |
| 559 # Test-only builder. |
| 560 'Win10 Tests x64': 'none', |
| 561 |
| 559 # Windows bots take too long to link w/ full symbols and time out. | 562 # Windows bots take too long to link w/ full symbols and time out. |
| 560 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols', | 563 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols', |
| 561 'Win x64 GN': 'gn_release_bot_minimal_symbols', | 564 'Win x64 GN': 'gn_release_bot_minimal_symbols', |
| 562 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', | 565 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', |
| 563 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', | 566 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', |
| 564 }, | 567 }, |
| 565 | 568 |
| 566 'official.desktop': { | 569 'official.desktop': { |
| 567 'blimp-engine': 'gn_blimp_debug', | 570 'blimp-engine': 'gn_blimp_debug', |
| 568 'mac64': 'gyp_official', | 571 'mac64': 'gyp_official', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 792 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
| 790 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64', | 793 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64', |
| 791 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64', | 794 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64', |
| 792 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 795 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
| 793 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 796 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
| 794 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 797 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
| 795 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 798 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
| 796 }, | 799 }, |
| 797 | 800 |
| 798 'tryserver.chromium.win': { | 801 'tryserver.chromium.win': { |
| 799 'win10_chromium_rel_ng': 'tbd', | |
| 800 'win_archive': 'tbd', | 802 'win_archive': 'tbd', |
| 801 'win_chromium_compile_dbg_ng': 'tbd', | 803 'win_chromium_compile_dbg_ng': 'tbd', |
| 802 'win_chromium_compile_dbg_ng_exp': 'tbd', | 804 'win_chromium_compile_dbg_ng_exp': 'tbd', |
| 803 'win_chromium_compile_rel_ng': 'tbd', | 805 'win_chromium_compile_rel_ng': 'tbd', |
| 804 'win_chromium_dbg_ng': 'tbd', | 806 'win_chromium_dbg_ng': 'tbd', |
| 805 'win_chromium_rel_ng': 'tbd', | 807 'win_chromium_rel_ng': 'tbd', |
| 806 'win_chromium_rel_ng_exp': 'tbd', | 808 'win_chromium_rel_ng_exp': 'tbd', |
| 807 'win_chromium_syzyasan_rel': 'tbd', | 809 'win_chromium_syzyasan_rel': 'tbd', |
| 808 'win_chromium_variable': 'tbd', | 810 'win_chromium_variable': 'tbd', |
| 809 'win_chromium_x64_rel_ng_exp': 'tbd', | 811 'win_chromium_x64_rel_ng_exp': 'tbd', |
| 810 'win_clang_dbg': 'tbd', | 812 'win_clang_dbg': 'tbd', |
| 811 'win_clang_rel': 'tbd', | 813 'win_clang_rel': 'tbd', |
| 812 'win_clang_x64_rel': 'tbd', | 814 'win_clang_x64_rel': 'tbd', |
| 813 'win_deterministic': 'tbd', | 815 'win_deterministic': 'tbd', |
| 814 'win_nacl_sdk': 'tbd', | 816 'win_nacl_sdk': 'tbd', |
| 815 'win_nacl_sdk_build': 'tbd', | 817 'win_nacl_sdk_build': 'tbd', |
| 816 'win_optional_gpu_tests_rel': 'tbd', | 818 'win_optional_gpu_tests_rel': 'tbd', |
| 817 | 819 |
| 818 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', | 820 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', |
| 819 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 821 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
| 820 'win8_chromium_ng': 'gn_release_trybot_x86', | 822 'win8_chromium_ng': 'gn_release_trybot_x86', |
| 821 'win_chromium_clang_upload': 'gn_release_bot', | 823 'win_chromium_clang_upload': 'gn_release_bot', |
| 822 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', | 824 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', |
| 823 'win_chromium_gn_x64_rel': 'gn_release_trybot', | 825 'win_chromium_gn_x64_rel': 'gn_release_trybot', |
| 824 'win_chromium_x64_rel_ng': 'gn_release_trybot', | 826 'win_chromium_x64_rel_ng': 'gn_release_trybot', |
| 827 'win10_chromium_x64_rel_ng': 'gn_release_trybot', |
| 825 'win_clang_x64_dbg': 'win_clang_debug_bot', | 828 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 826 'win_pgo': 'gyp_official_winpgo', | 829 'win_pgo': 'gyp_official_winpgo', |
| 827 }, | 830 }, |
| 828 | 831 |
| 829 'tryserver.v8': { | 832 'tryserver.v8': { |
| 830 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 833 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
| 831 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', | 834 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', |
| 832 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 835 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
| 833 }, | 836 }, |
| 834 }, | 837 }, |
| (...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1764 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1767 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1765 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 1768 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 1766 }, | 1769 }, |
| 1767 | 1770 |
| 1768 'valgrind': { | 1771 'valgrind': { |
| 1769 # TODO: add gn_args for 'build_for_tool=memcheck' | 1772 # TODO: add gn_args for 'build_for_tool=memcheck' |
| 1770 'gyp_defines': 'build_for_tool=memcheck', | 1773 'gyp_defines': 'build_for_tool=memcheck', |
| 1771 } | 1774 } |
| 1772 }, | 1775 }, |
| 1773 } | 1776 } |
| OLD | NEW |