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

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

Issue 2089953002: Remove client.skia section from mb_config.pyl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_win_clang
Patch Set: remove client.skia altogether 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'Win 8 Perf (5)': 'none', 514 'Win 8 Perf (5)': 'none',
515 'Win Builder': 'gn_official_goma_minimal_symbols_x86', 515 'Win Builder': 'gn_official_goma_minimal_symbols_x86',
516 'Win Zenbook Perf (1)': 'none', 516 'Win Zenbook Perf (1)': 'none',
517 'Win Zenbook Perf (2)': 'none', 517 'Win Zenbook Perf (2)': 'none',
518 'Win Zenbook Perf (3)': 'none', 518 'Win Zenbook Perf (3)': 'none',
519 'Win Zenbook Perf (4)': 'none', 519 'Win Zenbook Perf (4)': 'none',
520 'Win Zenbook Perf (5)': 'none', 520 'Win Zenbook Perf (5)': 'none',
521 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64', 521 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64',
522 }, 522 },
523 523
524 'client.skia': {
525 'Linux Builder': 'swarming_gn_release_bot',
526 'Linux Builder-Trybot': 'swarming_gn_release_bot',
527 'Linux Tests': 'swarming_gn_release_bot',
528 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot',
529 'Mac Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot',
530 'Win Builder':
531 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86',
532 'Win Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot_x86',
533 },
534
535 'client.v8.fyi': { 524 'client.v8.fyi': {
536 'Android Builder': 'gn_official_goma_minimal_symbols_android', 525 'Android Builder': 'gn_official_goma_minimal_symbols_android',
537 'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot', 526 'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot',
538 'Chromium ASAN (symbolized)': 527 'Chromium ASAN (symbolized)':
539 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot', 528 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot',
540 'Chromium Win SyzyASAN': 'gyp_syzyasan_no_pch_win_z7_x86', 529 'Chromium Win SyzyASAN': 'gyp_syzyasan_no_pch_win_z7_x86',
541 'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot', 530 'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot',
542 'Linux Debug Builder': 'gn_debug_bot', 531 'Linux Debug Builder': 'gn_debug_bot',
543 'Linux Snapshot Builder': 'gn_release_bot', 532 'Linux Snapshot Builder': 'gn_release_bot',
544 'V8 Android GN (dbg)': 'android_gn_debug_bot', 533 'V8 Android GN (dbg)': 'android_gn_debug_bot',
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 ], 1662 ],
1674 1663
1675 'swarming_gpu_tests_gn_release_trybot_x86': [ 1664 'swarming_gpu_tests_gn_release_trybot_x86': [
1676 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86', 1665 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86',
1677 ], 1666 ],
1678 1667
1679 'swarming_gpu_tests_gn_release_bot': [ 1668 'swarming_gpu_tests_gn_release_bot': [
1680 'swarming', 'gpu_tests', 'gn', 'release_bot', 1669 'swarming', 'gpu_tests', 'gn', 'release_bot',
1681 ], 1670 ],
1682 1671
1683 'swarming_gpu_tests_gyp_release_bot': [
1684 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1685 ],
1686
1687 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
1688 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1689 ],
1690
1691 'swarming_gpu_tests_gyp_release_bot_x86': [
1692 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1693 ],
1694
1695 ('swarming_gyp_asan_clang_edge_fuzzer' 1672 ('swarming_gyp_asan_clang_edge_fuzzer'
1696 '_static_v8_heap_x86_full_symbols_release'): [ 1673 '_static_v8_heap_x86_full_symbols_release'): [
1697 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', 1674 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
1698 'v8_heap', 'full_symbols', 'release', 1675 'v8_heap', 'full_symbols', 'release',
1699 ], 1676 ],
1700 1677
1701 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ 1678 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
1702 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', 1679 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
1703 'full_symbols', 'release', 1680 'full_symbols', 'release',
1704 ], 1681 ],
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2299 }, 2276 },
2300 2277
2301 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2278 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2302 2279
2303 'drmemory': { 2280 'drmemory': {
2304 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2281 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2305 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2282 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2306 }, 2283 },
2307 }, 2284 },
2308 } 2285 }
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