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

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

Issue 2180843003: Flip misc. remaining Win FYI builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_win_clang
Patch Set: merge Created 4 years, 4 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'swarming_gn_clang_tot_minimal_symbols_shared_debug_use_lld_x86', 214 'swarming_gn_clang_tot_minimal_symbols_shared_debug_use_lld_x86',
215 'CrWinClngLLDdbg tester': 'none', 215 'CrWinClngLLDdbg tester': 'none',
216 'EarlGreyiOS': 'ios_gyp', 216 'EarlGreyiOS': 'ios_gyp',
217 'Headless Linux (dbg)': 217 'Headless Linux (dbg)':
218 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', 218 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn',
219 'MD Top Chrome ChromeOS material-hybrid': 219 'MD Top Chrome ChromeOS material-hybrid':
220 'gn_chromeos_with_codecs_debug_bot', 220 'gn_chromeos_with_codecs_debug_bot',
221 'MD Top Chrome ChromeOS non-material': 221 'MD Top Chrome ChromeOS non-material':
222 'gn_chromeos_with_codecs_debug_bot', 222 'gn_chromeos_with_codecs_debug_bot',
223 'MD Top Chrome Win material': 223 'MD Top Chrome Win material':
224 'gyp_debug_bot_minimal_symbols_x64', 224 'gn_debug_bot_minimal_symbols_x64',
225 'MD Top Chrome Linux material': 'gn_debug_bot', 225 'MD Top Chrome Linux material': 'gn_debug_bot',
226 'LTO Linux': 'gn_official_goma_lto', 226 'LTO Linux': 'gn_official_goma_lto',
227 'LTO Linux Perf': 'gn_official_goma_lto', 227 'LTO Linux Perf': 'gn_official_goma_lto',
228 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', 228 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
229 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan', 229 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan',
230 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 230 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
231 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 231 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
232 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_asan', 232 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_asan',
233 'Linux ARM': 'swarming_gn_release_bot_arm', 233 'Linux ARM': 'swarming_gn_release_bot_arm',
234 'Linux deterministic': 'gn_release_bot', 234 'Linux deterministic': 'gn_release_bot',
235 'Linux remote_run Builder': 'swarming_gn_release_bot', 235 'Linux remote_run Builder': 'swarming_gn_release_bot',
236 'Linux remote_run Tester': 'swarming_gn_release_bot', 236 'Linux remote_run Tester': 'swarming_gn_release_bot',
237 'Linux V8 API Stability': 'gn_release_bot', 237 'Linux V8 API Stability': 'gn_release_bot',
238 'Mac deterministic': 'gn_release_bot_mac_strip', 238 'Mac deterministic': 'gn_release_bot_mac_strip',
239 'Mojo ChromiumOS': 'swarming_chromeos_gn_release_bot', 239 'Mojo ChromiumOS': 'swarming_chromeos_gn_release_bot',
240 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86', 240 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
241 'Site Isolation Linux': 'gn_release_trybot', 241 'Site Isolation Linux': 'gn_release_trybot',
242 'Site Isolation Win': 'gyp_release_trybot_x86', 242 'Site Isolation Win': 'gn_release_trybot_x86',
243 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', 243 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
244 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 244 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
245 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', 245 'WebKit Linux - WPTServe': 'swarming_gn_release_bot',
246 'WebKit Mac - WPTServe': 'swarming_gn_release_bot', 246 'WebKit Mac - WPTServe': 'swarming_gn_release_bot',
247 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86', 247 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86',
248 'Win 10 Fast Ring': 'gn_release_trybot_x64', 248 'Win 10 Fast Ring': 'gn_release_trybot_x64',
249 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 249 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
250 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 250 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
251 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86', 251 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86',
252 }, 252 },
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'win_chromium_variable_webkit_win7_builder': 'findit', 917 'win_chromium_variable_webkit_win7_builder': 'findit',
918 'win_chromium_variable_webkit_win7_builder_x64': 'findit', 918 'win_chromium_variable_webkit_win7_builder_x64': 'findit',
919 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 919 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
920 'win_clang': 'win_clang_debug_bot', 920 'win_clang': 'win_clang_debug_bot',
921 'win_clang_dbg': 'swarming_gn_clang_debug_trybot_x86', 921 'win_clang_dbg': 'swarming_gn_clang_debug_trybot_x86',
922 'win_clang_rel': 922 'win_clang_rel':
923 'swarming_gn_clang_official_optimize_release_trybot_x86', 923 'swarming_gn_clang_official_optimize_release_trybot_x86',
924 'win_clang_x64_dbg': 'win_clang_debug_bot', 924 'win_clang_x64_dbg': 'win_clang_debug_bot',
925 'win_clang_x64_rel': 925 'win_clang_x64_rel':
926 'swarming_gn_clang_official_optimize_release_trybot_x64', 926 'swarming_gn_clang_official_optimize_release_trybot_x64',
927 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86', 927 'win_nacl_sdk': 'gn_release_bot_minimal_symbols_x86',
928 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86', 928 'win_nacl_sdk_build': 'gn_release_bot_minimal_symbols_x86',
929 'win_optional_gpu_tests_rel': 929 'win_optional_gpu_tests_rel':
930 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86', 930 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86',
931 'win_pgo': [ 931 'win_pgo': [
932 'gyp_official_optimize_chrome_pgo_phase_1_x86', 932 'gyp_official_optimize_chrome_pgo_phase_1_x86',
933 'gyp_official_optimize_chrome_pgo_phase_2_x86', 933 'gyp_official_optimize_chrome_pgo_phase_2_x86',
934 ], 934 ],
935 'win_upload_clang': 'gn_release_bot', 935 'win_upload_clang': 'gn_release_bot',
936 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', 936 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86',
937 'win_x64_chromium_variable_builder': 'findit', 937 'win_x64_chromium_variable_builder': 'findit',
938 }, 938 },
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 1324
1325 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ 1325 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
1326 'gn', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 1326 'gn', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap',
1327 'release_bot', 1327 'release_bot',
1328 ], 1328 ],
1329 1329
1330 'gn_chromeos_with_codecs_debug_bot': [ 1330 'gn_chromeos_with_codecs_debug_bot': [
1331 'gn', 'chromeos_with_codecs', 'debug_bot', 1331 'gn', 'chromeos_with_codecs', 'debug_bot',
1332 ], 1332 ],
1333 1333
1334 'gyp_debug_bot_minimal_symbols_x64': [ 1334 'gn_debug_bot_minimal_symbols_x64': [
1335 'gyp', 'debug_bot_minimal_symbols', 'x64', 1335 'gn', 'debug_bot_minimal_symbols', 'x64',
1336 ], 1336 ],
1337 1337
1338 'gn_debug_bot_minimal_symbols_x86': [ 1338 'gn_debug_bot_minimal_symbols_x86': [
1339 'gn', 'debug_bot_minimal_symbols', 'x86', 1339 'gn', 'debug_bot_minimal_symbols', 'x86',
1340 ], 1340 ],
1341 1341
1342 'gn_drmemory_shared_release_x86': [ 1342 'gn_drmemory_shared_release_x86': [
1343 'gn', 'drmemory', 'shared', 'release', 'x86', 1343 'gn', 'drmemory', 'shared', 'release', 'x86',
1344 ], 1344 ],
1345 1345
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1404 ], 1404 ],
1405 1405
1406 'gyp_official_x64': [ 1406 'gyp_official_x64': [
1407 'gyp', 'official', 'x64', 1407 'gyp', 'official', 'x64',
1408 ], 1408 ],
1409 1409
1410 'gyp_official_x64_six_concurrent_links': [ 1410 'gyp_official_x64_six_concurrent_links': [
1411 'gyp', 'official', 'x64', 'six_concurrent_links', 1411 'gyp', 'official', 'x64', 'six_concurrent_links',
1412 ], 1412 ],
1413 1413
1414 'gyp_release_bot_minimal_symbols_x86': [ 1414 'gn_release_trybot_x86': [
1415 'gyp', 'release_bot_minimal_symbols', 'x86' 1415 'gn', 'release_trybot', 'x86',
1416 ],
1417
1418 'gyp_release_trybot_x86': [
1419 'gyp', 'release_trybot', 'x86',
1420 ], 1416 ],
1421 1417
1422 'gn_shared_release_bot_minimal_symbols_x86': [ 1418 'gn_shared_release_bot_minimal_symbols_x86': [
1423 'gn', 'shared_release_bot', 'minimal_symbols', 'x86', 1419 'gn', 'shared_release_bot', 'minimal_symbols', 'x86',
1424 ], 1420 ],
1425 1421
1426 'gyp_syzyasan_no_pch_win_z7_x86': [ 1422 'gyp_syzyasan_no_pch_win_z7_x86': [
1427 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86', 1423 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86',
1428 ], 1424 ],
1429 1425
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
2377 }, 2373 },
2378 2374
2379 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2375 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2380 2376
2381 'drmemory': { 2377 'drmemory': {
2382 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2378 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2383 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2379 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2384 }, 2380 },
2385 }, 2381 },
2386 } 2382 }
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