| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'Mac 10.10 Release (Intel)': 'none', | 238 'Mac 10.10 Release (Intel)': 'none', |
| 239 'Mac 10.10 Retina Debug (AMD)': 'none', | 239 'Mac 10.10 Retina Debug (AMD)': 'none', |
| 240 'Mac 10.10 Retina Release (AMD)': 'none', | 240 'Mac 10.10 Retina Release (AMD)': 'none', |
| 241 'Win7 Debug (NVIDIA)': 'none', | 241 'Win7 Debug (NVIDIA)': 'none', |
| 242 'Win7 Release (ATI)': 'none', | 242 'Win7 Release (ATI)': 'none', |
| 243 'Win7 Release (NVIDIA)': 'none', | 243 'Win7 Release (NVIDIA)': 'none', |
| 244 }, | 244 }, |
| 245 | 245 |
| 246 'chromium.gpu.fyi': { | 246 'chromium.gpu.fyi': { |
| 247 # These all use the 'trybot' mixins to ensure that dcheck is on. | 247 # These all use the 'trybot' mixins to ensure that dcheck is on. |
| 248 # TODO(kbr): remove the Android Debug bots once the waterfalls | |
| 249 # are restarted. crbug.com/617848 | |
| 250 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot', | |
| 251 'Android Debug (Nexus 5X)': 'android_gn_debug_static_trybot_arm64', | |
| 252 'Android Swarmed Debug (Nexus 5X)': | |
| 253 'android_gn_debug_static_trybot_arm64', | |
| 254 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot', | |
| 255 'Android Debug (Nexus 9)': 'android_gn_debug_static_trybot_arm64', | |
| 256 'Android Release (Nexus 5)': 'android_gn_release_trybot', | 248 'Android Release (Nexus 5)': 'android_gn_release_trybot', |
| 257 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64', | 249 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64', |
| 258 'Android Release (Nexus 6)': 'android_gn_release_trybot', | 250 'Android Release (Nexus 6)': 'android_gn_release_trybot', |
| 259 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64', | 251 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64', |
| 260 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64', | 252 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64', |
| 261 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', | 253 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', |
| 262 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', | 254 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', |
| 263 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_trybot', | 255 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_trybot', |
| 264 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gyp_debug_trybot', | 256 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gyp_debug_trybot', |
| 265 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', | 257 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', |
| (...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 990 ], | 982 ], |
| 991 | 983 |
| 992 'android_gn_debug_static_bot_x86': [ | 984 'android_gn_debug_static_bot_x86': [ |
| 993 'android', 'gn', 'debug_static_bot', 'x86', | 985 'android', 'gn', 'debug_static_bot', 'x86', |
| 994 ], | 986 ], |
| 995 | 987 |
| 996 'android_gn_debug_static_minimal_symbols_mipsel': [ | 988 'android_gn_debug_static_minimal_symbols_mipsel': [ |
| 997 'android', 'gn', 'debug', 'static', 'minimal_symbols', 'mipsel', | 989 'android', 'gn', 'debug', 'static', 'minimal_symbols', 'mipsel', |
| 998 ], | 990 ], |
| 999 | 991 |
| 1000 'android_gn_debug_static_trybot': [ | |
| 1001 'android', 'gn', 'debug_static_trybot', | |
| 1002 ], | |
| 1003 | |
| 1004 'android_gn_debug_static_trybot_arm64': [ | |
| 1005 'android', 'gn', 'debug_static_trybot', 'arm64', | |
| 1006 ], | |
| 1007 | |
| 1008 'android_gn_debug_trybot_java_coverage': [ | 992 'android_gn_debug_trybot_java_coverage': [ |
| 1009 'android', 'gn', 'debug_trybot', 'java_coverage', | 993 'android', 'gn', 'debug_trybot', 'java_coverage', |
| 1010 ], | 994 ], |
| 1011 | 995 |
| 1012 'android_gn_debug_trybot_mipsel': [ | 996 'android_gn_debug_trybot_mipsel': [ |
| 1013 'android', 'gn', 'debug_trybot', 'mipsel', | 997 'android', 'gn', 'debug_trybot', 'mipsel', |
| 1014 ], | 998 ], |
| 1015 | 999 |
| 1016 'android_gn_debug_trybot_x64': [ | 1000 'android_gn_debug_trybot_x64': [ |
| 1017 'android', 'gn', 'debug_trybot', 'x64', | 1001 'android', 'gn', 'debug_trybot', 'x64', |
| (...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2046 }, | 2030 }, |
| 2047 | 2031 |
| 2048 'debug_symbols_static_bot': { | 2032 'debug_symbols_static_bot': { |
| 2049 'mixins': ['debug', 'static', 'goma'], | 2033 'mixins': ['debug', 'static', 'goma'], |
| 2050 }, | 2034 }, |
| 2051 | 2035 |
| 2052 'debug_static_bot': { | 2036 'debug_static_bot': { |
| 2053 'mixins': ['debug', 'static', 'minimal_symbols', 'goma'], | 2037 'mixins': ['debug', 'static', 'minimal_symbols', 'goma'], |
| 2054 }, | 2038 }, |
| 2055 | 2039 |
| 2056 'debug_static_trybot': { | |
| 2057 'mixins': ['debug', 'static', 'dcheck_always_on', 'minimal_symbols', | |
| 2058 'goma'], | |
| 2059 }, | |
| 2060 | |
| 2061 'debug_trybot': { | 2040 'debug_trybot': { |
| 2062 'mixins': ['debug_bot_minimal_symbols'], | 2041 'mixins': ['debug_bot_minimal_symbols'], |
| 2063 }, | 2042 }, |
| 2064 | 2043 |
| 2065 'disable_nacl': { | 2044 'disable_nacl': { |
| 2066 'gn_args': 'enable_nacl=false', | 2045 'gn_args': 'enable_nacl=false', |
| 2067 'gyp_defines': 'disable_nacl=1', | 2046 'gyp_defines': 'disable_nacl=1', |
| 2068 }, | 2047 }, |
| 2069 | 2048 |
| 2070 'disable_precompiled_headers': { | 2049 'disable_precompiled_headers': { |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2344 }, | 2323 }, |
| 2345 | 2324 |
| 2346 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2325 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2347 | 2326 |
| 2348 'drmemory': { | 2327 'drmemory': { |
| 2349 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2328 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2350 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2329 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2351 }, | 2330 }, |
| 2352 }, | 2331 }, |
| 2353 } | 2332 } |
| OLD | NEW |