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

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

Issue 1908733002: Flip remaining CQ Win builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert nacl fixes since that CL has landed Created 4 years, 7 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 }, 223 },
224 224
225 'chromium.gpu': { 225 'chromium.gpu': {
226 # These all use the 'trybot' mixins to ensure that dcheck is on. 226 # These all use the 'trybot' mixins to ensure that dcheck is on.
227 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot', 227 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot',
228 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot', 228 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot',
229 'GPU Mac Builder': 'swarming_gpu_tests_gyp_release_trybot', 229 'GPU Mac Builder': 'swarming_gpu_tests_gyp_release_trybot',
230 'GPU Mac Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot', 230 'GPU Mac Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot',
231 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot', 231 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot',
232 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_trybot', 232 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_trybot',
233 'GPU Win Builder': 'swarming_gpu_tests_gyp_release_trybot_x86', 233 'GPU Win Builder': 'swarming_gpu_tests_gn_release_trybot_x86',
234 'GPU Win Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot_x86', 234 'GPU Win Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot_x86',
235 'Linux Debug (NVIDIA)': 'none', 235 'Linux Debug (NVIDIA)': 'none',
236 'Linux Release (NVIDIA)': 'none', 236 'Linux Release (NVIDIA)': 'none',
237 'Mac 10.10 Debug (Intel)': 'none', 237 'Mac 10.10 Debug (Intel)': 'none',
238 'Mac 10.10 Release (Intel)': 'none', 238 'Mac 10.10 Release (Intel)': 'none',
239 'Mac 10.10 Retina Debug (AMD)': 'none', 239 'Mac 10.10 Retina Debug (AMD)': 'none',
240 'Mac 10.10 Retina Release (AMD)': 'none', 240 'Mac 10.10 Retina Release (AMD)': 'none',
241 'Win7 Debug (NVIDIA)': 'none', 241 'Win7 Debug (NVIDIA)': 'none',
242 'Win7 Release (ATI)': 'none', 242 'Win7 Release (ATI)': 'none',
243 'Win7 Release (NVIDIA)': 'none', 243 'Win7 Release (NVIDIA)': 'none',
244 }, 244 },
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'Mac Tester': 'none', 574 'Mac Tester': 'none',
575 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86', 575 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86',
576 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs', 576 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
577 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs', 577 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
578 'Win10 Tester': 'none', 578 'Win10 Tester': 'none',
579 'Win7 Tester': 'none', 579 'Win7 Tester': 'none',
580 }, 580 },
581 581
582 'chromium.win': { 582 'chromium.win': {
583 # Windows bots take too long to link w/ full symbols and time out. 583 # Windows bots take too long to link w/ full symbols and time out.
584 'Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86', 584 'Win Builder': 'swarming_gn_release_bot_minimal_symbols_x86',
585 'Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', 585 'Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86',
586 'Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64', 586 'Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64',
587 'Win x64 Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x64', 587 'Win x64 Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x64',
588 'Win 7 Tests x64 (1)': 'none', 588 'Win 7 Tests x64 (1)': 'none',
589 'Win10 Tests x64': 'none', 589 'Win10 Tests x64': 'none',
590 'Win7 (32) Tests': 'none', 590 'Win7 (32) Tests': 'none',
591 'Win7 Tests (1)': 'none', 591 'Win7 Tests (1)': 'none',
592 'Win7 Tests (dbg)(1)': 'none', 592 'Win7 Tests (dbg)(1)': 'none',
593 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', 593 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
594 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', 594 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
595 'WinClang64 (dbg)': 'win_clang_debug_bot', 595 'WinClang64 (dbg)': 'win_clang_debug_bot',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 }, 826 },
827 827
828 'tryserver.chromium.win': { 828 'tryserver.chromium.win': {
829 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 829 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
830 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64', 830 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64',
831 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86', 831 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86',
832 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 832 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
833 'win8_chromium_ng': 'gn_release_trybot_x86', 833 'win8_chromium_ng': 'gn_release_trybot_x86',
834 'win_x64_archive': 'noswarming_gyp_release_trybot_x64', 834 'win_x64_archive': 'noswarming_gyp_release_trybot_x64',
835 'win_archive': 'noswarming_gyp_release_trybot_x86', 835 'win_archive': 'noswarming_gyp_release_trybot_x86',
836 'win_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot_x86', 836 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86',
837 'win_chromium_compile_rel_ng': 837 'win_chromium_compile_rel_ng':
838 'swarming_gpu_tests_gyp_release_trybot_x86', 838 'swarming_gpu_tests_gn_release_trybot_x86',
839 'win_chromium_dbg_ng': 'swarming_gyp_debug_trybot_x86', 839 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86',
840 'win_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot_x86', 840 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86',
841 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86', 841 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86',
842 'win_chromium_variable': 'findit', 842 'win_chromium_variable': 'findit',
843 'win_chromium_variable_archive': 'findit', 843 'win_chromium_variable_archive': 'findit',
844 'win_chromium_variable_chrome': 'findit', 844 'win_chromium_variable_chrome': 'findit',
845 'win_chromium_variable_gn': 'findit', 845 'win_chromium_variable_gn': 'findit',
846 'win_chromium_variable_webkit_builder': 'findit', 846 'win_chromium_variable_webkit_builder': 'findit',
847 'win_chromium_variable_webkit_layout': 'findit', 847 'win_chromium_variable_webkit_layout': 'findit',
848 'win_chromium_variable_webkit_win7_builder': 'findit', 848 'win_chromium_variable_webkit_win7_builder': 'findit',
849 'win_chromium_variable_webkit_win7_builder_x64': 'findit', 849 'win_chromium_variable_webkit_win7_builder_x64': 'findit',
850 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 850 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 1505
1506 'swarming_gn_debug_bot_minimal_symbols_x64': [ 1506 'swarming_gn_debug_bot_minimal_symbols_x64': [
1507 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64', 1507 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64',
1508 ], 1508 ],
1509 1509
1510 'swarming_clang_tot_lld_release_shared': [ 1510 'swarming_clang_tot_lld_release_shared': [
1511 # TODO(crbug.com/605819): Enable debug info in release builds. 1511 # TODO(crbug.com/605819): Enable debug info in release builds.
1512 'swarming', 'gn', 'clang_tot', 'release', 'shared', 'use_lld', 1512 'swarming', 'gn', 'clang_tot', 'release', 'shared', 'use_lld',
1513 ], 1513 ],
1514 1514
1515 'swarming_gn_debug_bot_minimal_symbols_x86': [
1516 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x86',
1517 ],
1518
1515 'swarming_gn_debug_trybot': [ 1519 'swarming_gn_debug_trybot': [
1516 'swarming', 'gn', 'debug_trybot', 1520 'swarming', 'gn', 'debug_trybot',
1517 ], 1521 ],
1518 1522
1519 'swarming_gn_debug_trybot_x86': [ 1523 'swarming_gn_debug_trybot_x86': [
1520 'swarming', 'gn', 'debug_trybot', 'x86', 1524 'swarming', 'gn', 'debug_trybot', 'x86',
1521 ], 1525 ],
1522 1526
1523 'swarming_gn_msan_release_bot': [ 1527 'swarming_gn_msan_release_bot': [
1524 'swarming', 'gn', 'msan', 'release_bot', 1528 'swarming', 'gn', 'msan', 'release_bot',
1525 ], 1529 ],
1526 1530
1527 'swarming_gn_release_bot': [ 1531 'swarming_gn_release_bot': [
1528 'swarming', 'gn', 'release_bot', 1532 'swarming', 'gn', 'release_bot',
1529 ], 1533 ],
1530 1534
1531 'swarming_gn_release_bot_arm': [ 1535 'swarming_gn_release_bot_arm': [
1532 'swarming', 'gn', 'release_bot', 'arm', 'crosscompile', 1536 'swarming', 'gn', 'release_bot', 'arm', 'crosscompile',
1533 ], 1537 ],
1534 1538
1535 'swarming_gn_release_bot_minimal_symbols': [ 1539 'swarming_gn_release_bot_minimal_symbols': [
1536 'swarming', 'gn', 'release_bot_minimal_symbols', 1540 'swarming', 'gn', 'release_bot_minimal_symbols',
1537 ], 1541 ],
1538 1542
1539 'swarming_gn_release_bot_minimal_symbols_x64': [ 1543 'swarming_gn_release_bot_minimal_symbols_x64': [
1540 'swarming', 'gn', 'release_bot_minimal_symbols', 'x64', 1544 'swarming', 'gn', 'release_bot_minimal_symbols', 'x64',
1541 ], 1545 ],
1542 1546
1547 'swarming_gn_release_bot_minimal_symbols_x86': [
1548 'swarming', 'gn', 'release_bot_minimal_symbols', 'x86',
1549 ],
1550
1543 'swarming_gn_release_bot_x64': [ 1551 'swarming_gn_release_bot_x64': [
1544 'swarming', 'gn', 'release_bot', 'x64', 1552 'swarming', 'gn', 'release_bot', 'x64',
1545 ], 1553 ],
1546 1554
1547 'swarming_gn_release_trybot': [ 1555 'swarming_gn_release_trybot': [
1548 'swarming', 'gn', 'release_bot', 1556 'swarming', 'gn', 'release_bot',
1549 ], 1557 ],
1550 1558
1551 'swarming_gn_release_trybot_x64': [ 1559 'swarming_gn_release_trybot_x64': [
1552 'swarming', 'gn', 'release_trybot', 'x64', 1560 'swarming', 'gn', 'release_trybot', 'x64',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 1607
1600 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86': [ 1608 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86': [
1601 'swarming', 'gpu_tests', 'angle_deqp_tests', 1609 'swarming', 'gpu_tests', 'angle_deqp_tests',
1602 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x86', 1610 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x86',
1603 ], 1611 ],
1604 1612
1605 'swarming_gpu_tests_gn_debug_trybot': [ 1613 'swarming_gpu_tests_gn_debug_trybot': [
1606 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 1614 'swarming', 'gpu_tests', 'gn', 'debug_trybot',
1607 ], 1615 ],
1608 1616
1617 'swarming_gpu_tests_gn_debug_trybot_x86': [
1618 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86',
1619 ],
1620
1609 'swarming_gpu_tests_gn_release_trybot': [ 1621 'swarming_gpu_tests_gn_release_trybot': [
1610 'swarming', 'gpu_tests', 'gn', 'release_trybot', 1622 'swarming', 'gpu_tests', 'gn', 'release_trybot',
1611 ], 1623 ],
1612 1624
1625 'swarming_gpu_tests_gn_release_trybot_x86': [
1626 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86',
1627 ],
1628
1613 'swarming_gpu_tests_gyp_debug_trybot': [ 1629 'swarming_gpu_tests_gyp_debug_trybot': [
1614 'swarming', 'gpu_tests', 'gyp', 'debug_trybot', 1630 'swarming', 'gpu_tests', 'gyp', 'debug_trybot',
1615 ], 1631 ],
1616 1632
1617 'swarming_gpu_tests_gyp_debug_trybot_x86': [
1618 'swarming', 'gpu_tests', 'gyp', 'debug_trybot', 'x86',
1619 ],
1620
1621 'swarming_gpu_tests_gyp_release_bot': [ 1633 'swarming_gpu_tests_gyp_release_bot': [
1622 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1634 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1623 ], 1635 ],
1624 1636
1625 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [ 1637 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
1626 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1638 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1627 ], 1639 ],
1628 1640
1629 'swarming_gpu_tests_gyp_release_bot_x86': [ 1641 'swarming_gpu_tests_gyp_release_bot_x86': [
1630 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1642 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1631 ], 1643 ],
1632 1644
1633 'swarming_gpu_tests_gyp_release_trybot': [ 1645 'swarming_gpu_tests_gyp_release_trybot': [
1634 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 1646 'swarming', 'gpu_tests', 'gyp', 'release_trybot',
1635 ], 1647 ],
1636 1648
1637 'swarming_gpu_tests_gyp_release_trybot_x86': [
1638 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 'x86',
1639 ],
1640
1641 ('swarming_gyp_asan_clang_edge_fuzzer' 1649 ('swarming_gyp_asan_clang_edge_fuzzer'
1642 '_static_v8_heap_x86_full_symbols_release'): [ 1650 '_static_v8_heap_x86_full_symbols_release'): [
1643 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', 1651 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
1644 'v8_heap', 'full_symbols', 'release', 1652 'v8_heap', 'full_symbols', 'release',
1645 ], 1653 ],
1646 1654
1647 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ 1655 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
1648 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', 1656 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
1649 'full_symbols', 'release', 1657 'full_symbols', 'release',
1650 ], 1658 ],
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 }, 2292 },
2285 2293
2286 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2294 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2287 2295
2288 'drmemory': { 2296 'drmemory': {
2289 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2297 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2290 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2298 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2291 }, 2299 },
2292 }, 2300 },
2293 } 2301 }
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