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

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

Issue 1895533003: Move mb config for new WinClang64 (dbg) main waterfall bot to right place. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'Site Isolation Linux': 'gn_release_trybot', 207 'Site Isolation Linux': 'gn_release_trybot',
208 'Site Isolation Win': 'gyp_release_trybot_x64', 208 'Site Isolation Win': 'gyp_release_trybot_x64',
209 'Vista Tests (dbg)(1)': 'none', 209 'Vista Tests (dbg)(1)': 'none',
210 'Vista Tests (dbg)(2)': 'none', 210 'Vista Tests (dbg)(2)': 'none',
211 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 211 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
212 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 212 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
213 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 213 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
214 'Win8 Tests (1)': 'none', 214 'Win8 Tests (1)': 'none',
215 'Win8 Tests (2)': 'none', 215 'Win8 Tests (2)': 'none',
216 'WinClang': 'win_clang_debug_bot', 216 'WinClang': 'win_clang_debug_bot',
217 'WinClang64 (dbg)': 'win_clang_debug_bot',
218 'Windows Browser (DrMemory light) (1)': 'none', 217 'Windows Browser (DrMemory light) (1)': 'none',
219 'Windows Browser (DrMemory light) (2)': 'none', 218 'Windows Browser (DrMemory light) (2)': 'none',
220 219
221 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', 220 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot',
222 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', 221 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot',
223 }, 222 },
224 223
225 'chromium.gpu': { 224 'chromium.gpu': {
226 'Android Debug (Nexus 5)': 'android_gn_debug_static_bot', 225 'Android Debug (Nexus 5)': 'android_gn_debug_static_bot',
227 'Android Debug (Nexus 6)': 'android_gn_debug_static_bot', 226 'Android Debug (Nexus 6)': 'android_gn_debug_static_bot',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'Win x64 Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x64', 560 'Win x64 Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x64',
562 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols', 561 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols',
563 'Win x64 GN': 'gn_release_bot_minimal_symbols', 562 'Win x64 GN': 'gn_release_bot_minimal_symbols',
564 'Win 7 Tests x64 (1)': 'none', 563 'Win 7 Tests x64 (1)': 'none',
565 'Win10 Tests x64': 'none', 564 'Win10 Tests x64': 'none',
566 'Win7 (32) Tests': 'none', 565 'Win7 (32) Tests': 'none',
567 'Win7 Tests (1)': 'none', 566 'Win7 Tests (1)': 'none',
568 'Win7 Tests (dbg)(1)': 'none', 567 'Win7 Tests (dbg)(1)': 'none',
569 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', 568 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
570 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', 569 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
570 'WinClang64 (dbg)': 'win_clang_debug_bot',
571 }, 571 },
572 572
573 'official.desktop': { 573 'official.desktop': {
574 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', 574 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
575 'mac64': 'gyp_official', 575 'mac64': 'gyp_official',
576 'precise64': 'gn_official', 576 'precise64': 'gn_official',
577 577
578 # Currently the official bots set mini_installer_official_deps=1 578 # Currently the official bots set mini_installer_official_deps=1
579 # but it's not clear if that's actually used anywhere. 579 # but it's not clear if that's actually used anywhere.
580 'win': 'gyp_official', 580 'win': 'gyp_official',
(...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1857 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1858 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1858 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1859 }, 1859 },
1860 1860
1861 'valgrind': { 1861 'valgrind': {
1862 # TODO: add gn_args for 'build_for_tool=memcheck' 1862 # TODO: add gn_args for 'build_for_tool=memcheck'
1863 'gyp_defines': 'build_for_tool=memcheck', 1863 'gyp_defines': 'build_for_tool=memcheck',
1864 } 1864 }
1865 }, 1865 },
1866 } 1866 }
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