Chromium Code Reviews| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 246 'Win7 Release (NVIDIA)': 'none', | 246 'Win7 Release (NVIDIA)': 'none', |
| 247 }, | 247 }, |
| 248 | 248 |
| 249 'chromium.gpu.fyi': { | 249 'chromium.gpu.fyi': { |
| 250 # These all use the 'trybot' mixins to ensure that dcheck is on. | 250 # These all use the 'trybot' mixins to ensure that dcheck is on. |
| 251 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot', | 251 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot', |
| 252 'Android Debug (Nexus 5X)': 'android_gn_debug_static_trybot_arm64', | 252 'Android Debug (Nexus 5X)': 'android_gn_debug_static_trybot_arm64', |
| 253 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot', | 253 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot', |
| 254 'Android Debug (Nexus 9)': 'android_gn_debug_static_trybot_arm64', | 254 'Android Debug (Nexus 9)': 'android_gn_debug_static_trybot_arm64', |
| 255 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', | 255 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', |
| 256 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', | 256 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', |
|
Nico
2016/05/25 18:04:55
The config is used by this other bot too. You want
Jamie Madill
2016/05/25 18:13:26
Pretty sure the answer is yes.
Ken Russell (switch to Gerrit)
2016/05/25 20:23:57
Agree, yes. We want dchecks on not only on the try
| |
| 257 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_trybot', | 257 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_trybot', |
| 258 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gyp_debug_trybot', | 258 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gyp_debug_trybot', |
| 259 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', | 259 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', |
| 260 'GPU Win Builder (dbg)': | 260 'GPU Win Builder (dbg)': |
| 261 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', | 261 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', |
| 262 'GPU Win Clang Builder (dbg)': | 262 'GPU Win Clang Builder (dbg)': |
| 263 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86', | 263 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86', |
| 264 'GPU Win x64 Builder': | 264 'GPU Win x64 Builder': |
| 265 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64', | 265 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64', |
| 266 'GPU Win x64 Builder (dbg)': | 266 'GPU Win x64 Builder (dbg)': |
| (...skipping 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1583 'release_trybot', 'angle_deqp_tests', 'chromeos', | 1583 'release_trybot', 'angle_deqp_tests', 'chromeos', |
| 1584 ], | 1584 ], |
| 1585 | 1585 |
| 1586 'swarming_gpu_fyi_tests_gn_debug_trybot': [ | 1586 'swarming_gpu_fyi_tests_gn_debug_trybot': [ |
| 1587 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', | 1587 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', |
| 1588 'debug_trybot', 'angle_deqp_tests', | 1588 'debug_trybot', 'angle_deqp_tests', |
| 1589 ], | 1589 ], |
| 1590 | 1590 |
| 1591 'swarming_gpu_fyi_tests_gn_release_trybot': [ | 1591 'swarming_gpu_fyi_tests_gn_release_trybot': [ |
| 1592 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', | 1592 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', |
| 1593 'release_bot', 'angle_deqp_tests', | 1593 'release_trybot', 'angle_deqp_tests', |
| 1594 ], | 1594 ], |
| 1595 | 1595 |
| 1596 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86': [ | 1596 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86': [ |
| 1597 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', | 1597 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', |
| 1598 'clang', 'debug_trybot', 'x86', | 1598 'clang', 'debug_trybot', 'x86', |
| 1599 ], | 1599 ], |
| 1600 | 1600 |
| 1601 'swarming_gpu_fyi_tests_gyp_debug_trybot': [ | 1601 'swarming_gpu_fyi_tests_gyp_debug_trybot': [ |
| 1602 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', | 1602 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', |
| 1603 'debug_trybot', | 1603 'debug_trybot', |
| (...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2280 }, | 2280 }, |
| 2281 | 2281 |
| 2282 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2282 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2283 | 2283 |
| 2284 'drmemory': { | 2284 'drmemory': { |
| 2285 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2285 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2286 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2286 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2287 }, | 2287 }, |
| 2288 }, | 2288 }, |
| 2289 } | 2289 } |
| OLD | NEW |