| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'GPU Win Clang Builder (dbg)': | 306 'GPU Win Clang Builder (dbg)': |
| 307 'swarming_gpu_fyi_tests_win_clang_debug_bot', | 307 'swarming_gpu_fyi_tests_win_clang_debug_bot', |
| 308 'GPU Win x64 Builder': | 308 'GPU Win x64 Builder': |
| 309 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64', | 309 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64', |
| 310 'GPU Win x64 Builder (dbg)': | 310 'GPU Win x64 Builder (dbg)': |
| 311 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64', | 311 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64', |
| 312 'Linux ChromiumOS Builder': | 312 'Linux ChromiumOS Builder': |
| 313 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot', | 313 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot', |
| 314 'Linux Debug (NVIDIA)': 'none', | 314 'Linux Debug (NVIDIA)': 'none', |
| 315 'Linux Debug (New Intel)': 'none', | 315 'Linux Debug (New Intel)': 'none', |
| 316 'Linux Release (AMD R7 240)': 'none', |
| 316 'Linux Release (ATI)': 'none', | 317 'Linux Release (ATI)': 'none', |
| 317 'Linux Release (NVIDIA GeForce 730)': 'none', | 318 'Linux Release (NVIDIA GeForce 730)': 'none', |
| 318 'Linux Release (NVIDIA)': 'none', | 319 'Linux Release (NVIDIA)': 'none', |
| 319 'Linux Release (New Intel)': 'none', | 320 'Linux Release (New Intel)': 'none', |
| 320 'Mac 10.10 Debug (ATI)': 'none', | 321 'Mac 10.10 Debug (ATI)': 'none', |
| 321 'Mac 10.10 Debug (Intel)': 'none', | 322 'Mac 10.10 Debug (Intel)': 'none', |
| 322 'Mac 10.10 Release (ATI)': 'none', | 323 'Mac 10.10 Release (ATI)': 'none', |
| 323 'Mac 10.10 Release (Intel)': 'none', | 324 'Mac 10.10 Release (Intel)': 'none', |
| 324 'Mac 10.10 Retina Debug (AMD)': 'none', | 325 'Mac 10.10 Retina Debug (AMD)': 'none', |
| 325 'Mac 10.10 Retina Release (AMD)': 'none', | 326 'Mac 10.10 Retina Release (AMD)': 'none', |
| (...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2457 }, | 2458 }, |
| 2458 | 2459 |
| 2459 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2460 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2460 | 2461 |
| 2461 'drmemory': { | 2462 'drmemory': { |
| 2462 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2463 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2463 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2464 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2464 }, | 2465 }, |
| 2465 }, | 2466 }, |
| 2466 } | 2467 } |
| OLD | NEW |