| 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 'chromeos.chrome': { | 10 'chromeos.chrome': { |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', | 92 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', |
| 93 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', | 93 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', |
| 94 'CFI Linux': 'cfi_release_static', | 94 'CFI Linux': 'cfi_release_static', |
| 95 'CFI Linux Full': 'cfi_full_release_static', | 95 'CFI Linux Full': 'cfi_full_release_static', |
| 96 'Chromium Linux Goma Canary': 'release_bot', | 96 'Chromium Linux Goma Canary': 'release_bot', |
| 97 'Chromium Linux Goma Canary (clobber)': 'release_bot', | 97 'Chromium Linux Goma Canary (clobber)': 'release_bot', |
| 98 'Chromium Linux Precise Goma LinkTest': 'release_bot', | 98 'Chromium Linux Precise Goma LinkTest': 'release_bot', |
| 99 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', | 99 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', |
| 100 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', | 100 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', |
| 101 'Chromium Mac 10.11': 'release_bot', | 101 'Chromium Mac 10.11': 'release_bot', |
| 102 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot', | 102 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot_mac_hermetic', |
| 103 'Chromium Mac 10.9 Goma Canary': 'release_bot', | 103 'Chromium Mac 10.9 Goma Canary': 'release_bot', |
| 104 'Chromium Mac 10.9 Goma Canary (clobber)': 'release_bot', | 104 'Chromium Mac 10.9 Goma Canary (clobber)': 'release_bot', |
| 105 'Chromium Mac 10.9 Goma Canary (dbg)': 'debug_bot', | 105 'Chromium Mac 10.9 Goma Canary (dbg)': 'debug_bot', |
| 106 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'debug_bot', | 106 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'debug_bot', |
| 107 'Chromium Win PGO Builder': { | 107 'Chromium Win PGO Builder': { |
| 108 '1': 'official_optimize_chrome_pgo_phase_1_x86', | 108 '1': 'official_optimize_chrome_pgo_phase_1_x86', |
| 109 '2': 'official_optimize_chrome_pgo_phase_2_x86', | 109 '2': 'official_optimize_chrome_pgo_phase_2_x86', |
| 110 }, | 110 }, |
| 111 'Chromium Win x64 PGO Builder': { | 111 'Chromium Win x64 PGO Builder': { |
| 112 '1': 'official_optimize_chrome_pgo_phase_1', | 112 '1': 'official_optimize_chrome_pgo_phase_1', |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 'android_arm64_dbg_recipe': 'android_debug_trybot_arm64', | 464 'android_arm64_dbg_recipe': 'android_debug_trybot_arm64', |
| 465 'android_blink_rel': 'android_release_trybot', | 465 'android_blink_rel': 'android_release_trybot', |
| 466 'android_clang_dbg_recipe': 'android_clang_asan_errorprone_findbugs_debug_
trybot', | 466 'android_clang_dbg_recipe': 'android_clang_asan_errorprone_findbugs_debug_
trybot', |
| 467 'android_compile_dbg': 'android_debug_trybot', | 467 'android_compile_dbg': 'android_debug_trybot', |
| 468 'android_compile_mips_dbg': 'android_debug_trybot_mipsel', | 468 'android_compile_mips_dbg': 'android_debug_trybot_mipsel', |
| 469 'android_compile_rel': 'android_release_trybot', | 469 'android_compile_rel': 'android_release_trybot', |
| 470 'android_compile_x64_dbg': 'android_debug_trybot_x64', | 470 'android_compile_x64_dbg': 'android_debug_trybot_x64', |
| 471 'android_compile_x86_dbg': 'android_debug_trybot_x86', | 471 'android_compile_x86_dbg': 'android_debug_trybot_x86', |
| 472 'android_coverage': 'android_debug_trybot_java_coverage', | 472 'android_coverage': 'android_debug_trybot_java_coverage', |
| 473 'android_cronet': 'android_cronet_release_trybot_arm_no_neon', | 473 'android_cronet': 'android_cronet_release_trybot_arm_no_neon', |
| 474 | 474 |
| 475 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's | 475 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's |
| 476 # shared library loading is fixed. | 476 # shared library loading is fixed. |
| 477 'android_cronet_tester': 'android_cronet_debug_static_bot_arm_no_neon', | 477 'android_cronet_tester': 'android_cronet_debug_static_bot_arm_no_neon', |
| 478 | 478 |
| 479 'android_n5x_swarming_rel': 'android_release_trybot_arm64', | 479 'android_n5x_swarming_rel': 'android_release_trybot_arm64', |
| 480 'android_optional_gpu_tests_rel': 'gpu_tests_deqp_android_release_trybot_a
rm64', | 480 'android_optional_gpu_tests_rel': 'gpu_tests_deqp_android_release_trybot_a
rm64', |
| 481 'cast_shell_android': 'android_cast_debug_static_bot', | 481 'cast_shell_android': 'android_cast_debug_static_bot', |
| 482 'linux_android_dbg_ng': 'android_debug_trybot', | 482 'linux_android_dbg_ng': 'android_debug_trybot', |
| 483 'linux_android_rel_ng': 'android_release_trybot', | 483 'linux_android_rel_ng': 'android_release_trybot', |
| 484 }, | 484 }, |
| (...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1322 ], | 1322 ], |
| 1323 | 1323 |
| 1324 'release_bot_arm': [ | 1324 'release_bot_arm': [ |
| 1325 'release_bot', 'arm', | 1325 'release_bot', 'arm', |
| 1326 ], | 1326 ], |
| 1327 | 1327 |
| 1328 'release_bot_chrome_with_codecs': [ | 1328 'release_bot_chrome_with_codecs': [ |
| 1329 'release_bot', 'chrome_with_codecs', | 1329 'release_bot', 'chrome_with_codecs', |
| 1330 ], | 1330 ], |
| 1331 | 1331 |
| 1332 'release_bot_mac_hermetic': [ |
| 1333 'release_bot', 'mac_hermetic_toolchain', |
| 1334 ], |
| 1335 |
| 1332 'release_bot_mac_strip': [ | 1336 'release_bot_mac_strip': [ |
| 1333 'release_bot', 'mac_strip', | 1337 'release_bot', 'mac_strip', |
| 1334 ], | 1338 ], |
| 1335 | 1339 |
| 1336 'release_bot_minimal_symbols': [ | 1340 'release_bot_minimal_symbols': [ |
| 1337 'release_bot', 'minimal_symbols', | 1341 'release_bot', 'minimal_symbols', |
| 1338 ], | 1342 ], |
| 1339 | 1343 |
| 1340 'release_bot_x86': [ | 1344 'release_bot_x86': [ |
| 1341 'release_bot', 'x86', | 1345 'release_bot', 'x86', |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1626 }, | 1630 }, |
| 1627 | 1631 |
| 1628 'gpu_fyi_tests': { | 1632 'gpu_fyi_tests': { |
| 1629 'mixins': ['gpu_tests', 'internal_gles2_conform_tests', 'angle_deqp_tests'
], | 1633 'mixins': ['gpu_tests', 'internal_gles2_conform_tests', 'angle_deqp_tests'
], |
| 1630 }, | 1634 }, |
| 1631 | 1635 |
| 1632 'gpu_tests': { | 1636 'gpu_tests': { |
| 1633 'mixins': ['chrome_with_codecs'], | 1637 'mixins': ['chrome_with_codecs'], |
| 1634 }, | 1638 }, |
| 1635 | 1639 |
| 1640 'mac_hermetic_toolchain': { |
| 1641 'gn_args': 'use_system_xcode=false', |
| 1642 }, |
| 1643 |
| 1636 'hybrid': { | 1644 'hybrid': { |
| 1637 'gn_args': 'v8_target_cpu="arm" target_cpu="x86"', | 1645 'gn_args': 'v8_target_cpu="arm" target_cpu="x86"', |
| 1638 'mixins': ['disable_nacl'], | 1646 'mixins': ['disable_nacl'], |
| 1639 }, | 1647 }, |
| 1640 | 1648 |
| 1641 'internal_gles2_conform_tests': { | 1649 'internal_gles2_conform_tests': { |
| 1642 'gn_args': 'internal_gles2_conform_tests=true', | 1650 'gn_args': 'internal_gles2_conform_tests=true', |
| 1643 }, | 1651 }, |
| 1644 | 1652 |
| 1645 'java_coverage': { | 1653 'java_coverage': { |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1799 'gn_args': 'target_cpu="x86"', | 1807 'gn_args': 'target_cpu="x86"', |
| 1800 }, | 1808 }, |
| 1801 | 1809 |
| 1802 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1810 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 1803 | 1811 |
| 1804 'drmemory': { | 1812 'drmemory': { |
| 1805 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1813 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1806 }, | 1814 }, |
| 1807 }, | 1815 }, |
| 1808 } | 1816 } |
| OLD | NEW |