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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 'Mac GYP': 'swarming_gyp_release_bot', | 389 'Mac GYP': 'swarming_gyp_release_bot', |
390 'Mac10.10 Tests': 'none', | 390 'Mac10.10 Tests': 'none', |
391 'Mac10.11 Tests': 'none', | 391 'Mac10.11 Tests': 'none', |
392 'Mac10.9 Tests (dbg)': 'none', | 392 'Mac10.9 Tests (dbg)': 'none', |
393 'Mac10.9 Tests': 'none', | 393 'Mac10.9 Tests': 'none', |
394 'ios-device': 'ios_gn', | 394 'ios-device': 'ios_gn', |
395 'ios-device-gn': 'ios_gn', | 395 'ios-device-gn': 'ios_gn', |
396 'ios-simulator': 'ios_gyp', | 396 'ios-simulator': 'ios_gyp', |
397 'ios-simulator-cronet': 'ios_gn', | 397 'ios-simulator-cronet': 'ios_gn', |
398 'ios-simulator-gn': 'ios_gn', | 398 'ios-simulator-gn': 'ios_gn', |
| 399 'ios-simulator-swarming': 'ios_gn', |
399 }, | 400 }, |
400 | 401 |
401 'chromium.memory': { | 402 'chromium.memory': { |
402 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_trybot', | 403 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_trybot', |
403 'Linux ASan LSan Tests (1)': 'none', | 404 'Linux ASan LSan Tests (1)': 'none', |
404 'Linux ASan Tests (sandboxed)': 'none', | 405 'Linux ASan Tests (sandboxed)': 'none', |
405 'Mac ASan 64 Builder': | 406 'Mac ASan 64 Builder': |
406 'swarming_asan_full_symbols_gn_disable_nacl_release_trybot', | 407 'swarming_asan_full_symbols_gn_disable_nacl_release_trybot', |
407 'Mac ASan 64 Tests (1)': 'none', | 408 'Mac ASan 64 Tests (1)': 'none', |
408 'Linux Chromium OS ASan LSan Builder': | 409 'Linux Chromium OS ASan LSan Builder': |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 'linux_site_isolation': 'gn_release_trybot', | 875 'linux_site_isolation': 'gn_release_trybot', |
875 'linux_upload_clang': 'gn_release_bot', | 876 'linux_upload_clang': 'gn_release_bot', |
876 }, | 877 }, |
877 | 878 |
878 'tryserver.chromium.mac': { | 879 'tryserver.chromium.mac': { |
879 'ios-device': 'ios_gn', | 880 'ios-device': 'ios_gn', |
880 'ios-device-gn': 'ios_gn', | 881 'ios-device-gn': 'ios_gn', |
881 'ios-simulator': 'ios_gyp', | 882 'ios-simulator': 'ios_gyp', |
882 'ios-simulator-cronet': 'ios_gn', | 883 'ios-simulator-cronet': 'ios_gn', |
883 'ios-simulator-gn': 'ios_gn', | 884 'ios-simulator-gn': 'ios_gn', |
| 885 'ios-simulator-swarming': 'ios_gn', |
884 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', | 886 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', |
885 'mac_chromium_10.10_macviews': 'mac_views_browser_gn_release_trybot', | 887 'mac_chromium_10.10_macviews': 'mac_views_browser_gn_release_trybot', |
886 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip', | 888 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip', |
887 'mac_chromium_asan_rel_ng': | 889 'mac_chromium_asan_rel_ng': |
888 'swarming_asan_dcheck_gn_disable_nacl_release_bot', | 890 'swarming_asan_dcheck_gn_disable_nacl_release_bot', |
889 'mac_chromium_asan_variable': 'findit', | 891 'mac_chromium_asan_variable': 'findit', |
890 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', | 892 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', |
891 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot', | 893 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot', |
892 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot', | 894 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot', |
893 'mac_chromium_gyp_dbg': 'swarming_gyp_debug_trybot', | 895 'mac_chromium_gyp_dbg': 'swarming_gyp_debug_trybot', |
(...skipping 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2418 }, | 2420 }, |
2419 | 2421 |
2420 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2422 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2421 | 2423 |
2422 'drmemory': { | 2424 'drmemory': { |
2423 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2425 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2424 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2426 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2425 }, | 2427 }, |
2426 }, | 2428 }, |
2427 } | 2429 } |
OLD | NEW |