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

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

Issue 1838083003: mb: Add src-side changes for a new "win_clang" bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment 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 | « no previous file | 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'Chromium_iOS_Simulator_(dbg)': 'ios_gyp', 203 'Chromium_iOS_Simulator_(dbg)': 'ios_gyp',
204 'CrWinClang64(dbg)': 'win_clang_debug_bot', 204 'CrWinClang64(dbg)': 'win_clang_debug_bot',
205 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', 205 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
206 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 206 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
207 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 207 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
208 'Linux ARM': 'swarming_gyp_release_bot_arm', 208 'Linux ARM': 'swarming_gyp_release_bot_arm',
209 'Site Isolation Linux': 'gn_release_trybot', 209 'Site Isolation Linux': 'gn_release_trybot',
210 'Site Isolation Win': 'gyp_release_trybot_x64', 210 'Site Isolation Win': 'gyp_release_trybot_x64',
211 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 211 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
212 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 212 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
213 'WinClang': 'win_clang_debug_bot',
213 }, 214 },
214 215
215 'chromium.gpu': { 216 'chromium.gpu': {
216 'Android Debug (Nexus 5)': 'tbd', 217 'Android Debug (Nexus 5)': 'tbd',
217 'Android Debug (Nexus 6)': 'tbd', 218 'Android Debug (Nexus 6)': 'tbd',
218 'Android Debug (Nexus 9)': 'tbd', 219 'Android Debug (Nexus 9)': 'tbd',
219 'GPU Mac Builder': 'tbd', 220 'GPU Mac Builder': 'tbd',
220 'GPU Mac Builder (dbg)': 'tbd', 221 'GPU Mac Builder (dbg)': 'tbd',
221 'GPU Win Builder': 'tbd', 222 'GPU Win Builder': 'tbd',
222 'GPU Win Builder (dbg)': 'tbd', 223 'GPU Win Builder (dbg)': 'tbd',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 'win_optional_gpu_tests_rel': 'tbd', 819 'win_optional_gpu_tests_rel': 'tbd',
819 820
820 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', 821 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86',
821 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 822 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
822 'win8_chromium_ng': 'gn_release_trybot_x86', 823 'win8_chromium_ng': 'gn_release_trybot_x86',
823 'win_chromium_clang_upload': 'gn_release_bot', 824 'win_chromium_clang_upload': 'gn_release_bot',
824 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', 825 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols',
825 'win_chromium_gn_x64_rel': 'gn_release_trybot', 826 'win_chromium_gn_x64_rel': 'gn_release_trybot',
826 'win_chromium_x64_rel_ng': 'gn_release_trybot', 827 'win_chromium_x64_rel_ng': 'gn_release_trybot',
827 'win10_chromium_x64_rel_ng': 'gn_release_trybot', 828 'win10_chromium_x64_rel_ng': 'gn_release_trybot',
829 'win_clang': 'win_clang_debug_bot',
828 'win_clang_x64_dbg': 'win_clang_debug_bot', 830 'win_clang_x64_dbg': 'win_clang_debug_bot',
829 'win_pgo': 'gyp_official_winpgo', 831 'win_pgo': 'gyp_official_winpgo',
830 }, 832 },
831 833
832 'tryserver.v8': { 834 'tryserver.v8': {
833 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 835 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
834 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', 836 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
835 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 837 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
836 }, 838 },
837 }, 839 },
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1771 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1770 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1772 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1771 }, 1773 },
1772 1774
1773 'valgrind': { 1775 'valgrind': {
1774 # TODO: add gn_args for 'build_for_tool=memcheck' 1776 # TODO: add gn_args for 'build_for_tool=memcheck'
1775 'gyp_defines': 'build_for_tool=memcheck', 1777 'gyp_defines': 'build_for_tool=memcheck',
1776 } 1778 }
1777 }, 1779 },
1778 } 1780 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698