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

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

Issue 2074333002: Flip FYI Win Goma builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot', 101 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot',
102 'Chromium Mac 10.11': 'gyp_release_bot', 102 'Chromium Mac 10.11': 'gyp_release_bot',
103 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot', 103 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot',
104 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot', 104 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot',
105 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot', 105 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot',
106 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot', 106 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot',
107 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot', 107 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot',
108 'Chromium Win PGO Builder': 'gyp_official_winpgo', 108 'Chromium Win PGO Builder': 'gyp_official_winpgo',
109 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64', 109 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64',
110 'Chromium Windows Analyze': 'gn_windows_analyze', 110 'Chromium Windows Analyze': 'gn_windows_analyze',
111 'CrWin7Goma': 'gyp_release_bot_minimal_symbols_x86', 111 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86',
112 'CrWin7Goma(clbr)': 'gyp_shared_release_bot_minimal_symbols_x86', 112 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86',
113 'CrWin7Goma(dbg)': 'gyp_debug_bot_minimal_symbols_x86', 113 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86',
114 'CrWin7Goma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 114 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
115 'CrWinClang': 115 'CrWinClang':
116 'swarming_gyp_clang_official_release_bot_minimal_symbols_x86', 116 'swarming_gyp_clang_official_release_bot_minimal_symbols_x86',
117 'CrWinClang(dbg)': 117 'CrWinClang(dbg)':
118 'swarming_gyp_clang_debug_bot_minimal_symbols_x86', 118 'swarming_gyp_clang_debug_bot_minimal_symbols_x86',
119 'CrWinClang(dbg) tester': 'none', 119 'CrWinClang(dbg) tester': 'none',
120 'CrWinClang64': 120 'CrWinClang64':
121 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64', 121 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64',
122 'CrWinClang tester': 'none', 122 'CrWinClang tester': 'none',
123 'CrWinClang64(dll)': 123 'CrWinClang64(dll)':
124 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64', 124 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64',
125 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86', 125 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86',
126 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', 126 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86',
127 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 127 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
128 'ClangToTAndroidASan': 'android_clang_tot_asan', 128 'ClangToTAndroidASan': 'android_clang_tot_asan',
129 'ClangToTAndroidASan tester': 'none', 129 'ClangToTAndroidASan tester': 'none',
130 'ClangToTLinux': 130 'ClangToTLinux':
131 'swarming_gn_clang_tot_linux_full_symbols_shared_release', 131 'swarming_gn_clang_tot_linux_full_symbols_shared_release',
132 'ClangToTLinux tester': 'none', 132 'ClangToTLinux tester': 'none',
133 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', 133 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
134 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release', 134 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release',
135 'ClangToTLinuxASan tester': 'none', 135 'ClangToTLinuxASan tester': 'none',
136 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared', 136 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared',
137 'ClangToTLinuxLLD tester': 'none', 137 'ClangToTLinuxLLD tester': 'none',
(...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 ], 1290 ],
1291 1291
1292 'gyp_debug_bot': [ 1292 'gyp_debug_bot': [
1293 'gyp', 'debug_bot', 1293 'gyp', 'debug_bot',
1294 ], 1294 ],
1295 1295
1296 'gyp_debug_bot_minimal_symbols_x64': [ 1296 'gyp_debug_bot_minimal_symbols_x64': [
1297 'gyp', 'debug_bot_minimal_symbols', 'x64', 1297 'gyp', 'debug_bot_minimal_symbols', 'x64',
1298 ], 1298 ],
1299 1299
1300 'gyp_debug_bot_minimal_symbols_x86': [ 1300 'gn_debug_bot_minimal_symbols_x86': [
1301 'gyp', 'debug_bot_minimal_symbols', 'x86', 1301 'gn', 'debug_bot_minimal_symbols', 'x86',
1302 ], 1302 ],
1303 1303
1304 'gyp_drmemory_shared_release_x86': [ 1304 'gyp_drmemory_shared_release_x86': [
1305 'gyp', 'drmemory', 'shared', 'release', 'x86', 1305 'gyp', 'drmemory', 'shared', 'release', 'x86',
1306 ], 1306 ],
1307 1307
1308 'gyp_drmemory_shared_release_x64': [ 1308 'gyp_drmemory_shared_release_x64': [
1309 'gyp', 'drmemory', 'shared', 'release', 'x64', 1309 'gyp', 'drmemory', 'shared', 'release', 'x64',
1310 ], 1310 ],
1311 1311
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 ], 1360 ],
1361 1361
1362 'gyp_release_bot_minimal_symbols_x86': [ 1362 'gyp_release_bot_minimal_symbols_x86': [
1363 'gyp', 'release_bot_minimal_symbols', 'x86' 1363 'gyp', 'release_bot_minimal_symbols', 'x86'
1364 ], 1364 ],
1365 1365
1366 'gyp_release_trybot_x64': [ 1366 'gyp_release_trybot_x64': [
1367 'gyp', 'release_trybot', 'x64', 1367 'gyp', 'release_trybot', 'x64',
1368 ], 1368 ],
1369 1369
1370 'gyp_shared_release_bot_minimal_symbols_x86': [ 1370 'gn_shared_release_bot_minimal_symbols_x86': [
1371 'gyp', 'shared_release_bot', 'minimal_symbols', 'x86', 1371 'gn', 'shared_release_bot', 'minimal_symbols', 'x86',
1372 ], 1372 ],
1373 1373
1374 'gyp_syzyasan_no_pch_win_z7_x86': [ 1374 'gyp_syzyasan_no_pch_win_z7_x86': [
1375 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86', 1375 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86',
1376 ], 1376 ],
1377 1377
1378 'gyp_tsan_disable_nacl_line_tables_debug_bot': [ 1378 'gyp_tsan_disable_nacl_line_tables_debug_bot': [
1379 'gyp', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot', 1379 'gyp', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot',
1380 ], 1380 ],
1381 1381
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
2312 }, 2312 },
2313 2313
2314 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2314 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2315 2315
2316 'drmemory': { 2316 'drmemory': {
2317 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2317 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2318 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2318 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2319 }, 2319 },
2320 }, 2320 },
2321 } 2321 }
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