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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
892 'linux_chromium_webkit_msan_variable': 'findit', | 892 'linux_chromium_webkit_msan_variable': 'findit', |
893 'linux_chromium_webkit_variable': 'findit', | 893 'linux_chromium_webkit_variable': 'findit', |
894 'linux_chromiumos_full_variable': 'findit', | 894 'linux_chromiumos_full_variable': 'findit', |
895 | 895 |
896 # This is 'release_bot' rather than 'release_trybot' because | 896 # This is 'release_bot' rather than 'release_trybot' because |
897 # 'release_trybot' includes 'dcheck_always_on', which might cause | 897 # 'release_trybot' includes 'dcheck_always_on', which might cause |
898 # some layout test results to be different than for normal release | 898 # some layout test results to be different than for normal release |
899 # builds (and we only store baselines for release builds). | 899 # builds (and we only store baselines for release builds). |
900 'linux_layout_tests_slimming_paint_v2': 'swarming_gn_release_bot', | 900 'linux_layout_tests_slimming_paint_v2': 'swarming_gn_release_bot', |
901 | 901 |
| 902 'linux_chromium_headless_dbg': |
| 903 ('//build/args/bots/tryserver.chromium.linux/' |
| 904 'headless_linux_dbg_trybot.gn'), |
| 905 |
902 'linux_nacl_sdk_build': 'gn_release_bot', | 906 'linux_nacl_sdk_build': 'gn_release_bot', |
903 'linux_nacl_sdk': 'gn_release_bot', | 907 'linux_nacl_sdk': 'gn_release_bot', |
904 'linux_optional_gpu_tests_rel': | 908 'linux_optional_gpu_tests_rel': |
905 'swarming_gpu_fyi_tests_gn_release_trybot', | 909 'swarming_gpu_fyi_tests_gn_release_trybot', |
906 'linux_site_isolation': 'gn_release_trybot', | 910 'linux_site_isolation': 'gn_release_trybot', |
907 'linux_upload_clang': 'gn_release_bot', | 911 'linux_upload_clang': 'gn_release_bot', |
908 }, | 912 }, |
909 | 913 |
910 'tryserver.chromium.mac': { | 914 'tryserver.chromium.mac': { |
911 'ios-device': 'ios_gn', | 915 'ios-device': 'ios_gn', |
(...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2491 }, | 2495 }, |
2492 | 2496 |
2493 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2497 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2494 | 2498 |
2495 'drmemory': { | 2499 'drmemory': { |
2496 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2500 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2497 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2501 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2498 }, | 2502 }, |
2499 }, | 2503 }, |
2500 } | 2504 } |
OLD | NEW |