| 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 'Linux Release (NVIDIA GeForce 730)': 'none', | 323 'Linux Release (NVIDIA GeForce 730)': 'none', |
| 324 'Linux Release (NVIDIA)': 'none', | 324 'Linux Release (NVIDIA)': 'none', |
| 325 'Linux Release (New Intel)': 'none', | 325 'Linux Release (New Intel)': 'none', |
| 326 'Mac 10.10 Debug (ATI)': 'none', | 326 'Mac 10.10 Debug (ATI)': 'none', |
| 327 'Mac 10.10 Debug (Intel)': 'none', | 327 'Mac 10.10 Debug (Intel)': 'none', |
| 328 'Mac 10.10 Release (ATI)': 'none', | 328 'Mac 10.10 Release (ATI)': 'none', |
| 329 'Mac 10.10 Release (Intel)': 'none', | 329 'Mac 10.10 Release (Intel)': 'none', |
| 330 'Mac 10.10 Retina Debug (AMD)': 'none', | 330 'Mac 10.10 Retina Debug (AMD)': 'none', |
| 331 'Mac 10.10 Retina Release (AMD)': 'none', | 331 'Mac 10.10 Retina Release (AMD)': 'none', |
| 332 'Mac 10.11 Retina Release (AMD)': 'none', | 332 'Mac 10.11 Retina Release (AMD)': 'none', |
| 333 'Mac GPU ASAN Release': |
| 334 'swarming_gpu_fyi_tests_gn_release_trybot_asan', |
| 333 'Mac Retina Debug': 'none', | 335 'Mac Retina Debug': 'none', |
| 334 'Mac Retina Release': 'none', | 336 'Mac Retina Release': 'none', |
| 335 'Win7 Debug (ATI)': 'none', | 337 'Win7 Debug (ATI)': 'none', |
| 336 'Win7 Debug (NVIDIA)': 'none', | 338 'Win7 Debug (NVIDIA)': 'none', |
| 337 'Win7 Debug (New Intel)': 'none', | 339 'Win7 Debug (New Intel)': 'none', |
| 338 'Win7 Release (AMD R7 240)': 'none', | 340 'Win7 Release (AMD R7 240)': 'none', |
| 339 'Win7 Release (ATI)': 'none', | 341 'Win7 Release (ATI)': 'none', |
| 340 'Win7 Release (NVIDIA GeForce 730)': 'none', | 342 'Win7 Release (NVIDIA GeForce 730)': 'none', |
| 341 'Win7 Release (NVIDIA)': 'none', | 343 'Win7 Release (NVIDIA)': 'none', |
| 342 'Win7 Release (New Intel)': 'none', | 344 'Win7 Release (New Intel)': 'none', |
| (...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1788 | 1790 |
| 1789 'swarming_gyp_release_trybot_x86': [ | 1791 'swarming_gyp_release_trybot_x86': [ |
| 1790 'swarming', 'gyp', 'release_trybot', 'x86', | 1792 'swarming', 'gyp', 'release_trybot', 'x86', |
| 1791 ], | 1793 ], |
| 1792 | 1794 |
| 1793 'swarming_gpu_tests_android_gn_release_trybot': [ | 1795 'swarming_gpu_tests_android_gn_release_trybot': [ |
| 1794 'swarming', 'gpu_tests', 'android', 'gn', 'release_trybot', | 1796 'swarming', 'gpu_tests', 'android', 'gn', 'release_trybot', |
| 1795 ], | 1797 ], |
| 1796 | 1798 |
| 1797 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot': [ | 1799 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot': [ |
| 1798 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', | 1800 'swarming_gpu_fyi_tests_gn', 'release_trybot', 'chromeos', |
| 1799 'release_trybot', 'angle_deqp_tests', 'chromeos', | |
| 1800 ], | 1801 ], |
| 1801 | 1802 |
| 1802 'swarming_gpu_fyi_tests_gn_debug_trybot': [ | 1803 'swarming_gpu_fyi_tests_gn_debug_trybot': [ |
| 1803 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', | 1804 'swarming_gpu_fyi_tests_gn', 'debug_trybot', |
| 1804 'debug_trybot', 'angle_deqp_tests', | |
| 1805 ], | 1805 ], |
| 1806 | 1806 |
| 1807 'swarming_gpu_fyi_tests_gn_release_trybot': [ | 1807 'swarming_gpu_fyi_tests_gn_release_trybot': [ |
| 1808 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', | 1808 'swarming_gpu_fyi_tests_gn', 'release_trybot', |
| 1809 'release_trybot', 'angle_deqp_tests', | 1809 ], |
| 1810 |
| 1811 'swarming_gpu_fyi_tests_gn_release_trybot_asan': [ |
| 1812 'swarming_gpu_fyi_tests_gn', 'release_trybot', |
| 1813 'asan', 'full_symbols', 'disable_nacl', |
| 1810 ], | 1814 ], |
| 1811 | 1815 |
| 1812 'swarming_gpu_fyi_tests_win_clang_debug_bot': [ | 1816 'swarming_gpu_fyi_tests_win_clang_debug_bot': [ |
| 1813 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', | 1817 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', |
| 1814 'gn', 'clang', 'debug_bot_minimal_symbols', | 1818 'gn', 'clang', 'debug_bot_minimal_symbols', |
| 1815 ], | 1819 ], |
| 1816 | 1820 |
| 1817 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64': [ | 1821 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64': [ |
| 1818 'swarming', 'gpu_tests', 'angle_deqp_tests', | 1822 'swarming_gpu_fyi_tests_gn', 'debug_trybot', 'x64', |
| 1819 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x64', | |
| 1820 ], | 1823 ], |
| 1821 | 1824 |
| 1822 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86': [ | 1825 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86': [ |
| 1823 'swarming', 'gpu_tests', 'angle_deqp_tests', | 1826 'swarming_gpu_fyi_tests_gn', 'debug_trybot', 'x86', |
| 1824 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x86', | |
| 1825 ], | 1827 ], |
| 1826 | 1828 |
| 1827 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64': [ | 1829 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64': [ |
| 1828 'swarming', 'gpu_tests', 'angle_deqp_tests', | 1830 'swarming_gpu_fyi_tests_gn', 'release_trybot', 'x64', |
| 1829 'internal_gles2_conform_tests', 'gn', 'release_trybot', 'x64', | |
| 1830 ], | 1831 ], |
| 1831 | 1832 |
| 1832 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86': [ | 1833 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86': [ |
| 1833 'swarming', 'gpu_tests', 'angle_deqp_tests', | 1834 'swarming_gpu_fyi_tests_gn', 'release_trybot', 'x86', |
| 1834 'internal_gles2_conform_tests', 'gn', 'release_trybot', 'x86', | |
| 1835 ], | 1835 ], |
| 1836 | 1836 |
| 1837 'swarming_gpu_tests_gn_debug_trybot': [ | 1837 'swarming_gpu_tests_gn_debug_trybot': [ |
| 1838 'swarming', 'gpu_tests', 'gn', 'debug_trybot', | 1838 'swarming', 'gpu_tests', 'gn', 'debug_trybot', |
| 1839 ], | 1839 ], |
| 1840 | 1840 |
| 1841 'swarming_gpu_tests_gn_debug_trybot_x86': [ | 1841 'swarming_gpu_tests_gn_debug_trybot_x86': [ |
| 1842 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86', | 1842 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86', |
| 1843 ], | 1843 ], |
| 1844 | 1844 |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2417 'static': { | 2417 'static': { |
| 2418 'gn_args': 'is_component_build=false', | 2418 'gn_args': 'is_component_build=false', |
| 2419 'gyp_defines': 'component=static_library', | 2419 'gyp_defines': 'component=static_library', |
| 2420 }, | 2420 }, |
| 2421 | 2421 |
| 2422 'swarming': { | 2422 'swarming': { |
| 2423 'gn_args': '', | 2423 'gn_args': '', |
| 2424 'gyp_defines': 'test_isolation_mode=prepare', | 2424 'gyp_defines': 'test_isolation_mode=prepare', |
| 2425 }, | 2425 }, |
| 2426 | 2426 |
| 2427 'swarming_gpu_fyi_tests_gn': { |
| 2428 'mixins': ['swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', |
| 2429 'angle_deqp_tests'], |
| 2430 }, |
| 2431 |
| 2427 # TODO(dpranke): Remove the symbolized config after the bots are gone. | 2432 # TODO(dpranke): Remove the symbolized config after the bots are gone. |
| 2428 'symbolized': { | 2433 'symbolized': { |
| 2429 'gn_args': 'symbolized=true', | 2434 'gn_args': 'symbolized=true', |
| 2430 'gyp_defines': | 2435 'gyp_defines': |
| 2431 'release_extra_cflags="-O1 -fno-inline-functions -fno-inline"', | 2436 'release_extra_cflags="-O1 -fno-inline-functions -fno-inline"', |
| 2432 }, | 2437 }, |
| 2433 | 2438 |
| 2434 'syzyasan': { | 2439 'syzyasan': { |
| 2435 'gn_args': 'is_syzyasan=true', | 2440 'gn_args': 'is_syzyasan=true', |
| 2436 'gyp_defines': 'syzyasan=1' | 2441 'gyp_defines': 'syzyasan=1' |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2491 }, | 2496 }, |
| 2492 | 2497 |
| 2493 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2498 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2494 | 2499 |
| 2495 'drmemory': { | 2500 'drmemory': { |
| 2496 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2501 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2497 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2502 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2498 }, | 2503 }, |
| 2499 }, | 2504 }, |
| 2500 } | 2505 } |
| OLD | NEW |