Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 1860823006: clang upload bot rename, src/ part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebae Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/clang/scripts/upload_revision.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 'chromium_presubmit': 'none', 712 'chromium_presubmit': 'none',
713 'linux_arm': 'swarming_gyp_release_trybot_arm', 713 'linux_arm': 'swarming_gyp_release_trybot_arm',
714 'linux_blink_oilpan_rel': 714 'linux_blink_oilpan_rel':
715 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64', 715 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
716 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 716 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
717 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 717 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
718 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot', 718 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot',
719 'linux_chromium_chromeos_compile_rel_ng': 719 'linux_chromium_chromeos_compile_rel_ng':
720 'swarming_chromeos_gyp_release_trybot', 720 'swarming_chromeos_gyp_release_trybot',
721 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot', 721 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot',
722 'linux_chromium_clang_upload': 'gn_release_bot', 722 'linux_upload_clang': 'gn_release_bot',
723 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', 723 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
724 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 724 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
725 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 725 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
726 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', 726 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
727 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 727 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
728 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 728 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
729 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 729 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
730 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', 730 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
731 'linux_chromium_gn_upload': 'gn_linux_upload', 731 'linux_chromium_gn_upload': 'gn_linux_upload',
732 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 732 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
(...skipping 21 matching lines...) Expand all
754 'mac_chromium_rel_ng': 'tbd', 754 'mac_chromium_rel_ng': 'tbd',
755 'mac_chromium_variable': 'tbd', 755 'mac_chromium_variable': 'tbd',
756 'mac_optional_gpu_tests_rel': 'tbd', 756 'mac_optional_gpu_tests_rel': 'tbd',
757 757
758 'ios_dbg_simulator': 'ios_gyp', 758 'ios_dbg_simulator': 'ios_gyp',
759 'ios_dbg_simulator_gn': 'ios_gn', 759 'ios_dbg_simulator_gn': 'ios_gn',
760 'ios_dbg_simulator_ninja': 'ios_gyp', 760 'ios_dbg_simulator_ninja': 'ios_gyp',
761 'ios_rel_device': 'ios_gyp', 761 'ios_rel_device': 'ios_gyp',
762 'ios_rel_device_gn': 'ios_gn', 762 'ios_rel_device_gn': 'ios_gn',
763 'ios_rel_device_ninja': 'ios_gyp', 763 'ios_rel_device_ninja': 'ios_gyp',
764 'mac_chromium_clang_upload': 'gn_release_bot', 764 'mac_upload_clang': 'gn_release_bot',
765 'mac_chromium_gn_dbg': 'gn_debug_static_bot', 765 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
766 'mac_chromium_gn_rel': 'gn_release_trybot', 766 'mac_chromium_gn_rel': 'gn_release_trybot',
767 'mac_chromium_gn_upload': 'gn_release_bot', 767 'mac_chromium_gn_upload': 'gn_release_bot',
768 'mac_nacl_sdk': 'nacl_annotator', 768 'mac_nacl_sdk': 'nacl_annotator',
769 'mac_nacl_sdk_build': 'nacl_annotator', 769 'mac_nacl_sdk_build': 'nacl_annotator',
770 }, 770 },
771 771
772 'tryserver.chromium.perf': { 772 'tryserver.chromium.perf': {
773 'android_arm64_perf_bisect_builder': 773 'android_arm64_perf_bisect_builder':
774 'gn_official_goma_minimal_symbols_android_arm64', 774 'gn_official_goma_minimal_symbols_android_arm64',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'win_chromium_variable_webkit_layout': 'tbd', 823 'win_chromium_variable_webkit_layout': 'tbd',
824 'win_chromium_variable_webkit_win7_builder': 'tbd', 824 'win_chromium_variable_webkit_win7_builder': 'tbd',
825 'win_chromium_variable_webkit_win7_builder_x64': 'tbd', 825 'win_chromium_variable_webkit_win7_builder_x64': 'tbd',
826 826
827 'win10_chromium_x64_rel_ng': 827 'win10_chromium_x64_rel_ng':
828 'swarming_gyp_release_trybot_minimal_symbols_x64', 828 'swarming_gyp_release_trybot_minimal_symbols_x64',
829 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', 829 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86',
830 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 830 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
831 'win8_chromium_ng': 'gn_release_trybot_x86', 831 'win8_chromium_ng': 'gn_release_trybot_x86',
832 'win_archive': 'noswarming_gyp_release_trybot_minimal_symbols_x86', 832 'win_archive': 'noswarming_gyp_release_trybot_minimal_symbols_x86',
833 'win_chromium_clang_upload': 'gn_release_bot', 833 'win_upload_clang': 'gn_release_bot',
834 'win_chromium_compile_dbg_ng': 834 'win_chromium_compile_dbg_ng':
835 'swarming_gyp_debug_bot_minimal_symbols_x86', 835 'swarming_gyp_debug_bot_minimal_symbols_x86',
836 'win_chromium_compile_rel_ng': 836 'win_chromium_compile_rel_ng':
837 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86', 837 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86',
838 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', 838 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols',
839 'win_chromium_gn_x64_rel': 'gn_release_trybot', 839 'win_chromium_gn_x64_rel': 'gn_release_trybot',
840 'win_chromium_dbg_ng': 'swarming_gyp_debug_bot_minimal_symbols_x86', 840 'win_chromium_dbg_ng': 'swarming_gyp_debug_bot_minimal_symbols_x86',
841 'win_chromium_rel_ng': 841 'win_chromium_rel_ng':
842 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86', 842 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86',
843 'win_chromium_syzyasan_rel': 843 'win_chromium_syzyasan_rel':
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1885 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1886 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1886 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1887 }, 1887 },
1888 1888
1889 'valgrind': { 1889 'valgrind': {
1890 # TODO: add gn_args for 'build_for_tool=memcheck' 1890 # TODO: add gn_args for 'build_for_tool=memcheck'
1891 'gyp_defines': 'build_for_tool=memcheck', 1891 'gyp_defines': 'build_for_tool=memcheck',
1892 } 1892 }
1893 }, 1893 },
1894 } 1894 }
OLDNEW
« no previous file with comments | « tools/clang/scripts/upload_revision.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698