| 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 |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 'Win 7 Tests x64 (1)': 'none', | 555 'Win 7 Tests x64 (1)': 'none', |
| 556 'Win10 Tests x64': 'none', | 556 'Win10 Tests x64': 'none', |
| 557 'Win7 (32) Tests': 'none', | 557 'Win7 (32) Tests': 'none', |
| 558 'Win7 Tests (1)': 'none', | 558 'Win7 Tests (1)': 'none', |
| 559 'Win7 Tests (dbg)(1)': 'none', | 559 'Win7 Tests (dbg)(1)': 'none', |
| 560 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', | 560 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', |
| 561 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', | 561 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', |
| 562 }, | 562 }, |
| 563 | 563 |
| 564 'official.desktop': { | 564 'official.desktop': { |
| 565 'blimp-engine': 'gn_blimp_debug', | 565 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', |
| 566 'mac64': 'gyp_official', | 566 'mac64': 'gyp_official', |
| 567 'precise64': 'gn_official', | 567 'precise64': 'gn_official', |
| 568 | 568 |
| 569 # Currently the official bots set mini_installer_official_deps=1 | 569 # Currently the official bots set mini_installer_official_deps=1 |
| 570 # but it's not clear if that's actually used anywhere. | 570 # but it's not clear if that's actually used anywhere. |
| 571 'win': 'gyp_official', | 571 'win': 'gyp_official', |
| 572 'win-asan': 'gyp_official_syzyasan', | 572 'win-asan': 'gyp_official_syzyasan', |
| 573 'win-pgo': 'gyp_official_winpgo', | 573 'win-pgo': 'gyp_official_winpgo', |
| 574 'win64': 'gyp_official_x64', | 574 'win64': 'gyp_official_x64', |
| 575 'win64-pgo': 'gyp_official_winpgo_x64', | 575 'win64-pgo': 'gyp_official_winpgo_x64', |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1013 | 1013 |
| 1014 # The 'findit' config is used by the *_variable_* bots, which run | 1014 # The 'findit' config is used by the *_variable_* bots, which run |
| 1015 # the 'FindIt' recipes and code to bisect failures that happen on the | 1015 # the 'FindIt' recipes and code to bisect failures that happen on the |
| 1016 # other waterfall bots. The findit recipes actually override and | 1016 # other waterfall bots. The findit recipes actually override and |
| 1017 # re-use the configs from the matching waterfall bots, and so it should | 1017 # re-use the configs from the matching waterfall bots, and so it should |
| 1018 # be an error if MB ever sees an actual *_variable_* bot name. | 1018 # be an error if MB ever sees an actual *_variable_* bot name. |
| 1019 'findit': [ | 1019 'findit': [ |
| 1020 'error', | 1020 'error', |
| 1021 ], | 1021 ], |
| 1022 | 1022 |
| 1023 # This is the "deployment" config for the blimp builds. Currently | |
| 1024 # we want them to be debug, non-optimized builds (and we don't need any | |
| 1025 # chrome branding), so we don't use the "official" mixin. | |
| 1026 'gn_blimp_debug': [ | |
| 1027 'gn', 'blimp', 'debug', | |
| 1028 ], | |
| 1029 | |
| 1030 'gn_cfi_release_bot': [ | 1023 'gn_cfi_release_bot': [ |
| 1031 'gn', 'cfi', 'release_bot', | 1024 'gn', 'cfi', 'release_bot', |
| 1032 ], | 1025 ], |
| 1033 | 1026 |
| 1034 'gn_cfi_release_trybot': [ | 1027 'gn_cfi_release_trybot': [ |
| 1035 'gn', 'cfi', 'release_trybot', | 1028 'gn', 'cfi', 'release_trybot', |
| 1036 ], | 1029 ], |
| 1037 | 1030 |
| 1038 'gn_cfi_diag_release_bot': [ | 1031 'gn_cfi_diag_release_bot': [ |
| 1039 'gn', 'cfi', 'cfi_diag', 'release_bot', | 1032 'gn', 'cfi', 'cfi_diag', 'release_bot', |
| (...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1540 'armv6': { | 1533 'armv6': { |
| 1541 'gn_args': 'arm_version=6', | 1534 'gn_args': 'arm_version=6', |
| 1542 'gyp_defines': 'arm_version=6', | 1535 'gyp_defines': 'arm_version=6', |
| 1543 }, | 1536 }, |
| 1544 | 1537 |
| 1545 'asan': { | 1538 'asan': { |
| 1546 'gn_args': 'is_asan=true', | 1539 'gn_args': 'is_asan=true', |
| 1547 'gyp_defines': 'asan=1', | 1540 'gyp_defines': 'asan=1', |
| 1548 }, | 1541 }, |
| 1549 | 1542 |
| 1550 # Removes dependencies on X11 and audio libraries for a containerized | |
| 1551 # build. | |
| 1552 'blimp': { | |
| 1553 'gn_args': ('use_aura=true use_ozone=true use_alsa=false ' | |
| 1554 'use_pulseaudio=false use_cups=false use_glib=false ' | |
| 1555 'use_low_quality_image_interpolation=true'), | |
| 1556 'gyp_defines': ('use_aura=1 use_ozone=1 use_alsa=0 ' | |
| 1557 'use_pulseaudio=0 use_cups=0 use_glib=0'), | |
| 1558 }, | |
| 1559 | |
| 1560 'cast': { | 1543 'cast': { |
| 1561 'gn_args': 'is_chromecast=true', | 1544 'gn_args': 'is_chromecast=true', |
| 1562 'gyp_defines': 'chromecast=1', | 1545 'gyp_defines': 'chromecast=1', |
| 1563 }, | 1546 }, |
| 1564 | 1547 |
| 1565 'cfi': { | 1548 'cfi': { |
| 1566 'gn_args': 'is_cfi=true', | 1549 'gn_args': 'is_cfi=true', |
| 1567 'gyp_defines': 'cfi_vptr=1', | 1550 'gyp_defines': 'cfi_vptr=1', |
| 1568 }, | 1551 }, |
| 1569 | 1552 |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1833 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1816 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1834 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 1817 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 1835 }, | 1818 }, |
| 1836 | 1819 |
| 1837 'valgrind': { | 1820 'valgrind': { |
| 1838 # TODO: add gn_args for 'build_for_tool=memcheck' | 1821 # TODO: add gn_args for 'build_for_tool=memcheck' |
| 1839 'gyp_defines': 'build_for_tool=memcheck', | 1822 'gyp_defines': 'build_for_tool=memcheck', |
| 1840 } | 1823 } |
| 1841 }, | 1824 }, |
| 1842 } | 1825 } |
| OLD | NEW |