| OLD | NEW |
| 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 |
| 11 # include a configuration with 'chrome_with_codecs' since these builders | 11 # include a configuration with 'chrome_with_codecs' since these builders |
| 12 # generated publicly advertised non-Official builds which are not allowed | 12 # generated publicly advertised non-Official builds which are not allowed |
| 13 # to have proprietary codecs enabled. | 13 # to have proprietary codecs enabled. |
| 14 'chromium': { | 14 'chromium': { |
| 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', | 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', |
| 16 'Linux x64': 'noswarming_gn_release_bot', | 16 'Linux x64': 'noswarming_gn_release_bot', |
| 17 'Mac': 'noswarming_gyp_release_bot_mac_strip', | 17 'Mac': 'noswarming_gn_release_bot_mac_strip', |
| 18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', | 18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', |
| 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', | 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', |
| 20 }, | 20 }, |
| 21 | 21 |
| 22 'chromium.android': { | 22 'chromium.android': { |
| 23 'Android Cronet ARM64 Builder': | 23 'Android Cronet ARM64 Builder': |
| 24 'android_cronet_gn_release_bot_minimal_symbols_arm64', | 24 'android_cronet_gn_release_bot_minimal_symbols_arm64', |
| 25 'Android Cronet ARM64 Builder (dbg)': | 25 'Android Cronet ARM64 Builder (dbg)': |
| 26 'android_cronet_gn_debug_static_bot_arm64', | 26 'android_cronet_gn_debug_static_bot_arm64', |
| 27 'Android Cronet ARMv6 Builder': | 27 'Android Cronet ARMv6 Builder': |
| (...skipping 28 matching lines...) Expand all Loading... |
| 56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot', | 56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot', |
| 57 'Lollipop Phone Tester': 'android_gn_debug_static_bot', | 57 'Lollipop Phone Tester': 'android_gn_debug_static_bot', |
| 58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', | 58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', |
| 59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', | 59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', |
| 60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', | 60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', |
| 61 }, | 61 }, |
| 62 | 62 |
| 63 'chromium.chrome': { | 63 'chromium.chrome': { |
| 64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', | 64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', |
| 65 'Google Chrome Linux x64': 'gn_official_goma', | 65 'Google Chrome Linux x64': 'gn_official_goma', |
| 66 'Google Chrome Mac': 'gyp_official_goma', | 66 'Google Chrome Mac': 'gn_official_goma', |
| 67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', | 67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', |
| 68 }, | 68 }, |
| 69 | 69 |
| 70 'chromium.chromiumos': { | 70 'chromium.chromiumos': { |
| 71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', | 71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', |
| 72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', | 72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', |
| 73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', | 73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', |
| 74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot', | 74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot', |
| 75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot', | 75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot', |
| 76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot', | 76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot', |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 'Mac 10.10 Perf (1)': 'none', | 459 'Mac 10.10 Perf (1)': 'none', |
| 460 'Mac 10.10 Perf (2)': 'none', | 460 'Mac 10.10 Perf (2)': 'none', |
| 461 'Mac 10.10 Perf (3)': 'none', | 461 'Mac 10.10 Perf (3)': 'none', |
| 462 'Mac 10.10 Perf (4)': 'none', | 462 'Mac 10.10 Perf (4)': 'none', |
| 463 'Mac 10.10 Perf (5)': 'none', | 463 'Mac 10.10 Perf (5)': 'none', |
| 464 'Mac 10.11 Perf (1)': 'none', | 464 'Mac 10.11 Perf (1)': 'none', |
| 465 'Mac 10.11 Perf (2)': 'none', | 465 'Mac 10.11 Perf (2)': 'none', |
| 466 'Mac 10.11 Perf (3)': 'none', | 466 'Mac 10.11 Perf (3)': 'none', |
| 467 'Mac 10.11 Perf (4)': 'none', | 467 'Mac 10.11 Perf (4)': 'none', |
| 468 'Mac 10.11 Perf (5)': 'none', | 468 'Mac 10.11 Perf (5)': 'none', |
| 469 'Mac Builder': 'gyp_official_goma', | 469 'Mac Builder': 'gn_official_goma', |
| 470 'Mac HDD Perf (1)': 'none', | 470 'Mac HDD Perf (1)': 'none', |
| 471 'Mac HDD Perf (2)': 'none', | 471 'Mac HDD Perf (2)': 'none', |
| 472 'Mac HDD Perf (3)': 'none', | 472 'Mac HDD Perf (3)': 'none', |
| 473 'Mac HDD Perf (4)': 'none', | 473 'Mac HDD Perf (4)': 'none', |
| 474 'Mac HDD Perf (5)': 'none', | 474 'Mac HDD Perf (5)': 'none', |
| 475 'Mac Retina Perf (1)': 'none', | 475 'Mac Retina Perf (1)': 'none', |
| 476 'Mac Retina Perf (2)': 'none', | 476 'Mac Retina Perf (2)': 'none', |
| 477 'Mac Retina Perf (3)': 'none', | 477 'Mac Retina Perf (3)': 'none', |
| 478 'Mac Retina Perf (4)': 'none', | 478 'Mac Retina Perf (4)': 'none', |
| 479 'Mac Retina Perf (5)': 'none', | 479 'Mac Retina Perf (5)': 'none', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 'Win7 Tests (dbg)(1)': 'none', | 612 'Win7 Tests (dbg)(1)': 'none', |
| 613 'Win8 Aura': 'swarming_gyp_release_bot_minimal_symbols_x86', | 613 'Win8 Aura': 'swarming_gyp_release_bot_minimal_symbols_x86', |
| 614 'Win8 GN (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', | 614 'Win8 GN (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', |
| 615 'Win8 GYP': 'swarming_gyp_release_bot_minimal_symbols_x86', | 615 'Win8 GYP': 'swarming_gyp_release_bot_minimal_symbols_x86', |
| 616 'Win8 GYP (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', | 616 'Win8 GYP (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', |
| 617 'WinClang64 (dbg)': 'win_clang_debug_bot', | 617 'WinClang64 (dbg)': 'win_clang_debug_bot', |
| 618 }, | 618 }, |
| 619 | 619 |
| 620 'official.desktop': { | 620 'official.desktop': { |
| 621 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', | 621 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', |
| 622 'mac64': 'gyp_official', | 622 'mac64': 'gn_official', |
| 623 'precise64': 'gn_official', | 623 'precise64': 'gn_official', |
| 624 | 624 |
| 625 # Currently the official bots set mini_installer_official_deps=1 | 625 # Currently the official bots set mini_installer_official_deps=1 |
| 626 # but it's not clear if that's actually used anywhere. | 626 # but it's not clear if that's actually used anywhere. |
| 627 'win': 'gyp_official', | 627 'win': 'gyp_official', |
| 628 'win-asan': 'gyp_official_syzyasan', | 628 'win-asan': 'gyp_official_syzyasan', |
| 629 'win-pgo': 'gyp_official_winpgo', | 629 'win-pgo': 'gyp_official_winpgo', |
| 630 'win64': 'gyp_official_x64', | 630 'win64': 'gyp_official_x64', |
| 631 'win64-pgo': 'gyp_official_winpgo_x64', | 631 'win64-pgo': 'gyp_official_winpgo_x64', |
| 632 }, | 632 }, |
| 633 | 633 |
| 634 'official.desktop.continuous': { | 634 'official.desktop.continuous': { |
| 635 'mac beta': 'gyp_official', | 635 'mac beta': 'gyp_official', |
| 636 'mac stable': 'gyp_official', | 636 'mac stable': 'gyp_official', |
| 637 'mac trunk': 'gyp_official', | 637 'mac trunk': 'gn_official', |
| 638 'precise64 beta': 'gn_official', | 638 'precise64 beta': 'gn_official', |
| 639 'precise64 stable': 'gn_official', | 639 'precise64 stable': 'gn_official', |
| 640 'precise64 trunk': 'gn_official', | 640 'precise64 trunk': 'gn_official', |
| 641 'win beta': 'gyp_official_six_concurrent_links', | 641 'win beta': 'gyp_official_six_concurrent_links', |
| 642 'win stable': 'gyp_official_six_concurrent_links', | 642 'win stable': 'gyp_official_six_concurrent_links', |
| 643 'win trunk': 'gyp_official_six_concurrent_links', | 643 'win trunk': 'gyp_official_six_concurrent_links', |
| 644 }, | 644 }, |
| 645 | 645 |
| 646 'tryserver.blink': { | 646 'tryserver.blink': { |
| 647 # Most tryservers should have '_trybot' in their config names, but | 647 # Most tryservers should have '_trybot' in their config names, but |
| (...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1434 ], | 1434 ], |
| 1435 | 1435 |
| 1436 'noswarming_gn_release_bot_x64': [ | 1436 'noswarming_gn_release_bot_x64': [ |
| 1437 'noswarming', 'gn', 'release_bot', 'x64', | 1437 'noswarming', 'gn', 'release_bot', 'x64', |
| 1438 ], | 1438 ], |
| 1439 | 1439 |
| 1440 'noswarming_gn_release_bot_mac_strip': [ | 1440 'noswarming_gn_release_bot_mac_strip': [ |
| 1441 'noswarming', 'gn', 'release_bot', 'mac_strip', | 1441 'noswarming', 'gn', 'release_bot', 'mac_strip', |
| 1442 ], | 1442 ], |
| 1443 | 1443 |
| 1444 'noswarming_gyp_release_bot_mac_strip': [ | |
| 1445 'noswarming', 'gyp', 'release_bot', 'mac_strip', | |
| 1446 ], | |
| 1447 | |
| 1448 'noswarming_gn_release_trybot_x64': [ | 1444 'noswarming_gn_release_trybot_x64': [ |
| 1449 'noswarming', 'gn', 'release_trybot', 'x64', | 1445 'noswarming', 'gn', 'release_trybot', 'x64', |
| 1450 ], | 1446 ], |
| 1451 | 1447 |
| 1452 'noswarming_gn_release_trybot_x86': [ | 1448 'noswarming_gn_release_trybot_x86': [ |
| 1453 'noswarming', 'gn', 'release_trybot', 'x86', | 1449 'noswarming', 'gn', 'release_trybot', 'x86', |
| 1454 ], | 1450 ], |
| 1455 | 1451 |
| 1456 'swarming_android_gn_debug_static_bot': [ | 1452 'swarming_android_gn_debug_static_bot': [ |
| 1457 'swarming', 'android', 'gn', 'debug_static_bot', | 1453 'swarming', 'android', 'gn', 'debug_static_bot', |
| (...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2315 }, | 2311 }, |
| 2316 | 2312 |
| 2317 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2313 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2318 | 2314 |
| 2319 'drmemory': { | 2315 'drmemory': { |
| 2320 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2316 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2321 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2317 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2322 }, | 2318 }, |
| 2323 }, | 2319 }, |
| 2324 } | 2320 } |
| OLD | NEW |