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

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

Issue 2000283003: Flip webkit bots to GN (again) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_win_x86_cq
Patch Set: 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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 }, 522 },
523 523
524 'client.v8.fyi': { 524 'client.v8.fyi': {
525 'Android Builder': 'gn_official_goma_minimal_symbols_android', 525 'Android Builder': 'gn_official_goma_minimal_symbols_android',
526 'Linux Debug Builder': 'gn_debug_bot', 526 'Linux Debug Builder': 'gn_debug_bot',
527 'V8 Android GN (dbg)': 'android_gn_debug_bot', 527 'V8 Android GN (dbg)': 'android_gn_debug_bot',
528 'V8 Linux GN': 'gn_release_bot', 528 'V8 Linux GN': 'gn_release_bot',
529 'V8-Blink Linux 64': 'noswarming_gn_release_bot_x64', 529 'V8-Blink Linux 64': 'noswarming_gn_release_bot_x64',
530 'V8-Blink Linux 64 - ignition': 'noswarming_gn_release_bot_x64', 530 'V8-Blink Linux 64 - ignition': 'noswarming_gn_release_bot_x64',
531 'V8-Blink Linux 64 (dbg)': 'noswarming_gn_debug_bot_x64', 531 'V8-Blink Linux 64 (dbg)': 'noswarming_gn_debug_bot_x64',
532 'V8-Blink Mac': 'noswarming_gyp_release_bot_x64', 532 'V8-Blink Mac': 'noswarming_gn_release_bot_x64',
533 'V8-Blink Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', 533 'V8-Blink Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
534 }, 534 },
535 535
536 'chromium.webkit': { 536 'chromium.webkit': {
537 'Android Builder': 'android_gn_release_bot_minimal_symbols', 537 'Android Builder': 'android_gn_release_bot_minimal_symbols',
538 'WebKit Android (Nexus4)': 'none', 538 'WebKit Android (Nexus4)': 'none',
539 'WebKit Linux (dbg)': 'swarming_gn_debug_bot', 539 'WebKit Linux (dbg)': 'swarming_gn_debug_bot',
540 'WebKit Linux ASAN': 'swarming_gn_asan_lsan_release_bot', 540 'WebKit Linux ASAN': 'swarming_gn_asan_lsan_release_bot',
541 'WebKit Linux Leak': 'swarming_gn_release_bot', 541 'WebKit Linux Leak': 'swarming_gn_release_bot',
542 'WebKit Linux MSAN': 'swarming_gn_msan_release_bot', 542 'WebKit Linux MSAN': 'swarming_gn_msan_release_bot',
543 'WebKit Linux Trusty': 'swarming_gn_release_bot', 543 'WebKit Linux Trusty': 'swarming_gn_release_bot',
544 'WebKit Linux': 'swarming_gn_release_bot', 544 'WebKit Linux': 'swarming_gn_release_bot',
545 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot', 545 'WebKit Mac Builder (dbg)': 'swarming_gn_debug_bot',
546 'WebKit Mac Builder': 'swarming_gyp_release_bot', 546 'WebKit Mac Builder': 'swarming_gn_release_bot',
547 'WebKit Mac10.10': 'none', 547 'WebKit Mac10.10': 'none',
548 'WebKit Mac10.11 (dbg)': 'none', 548 'WebKit Mac10.11 (dbg)': 'none',
549 'WebKit Mac10.11 (retina)': 'swarming_gyp_release_bot', 549 'WebKit Mac10.11 (retina)': 'swarming_gn_release_bot',
550 'WebKit Mac10.11': 'none', 550 'WebKit Mac10.11': 'none',
551 'WebKit Mac10.9': 'swarming_gyp_release_bot', 551 'WebKit Mac10.9': 'swarming_gn_release_bot',
552 'WebKit Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', 552 'WebKit Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86',
553 'WebKit Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86', 553 'WebKit Win Builder': 'swarming_gn_release_bot_minimal_symbols_x86',
554 'WebKit Win x64 Builder (dbg)': 554 'WebKit Win x64 Builder (dbg)':
555 'swarming_gn_debug_bot_minimal_symbols_x64', 555 'swarming_gn_debug_bot_minimal_symbols_x64',
556 'WebKit Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64', 556 'WebKit Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64',
557 'WebKit Win10': 'none', 557 'WebKit Win10': 'none',
558 'WebKit Win7 (dbg)': 'none', 558 'WebKit Win7 (dbg)': 'none',
559 'WebKit Win7': 'none', 559 'WebKit Win7': 'none',
560 }, 560 },
561 561
562 'chromium.webrtc': { 562 'chromium.webrtc': {
563 'Linux Builder': 'gn_release_bot_chrome_with_codecs', 563 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'tryserver.blink': { 636 'tryserver.blink': {
637 # Most tryservers should have '_trybot' in their config names, but 637 # Most tryservers should have '_trybot' in their config names, but
638 # 'release_trybot' includes 'dcheck_always_on', and the blink 638 # 'release_trybot' includes 'dcheck_always_on', and the blink
639 # release trybots must *not* enable dchecks, because that could 639 # release trybots must *not* enable dchecks, because that could
640 # cause them to produce different baselines than the release 640 # cause them to produce different baselines than the release
641 # waterfall bots, and run-webkit-tests can't handle that (by design). 641 # waterfall bots, and run-webkit-tests can't handle that (by design).
642 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', 642 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot',
643 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', 643 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
644 'linux_blink_dbg': 'swarming_gn_debug_trybot', 644 'linux_blink_dbg': 'swarming_gn_debug_trybot',
645 'linux_blink_rel': 'swarming_gn_release_bot_minimal_symbols', 645 'linux_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
646 'mac_blink_compile_dbg': 'swarming_gyp_debug_trybot', 646 'mac_blink_compile_dbg': 'swarming_gn_debug_trybot',
647 'mac_blink_compile_rel': 'swarming_gyp_release_bot_minimal_symbols', 647 'mac_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
648 'mac_blink_dbg': 'swarming_gyp_debug_trybot', 648 'mac_blink_dbg': 'swarming_gn_debug_trybot',
649 'mac_blink_rel': 'swarming_gyp_release_bot_minimal_symbols', 649 'mac_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
650 'win_blink_compile_dbg': 'swarming_gyp_debug_trybot_x86', 650 'win_blink_compile_dbg': 'swarming_gn_debug_trybot_x86',
651 'win_blink_compile_rel': 'swarming_gyp_release_bot_minimal_symbols_x86', 651 'win_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols_x86',
652 'win_blink_dbg': 'swarming_gyp_debug_trybot_x86', 652 'win_blink_dbg': 'swarming_gn_debug_trybot_x86',
653 'win_blink_rel': 'swarming_gyp_release_bot_minimal_symbols_x86', 653 'win_blink_rel': 'swarming_gn_release_bot_minimal_symbols_x86',
654 }, 654 },
655 655
656 'tryserver.chromium.android': { 656 'tryserver.chromium.android': {
657 'android_archive_rel_ng': 'android_gn_release_trybot', 657 'android_archive_rel_ng': 'android_gn_release_trybot',
658 'android_arm64_dbg_recipe': 'swarming_android_gn_debug_trybot_arm64', 658 'android_arm64_dbg_recipe': 'swarming_android_gn_debug_trybot_arm64',
659 'android_blink_rel': 'swarming_android_gn_release_trybot', 659 'android_blink_rel': 'swarming_android_gn_release_trybot',
660 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot', 660 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
661 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', 661 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
662 'android_chromium_gn_rel': 'android_gn_release_trybot', 662 'android_chromium_gn_rel': 'android_gn_release_trybot',
663 'android_chromium_variable': 'findit', 663 'android_chromium_variable': 'findit',
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 ], 1402 ],
1403 1403
1404 'noswarming_gn_release_bot': [ 1404 'noswarming_gn_release_bot': [
1405 'noswarming', 'gn', 'release_bot', 1405 'noswarming', 'gn', 'release_bot',
1406 ], 1406 ],
1407 1407
1408 'noswarming_gn_release_bot_minimal_symbols_x64': [ 1408 'noswarming_gn_release_bot_minimal_symbols_x64': [
1409 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x64', 1409 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x64',
1410 ], 1410 ],
1411 1411
1412 'noswarming_gn_release_bot_minimal_symbols_x86': [
1413 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86',
1414 ],
1415
1412 'noswarming_gn_release_bot_x64': [ 1416 'noswarming_gn_release_bot_x64': [
1413 'noswarming', 'gn', 'release_bot', 'x64', 1417 'noswarming', 'gn', 'release_bot', 'x64',
1414 ], 1418 ],
1415 1419
1416 'noswarming_gyp_release_bot_mac_strip': [ 1420 'noswarming_gyp_release_bot_mac_strip': [
1417 'noswarming', 'gyp', 'release_bot', 'mac_strip', 1421 'noswarming', 'gyp', 'release_bot', 'mac_strip',
1418 ], 1422 ],
1419 1423
1420 'noswarming_gyp_release_bot_minimal_symbols_x86': [ 1424 'noswarming_gyp_release_bot_minimal_symbols_x86': [
1421 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1425 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1422 ], 1426 ],
1423 1427
1424 'noswarming_gyp_release_bot_x64': [
1425 'noswarming', 'gyp', 'release_bot', 'x64',
1426 ],
1427
1428 'noswarming_gyp_release_trybot': [ 1428 'noswarming_gyp_release_trybot': [
1429 'noswarming', 'gyp', 'release_trybot', 1429 'noswarming', 'gyp', 'release_trybot',
1430 ], 1430 ],
1431 1431
1432 'noswarming_gyp_release_trybot_x64': [ 1432 'noswarming_gyp_release_trybot_x64': [
1433 'noswarming', 'gyp', 'release_trybot', 'x64', 1433 'noswarming', 'gyp', 'release_trybot', 'x64',
1434 ], 1434 ],
1435 1435
1436 'noswarming_gyp_release_trybot_x86': [ 1436 'noswarming_gyp_release_trybot_x86': [
1437 'noswarming', 'gyp', 'release_trybot', 'x86', 1437 'noswarming', 'gyp', 'release_trybot', 'x86',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 ], 1519 ],
1520 1520
1521 'swarming_gn_asan_lsan_release_bot': [ 1521 'swarming_gn_asan_lsan_release_bot': [
1522 'swarming', 'gn', 'asan', 'lsan', 'release_bot', 1522 'swarming', 'gn', 'asan', 'lsan', 'release_bot',
1523 ], 1523 ],
1524 1524
1525 'swarming_gn_debug_bot': [ 1525 'swarming_gn_debug_bot': [
1526 'swarming', 'gn', 'debug_bot', 1526 'swarming', 'gn', 'debug_bot',
1527 ], 1527 ],
1528 1528
1529 'swarming_gn_debug_bot_x86': [
1530 'swarming', 'gn', 'debug_bot', 'x86',
1531 ],
1532
1529 'swarming_gn_debug_bot_minimal_symbols_x64': [ 1533 'swarming_gn_debug_bot_minimal_symbols_x64': [
1530 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64', 1534 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64',
1531 ], 1535 ],
1532 1536
1533 'swarming_gn_debug_bot_x86': [
1534 'swarming', 'gn', 'debug_bot', 'x86',
1535 ],
1536
1537 'swarming_gn_debug_bot_minimal_symbols_x86': [ 1537 'swarming_gn_debug_bot_minimal_symbols_x86': [
1538 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x86', 1538 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x86',
1539 ], 1539 ],
1540 1540
1541 'swarming_gn_debug_trybot': [ 1541 'swarming_gn_debug_trybot': [
1542 'swarming', 'gn', 'debug_trybot', 1542 'swarming', 'gn', 'debug_trybot',
1543 ], 1543 ],
1544 1544
1545 'swarming_gn_debug_trybot_x86': [ 1545 'swarming_gn_debug_trybot_x86': [
1546 'swarming', 'gn', 'debug_trybot', 'x86', 1546 'swarming', 'gn', 'debug_trybot', 'x86',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1800 1800
1801 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86': [ 1801 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86': [
1802 'swarming', 'gyp', 'clang_tot', 'official', 'minimal_symbols', 'static', 1802 'swarming', 'gyp', 'clang_tot', 'official', 'minimal_symbols', 'static',
1803 'release', 'x86', 1803 'release', 'x86',
1804 ], 1804 ],
1805 1805
1806 'swarming_gyp_debug_bot': [ 1806 'swarming_gyp_debug_bot': [
1807 'swarming', 'gyp', 'debug_bot', 1807 'swarming', 'gyp', 'debug_bot',
1808 ], 1808 ],
1809 1809
1810 'swarming_gyp_debug_bot_minimal_symbols_x86': [
1811 'swarming', 'gyp', 'debug_bot_minimal_symbols', 'x86',
1812 ],
1813
1814 'swarming_gyp_debug_trybot': [ 1810 'swarming_gyp_debug_trybot': [
1815 'swarming', 'gyp', 'debug_trybot', 1811 'swarming', 'gyp', 'debug_trybot',
1816 ], 1812 ],
1817 1813
1818 'swarming_gyp_debug_trybot_x86': [
1819 'swarming', 'gyp', 'debug_trybot', 'x86',
1820 ],
1821
1822 'swarming_gyp_msan_release_bot': [ 1814 'swarming_gyp_msan_release_bot': [
1823 'swarming', 'gyp', 'msan', 'release_bot', 1815 'swarming', 'gyp', 'msan', 'release_bot',
1824 ], 1816 ],
1825 1817
1826 'swarming_gyp_release_bot': [
1827 'swarming', 'gyp', 'release_bot',
1828 ],
1829
1830 'swarming_gyp_release_bot_minimal_symbols': [
1831 'swarming', 'gyp', 'release_bot_minimal_symbols',
1832 ],
1833
1834 'swarming_gyp_release_bot_minimal_symbols_x86': [
1835 'swarming', 'gyp', 'release_bot_minimal_symbols', 'x86',
1836 ],
1837
1838 'swarming_gyp_release_trybot_arm': [ 1818 'swarming_gyp_release_trybot_arm': [
1839 'swarming', 'gyp', 'release_trybot', 'arm', 'crosscompile', 1819 'swarming', 'gyp', 'release_trybot', 'arm', 'crosscompile',
1840 ], 1820 ],
1841 1821
1842 'swarming_gyp_syzyasan_release_trybot_x86': [ 1822 'swarming_gyp_syzyasan_release_trybot_x86': [
1843 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', 1823 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86',
1844 ], 1824 ],
1845 1825
1846 'swarming_gyp_tsan_disable_nacl_release_bot': [ 1826 'swarming_gyp_tsan_disable_nacl_release_bot': [
1847 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_bot', 1827 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_bot',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
2310 }, 2290 },
2311 2291
2312 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2292 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2313 2293
2314 'drmemory': { 2294 'drmemory': {
2315 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2295 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2316 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2296 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2317 }, 2297 },
2318 }, 2298 },
2319 } 2299 }
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