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

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

Issue 2006733003: Re-land "Flip remaining CQ Win 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 226 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
227 'Win 10 Fast Ring': 'gn_release_trybot_x64', 227 'Win 10 Fast Ring': 'gn_release_trybot_x64',
228 }, 228 },
229 229
230 'chromium.gpu': { 230 'chromium.gpu': {
231 # These all use the 'trybot' mixins to ensure that dcheck is on. 231 # These all use the 'trybot' mixins to ensure that dcheck is on.
232 'GPU Mac Builder': 'swarming_gpu_tests_gyp_release_trybot', 232 'GPU Mac Builder': 'swarming_gpu_tests_gyp_release_trybot',
233 'GPU Mac Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot', 233 'GPU Mac Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot',
234 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot', 234 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot',
235 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_trybot', 235 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_trybot',
236 'GPU Win Builder': 'swarming_gpu_tests_gyp_release_trybot_x86', 236 'GPU Win Builder': 'swarming_gpu_tests_gn_release_trybot_x86',
237 'GPU Win Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot_x86', 237 'GPU Win Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot_x86',
238 'Linux Debug (NVIDIA)': 'none', 238 'Linux Debug (NVIDIA)': 'none',
239 'Linux Release (NVIDIA)': 'none', 239 'Linux Release (NVIDIA)': 'none',
240 'Mac 10.10 Debug (Intel)': 'none', 240 'Mac 10.10 Debug (Intel)': 'none',
241 'Mac 10.10 Release (Intel)': 'none', 241 'Mac 10.10 Release (Intel)': 'none',
242 'Mac 10.10 Retina Debug (AMD)': 'none', 242 'Mac 10.10 Retina Debug (AMD)': 'none',
243 'Mac 10.10 Retina Release (AMD)': 'none', 243 'Mac 10.10 Retina Release (AMD)': 'none',
244 'Win7 Debug (NVIDIA)': 'none', 244 'Win7 Debug (NVIDIA)': 'none',
245 'Win7 Release (ATI)': 'none', 245 'Win7 Release (ATI)': 'none',
246 'Win7 Release (NVIDIA)': 'none', 246 'Win7 Release (NVIDIA)': 'none',
247 }, 247 },
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'Mac Tester': 'none', 586 'Mac Tester': 'none',
587 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86', 587 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86',
588 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs', 588 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
589 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs', 589 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
590 'Win10 Tester': 'none', 590 'Win10 Tester': 'none',
591 'Win7 Tester': 'none', 591 'Win7 Tester': 'none',
592 }, 592 },
593 593
594 'chromium.win': { 594 'chromium.win': {
595 # Windows bots take too long to link w/ full symbols and time out. 595 # Windows bots take too long to link w/ full symbols and time out.
596 'Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86', 596 'Win Builder': 'swarming_gn_release_bot_minimal_symbols_x86',
597 'Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', 597 'Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86',
598 'Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64', 598 'Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64',
599 'Win x64 Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x64', 599 'Win x64 Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x64',
600 'Win 7 Tests x64 (1)': 'none', 600 'Win 7 Tests x64 (1)': 'none',
601 'Win10 Tests x64': 'none', 601 'Win10 Tests x64': 'none',
602 'Win7 (32) Tests': 'none', 602 'Win7 (32) Tests': 'none',
603 'Win7 Tests (1)': 'none', 603 'Win7 Tests (1)': 'none',
604 'Win7 Tests (dbg)(1)': 'none', 604 'Win7 Tests (dbg)(1)': 'none',
605 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', 605 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
606 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', 606 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
607 'WinClang64 (dbg)': 'win_clang_debug_bot', 607 'WinClang64 (dbg)': 'win_clang_debug_bot',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 }, 840 },
841 841
842 'tryserver.chromium.win': { 842 'tryserver.chromium.win': {
843 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 843 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
844 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64', 844 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64',
845 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86', 845 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86',
846 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 846 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
847 'win8_chromium_ng': 'gn_release_trybot_x86', 847 'win8_chromium_ng': 'gn_release_trybot_x86',
848 'win_x64_archive': 'noswarming_gyp_release_trybot_x64', 848 'win_x64_archive': 'noswarming_gyp_release_trybot_x64',
849 'win_archive': 'noswarming_gyp_release_trybot_x86', 849 'win_archive': 'noswarming_gyp_release_trybot_x86',
850 'win_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot_x86', 850 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86',
851 'win_chromium_compile_rel_ng': 851 'win_chromium_compile_rel_ng':
852 'swarming_gpu_tests_gyp_release_trybot_x86', 852 'swarming_gpu_tests_gn_release_trybot_x86',
853 'win_chromium_dbg_ng': 'swarming_gyp_debug_trybot_x86', 853 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86',
854 'win_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot_x86', 854 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86',
855 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86', 855 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86',
856 'win_chromium_variable': 'findit', 856 'win_chromium_variable': 'findit',
857 'win_chromium_variable_archive': 'findit', 857 'win_chromium_variable_archive': 'findit',
858 'win_chromium_variable_chrome': 'findit', 858 'win_chromium_variable_chrome': 'findit',
859 'win_chromium_variable_gn': 'findit', 859 'win_chromium_variable_gn': 'findit',
860 'win_chromium_variable_webkit_builder': 'findit', 860 'win_chromium_variable_webkit_builder': 'findit',
861 'win_chromium_variable_webkit_layout': 'findit', 861 'win_chromium_variable_webkit_layout': 'findit',
862 'win_chromium_variable_webkit_win7_builder': 'findit', 862 'win_chromium_variable_webkit_win7_builder': 'findit',
863 'win_chromium_variable_webkit_win7_builder_x64': 'findit', 863 'win_chromium_variable_webkit_win7_builder_x64': 'findit',
864 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 864 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 ], 1527 ],
1528 1528
1529 'swarming_gn_debug_bot_minimal_symbols_x64': [ 1529 'swarming_gn_debug_bot_minimal_symbols_x64': [
1530 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64', 1530 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64',
1531 ], 1531 ],
1532 1532
1533 'swarming_gn_debug_bot_x86': [ 1533 'swarming_gn_debug_bot_x86': [
1534 'swarming', 'gn', 'debug_bot', 'x86', 1534 'swarming', 'gn', 'debug_bot', 'x86',
1535 ], 1535 ],
1536 1536
1537 'swarming_gn_debug_bot_minimal_symbols_x86': [
1538 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x86',
1539 ],
1540
1537 'swarming_gn_debug_trybot': [ 1541 'swarming_gn_debug_trybot': [
1538 'swarming', 'gn', 'debug_trybot', 1542 'swarming', 'gn', 'debug_trybot',
1539 ], 1543 ],
1540 1544
1541 'swarming_gn_debug_trybot_x86': [ 1545 'swarming_gn_debug_trybot_x86': [
1542 'swarming', 'gn', 'debug_trybot', 'x86', 1546 'swarming', 'gn', 'debug_trybot', 'x86',
1543 ], 1547 ],
1544 1548
1545 'swarming_gn_msan_release_bot': [ 1549 'swarming_gn_msan_release_bot': [
1546 'swarming', 'gn', 'msan', 'release_bot', 1550 'swarming', 'gn', 'msan', 'release_bot',
1547 ], 1551 ],
1548 1552
1549 'swarming_gn_release_bot': [ 1553 'swarming_gn_release_bot': [
1550 'swarming', 'gn', 'release_bot', 1554 'swarming', 'gn', 'release_bot',
1551 ], 1555 ],
1552 1556
1553 'swarming_gn_release_bot_arm': [ 1557 'swarming_gn_release_bot_arm': [
1554 'swarming', 'gn', 'release_bot', 'arm', 'crosscompile', 1558 'swarming', 'gn', 'release_bot', 'arm', 'crosscompile',
1555 ], 1559 ],
1556 1560
1557 'swarming_gn_release_bot_minimal_symbols': [ 1561 'swarming_gn_release_bot_minimal_symbols': [
1558 'swarming', 'gn', 'release_bot_minimal_symbols', 1562 'swarming', 'gn', 'release_bot_minimal_symbols',
1559 ], 1563 ],
1560 1564
1561 'swarming_gn_release_bot_minimal_symbols_x64': [ 1565 'swarming_gn_release_bot_minimal_symbols_x64': [
1562 'swarming', 'gn', 'release_bot_minimal_symbols', 'x64', 1566 'swarming', 'gn', 'release_bot_minimal_symbols', 'x64',
1563 ], 1567 ],
1564 1568
1569 'swarming_gn_release_bot_minimal_symbols_x86': [
1570 'swarming', 'gn', 'release_bot_minimal_symbols', 'x86',
1571 ],
1572
1565 'swarming_gn_release_bot_x64': [ 1573 'swarming_gn_release_bot_x64': [
1566 'swarming', 'gn', 'release_bot', 'x64', 1574 'swarming', 'gn', 'release_bot', 'x64',
1567 ], 1575 ],
1568 1576
1569 'swarming_gn_release_trybot': [ 1577 'swarming_gn_release_trybot': [
1570 'swarming', 'gn', 'release_bot', 1578 'swarming', 'gn', 'release_bot',
1571 ], 1579 ],
1572 1580
1573 'swarming_gn_release_trybot_x64': [ 1581 'swarming_gn_release_trybot_x64': [
1574 'swarming', 'gn', 'release_trybot', 'x64', 1582 'swarming', 'gn', 'release_trybot', 'x64',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 1629
1622 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86': [ 1630 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86': [
1623 'swarming', 'gpu_tests', 'angle_deqp_tests', 1631 'swarming', 'gpu_tests', 'angle_deqp_tests',
1624 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x86', 1632 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x86',
1625 ], 1633 ],
1626 1634
1627 'swarming_gpu_tests_gn_debug_trybot': [ 1635 'swarming_gpu_tests_gn_debug_trybot': [
1628 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 1636 'swarming', 'gpu_tests', 'gn', 'debug_trybot',
1629 ], 1637 ],
1630 1638
1639 'swarming_gpu_tests_gn_debug_trybot_x86': [
1640 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86',
1641 ],
1642
1631 'swarming_gpu_tests_gn_release_trybot': [ 1643 'swarming_gpu_tests_gn_release_trybot': [
1632 'swarming', 'gpu_tests', 'gn', 'release_trybot', 1644 'swarming', 'gpu_tests', 'gn', 'release_trybot',
1633 ], 1645 ],
1634 1646
1647 'swarming_gpu_tests_gn_release_trybot_x86': [
1648 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86',
1649 ],
1650
1635 'swarming_gpu_tests_gyp_debug_trybot': [ 1651 'swarming_gpu_tests_gyp_debug_trybot': [
1636 'swarming', 'gpu_tests', 'gyp', 'debug_trybot', 1652 'swarming', 'gpu_tests', 'gyp', 'debug_trybot',
1637 ], 1653 ],
1638 1654
1639 'swarming_gpu_tests_gyp_debug_trybot_x86': [
1640 'swarming', 'gpu_tests', 'gyp', 'debug_trybot', 'x86',
1641 ],
1642
1643 'swarming_gpu_tests_gyp_release_bot': [ 1655 'swarming_gpu_tests_gyp_release_bot': [
1644 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1656 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1645 ], 1657 ],
1646 1658
1647 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [ 1659 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
1648 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1660 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1649 ], 1661 ],
1650 1662
1651 'swarming_gpu_tests_gyp_release_bot_x86': [ 1663 'swarming_gpu_tests_gyp_release_bot_x86': [
1652 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1664 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1653 ], 1665 ],
1654 1666
1655 'swarming_gpu_tests_gyp_release_trybot': [ 1667 'swarming_gpu_tests_gyp_release_trybot': [
1656 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 1668 'swarming', 'gpu_tests', 'gyp', 'release_trybot',
1657 ], 1669 ],
1658 1670
1659 'swarming_gpu_tests_gyp_release_trybot_x86': [
1660 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 'x86',
1661 ],
1662
1663 ('swarming_gyp_asan_clang_edge_fuzzer' 1671 ('swarming_gyp_asan_clang_edge_fuzzer'
1664 '_static_v8_heap_x86_full_symbols_release'): [ 1672 '_static_v8_heap_x86_full_symbols_release'): [
1665 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', 1673 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
1666 'v8_heap', 'full_symbols', 'release', 1674 'v8_heap', 'full_symbols', 'release',
1667 ], 1675 ],
1668 1676
1669 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ 1677 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
1670 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', 1678 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
1671 'full_symbols', 'release', 1679 'full_symbols', 'release',
1672 ], 1680 ],
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 }, 2310 },
2303 2311
2304 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2312 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2305 2313
2306 'drmemory': { 2314 'drmemory': {
2307 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2315 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2308 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2316 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2309 }, 2317 },
2310 }, 2318 },
2311 } 2319 }
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