| 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 |
| 11 # include a configuration with 'chrome_with_codecs' since these builders | 11 # include a configuration with 'chrome_with_codecs' since these builders |
| 12 # generated publicly advertised non-Official builds which are not allowed | 12 # generated publicly advertised non-Official builds which are not allowed |
| 13 # to have proprietary codecs enabled. | 13 # to have proprietary codecs enabled. |
| 14 'chromium': { | 14 'chromium': { |
| 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', | 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', |
| 16 'Linux x64': 'noswarming_gn_release_bot', | 16 'Linux x64': 'noswarming_gn_release_bot', |
| 17 'Mac': 'noswarming_gyp_release_bot_mac_strip', | 17 'Mac': 'noswarming_gyp_release_bot_mac_strip', |
| 18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', | 18 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86', |
| 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', | 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', |
| 20 }, | 20 }, |
| 21 | 21 |
| 22 'chromium.android': { | 22 'chromium.android': { |
| 23 'Android Cronet ARM64 Builder': | 23 'Android Cronet ARM64 Builder': |
| 24 'android_cronet_gn_release_bot_minimal_symbols_arm64', | 24 'android_cronet_gn_release_bot_minimal_symbols_arm64', |
| 25 'Android Cronet ARM64 Builder (dbg)': | 25 'Android Cronet ARM64 Builder (dbg)': |
| 26 'android_cronet_gn_debug_static_bot_arm64', | 26 'android_cronet_gn_debug_static_bot_arm64', |
| 27 'Android Cronet ARMv6 Builder': | 27 'Android Cronet ARMv6 Builder': |
| 28 'android_cronet_gn_release_bot_minimal_symbols_armv6', | 28 'android_cronet_gn_release_bot_minimal_symbols_armv6', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 58 'Lollipop Phone Tester': 'android_gn_debug_static_bot', | 58 'Lollipop Phone Tester': 'android_gn_debug_static_bot', |
| 59 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', | 59 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', |
| 60 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', | 60 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', |
| 61 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', | 61 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', |
| 62 }, | 62 }, |
| 63 | 63 |
| 64 'chromium.chrome': { | 64 'chromium.chrome': { |
| 65 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', | 65 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', |
| 66 'Google Chrome Linux x64': 'gn_official_goma', | 66 'Google Chrome Linux x64': 'gn_official_goma', |
| 67 'Google Chrome Mac': 'gyp_official_goma', | 67 'Google Chrome Mac': 'gyp_official_goma', |
| 68 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', | 68 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', |
| 69 }, | 69 }, |
| 70 | 70 |
| 71 'chromium.chromiumos': { | 71 'chromium.chromiumos': { |
| 72 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', | 72 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', |
| 73 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', | 73 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', |
| 74 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', | 74 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', |
| 75 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot', | 75 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot', |
| 76 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot', | 76 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot', |
| 77 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot', | 77 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot', |
| 78 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', | 78 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 'Win 7 x64 Perf (1)': 'none', | 494 'Win 7 x64 Perf (1)': 'none', |
| 495 'Win 7 x64 Perf (2)': 'none', | 495 'Win 7 x64 Perf (2)': 'none', |
| 496 'Win 7 x64 Perf (3)': 'none', | 496 'Win 7 x64 Perf (3)': 'none', |
| 497 'Win 7 x64 Perf (4)': 'none', | 497 'Win 7 x64 Perf (4)': 'none', |
| 498 'Win 7 x64 Perf (5)': 'none', | 498 'Win 7 x64 Perf (5)': 'none', |
| 499 'Win 8 Perf (1)': 'none', | 499 'Win 8 Perf (1)': 'none', |
| 500 'Win 8 Perf (2)': 'none', | 500 'Win 8 Perf (2)': 'none', |
| 501 'Win 8 Perf (3)': 'none', | 501 'Win 8 Perf (3)': 'none', |
| 502 'Win 8 Perf (4)': 'none', | 502 'Win 8 Perf (4)': 'none', |
| 503 'Win 8 Perf (5)': 'none', | 503 'Win 8 Perf (5)': 'none', |
| 504 'Win Builder': 'gyp_official_goma_minimal_symbols_x86', | 504 'Win Builder': 'gn_official_goma_minimal_symbols_x86', |
| 505 'Win Zenbook Perf (1)': 'none', | 505 'Win Zenbook Perf (1)': 'none', |
| 506 'Win Zenbook Perf (2)': 'none', | 506 'Win Zenbook Perf (2)': 'none', |
| 507 'Win Zenbook Perf (3)': 'none', | 507 'Win Zenbook Perf (3)': 'none', |
| 508 'Win Zenbook Perf (4)': 'none', | 508 'Win Zenbook Perf (4)': 'none', |
| 509 'Win Zenbook Perf (5)': 'none', | 509 'Win Zenbook Perf (5)': 'none', |
| 510 'Win x64 Builder': 'gyp_official_goma_minimal_symbols_x64', | 510 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64', |
| 511 }, | 511 }, |
| 512 | 512 |
| 513 'client.skia': { | 513 'client.skia': { |
| 514 'Linux Builder': 'swarming_gn_release_bot', | 514 'Linux Builder': 'swarming_gn_release_bot', |
| 515 'Linux Builder-Trybot': 'swarming_gn_release_bot', | 515 'Linux Builder-Trybot': 'swarming_gn_release_bot', |
| 516 'Linux Tests': 'swarming_gn_release_bot', | 516 'Linux Tests': 'swarming_gn_release_bot', |
| 517 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot', | 517 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot', |
| 518 'Mac Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot', | 518 'Mac Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot', |
| 519 'Win Builder': | 519 'Win Builder': |
| 520 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86', | 520 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 839 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
| 840 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', | 840 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', |
| 841 }, | 841 }, |
| 842 | 842 |
| 843 'tryserver.chromium.win': { | 843 'tryserver.chromium.win': { |
| 844 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', | 844 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', |
| 845 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64', | 845 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64', |
| 846 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86', | 846 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86', |
| 847 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 847 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
| 848 'win8_chromium_ng': 'gn_release_trybot_x86', | 848 'win8_chromium_ng': 'gn_release_trybot_x86', |
| 849 'win_x64_archive': 'noswarming_gyp_release_trybot_x64', | 849 'win_x64_archive': 'noswarming_gn_release_trybot_x64', |
| 850 'win_archive': 'noswarming_gyp_release_trybot_x86', | 850 'win_archive': 'noswarming_gn_release_trybot_x86', |
| 851 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86', | 851 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86', |
| 852 'win_chromium_compile_rel_ng': | 852 'win_chromium_compile_rel_ng': |
| 853 'swarming_gpu_tests_gn_release_trybot_x86', | 853 'swarming_gpu_tests_gn_release_trybot_x86', |
| 854 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86', | 854 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86', |
| 855 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86', | 855 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86', |
| 856 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86', | 856 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86', |
| 857 'win_chromium_variable': 'findit', | 857 'win_chromium_variable': 'findit', |
| 858 'win_chromium_variable_archive': 'findit', | 858 'win_chromium_variable_archive': 'findit', |
| 859 'win_chromium_variable_chrome': 'findit', | 859 'win_chromium_variable_chrome': 'findit', |
| 860 'win_chromium_variable_gn': 'findit', | 860 'win_chromium_variable_gn': 'findit', |
| 861 'win_chromium_variable_webkit_builder': 'findit', | 861 'win_chromium_variable_webkit_builder': 'findit', |
| 862 'win_chromium_variable_webkit_layout': 'findit', | 862 'win_chromium_variable_webkit_layout': 'findit', |
| 863 'win_chromium_variable_webkit_win7_builder': 'findit', | 863 'win_chromium_variable_webkit_win7_builder': 'findit', |
| 864 'win_chromium_variable_webkit_win7_builder_x64': 'findit', | 864 'win_chromium_variable_webkit_win7_builder_x64': 'findit', |
| 865 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', | 865 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', |
| 866 'win_clang': 'win_clang_debug_bot', | 866 'win_clang': 'win_clang_debug_bot', |
| 867 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86', | 867 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86', |
| 868 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86', | 868 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86', |
| 869 'win_clang_x64_dbg': 'win_clang_debug_bot', | 869 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 870 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64', | 870 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64', |
| 871 'win_nacl_sdk': 'nacl_annotator', | 871 'win_nacl_sdk': 'nacl_annotator', |
| 872 'win_nacl_sdk_build': 'nacl_annotator', | 872 'win_nacl_sdk_build': 'nacl_annotator', |
| 873 'win_optional_gpu_tests_rel': | 873 'win_optional_gpu_tests_rel': |
| 874 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', | 874 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', |
| 875 'win_pgo': 'gyp_official_winpgo', | 875 'win_pgo': 'gyp_official_winpgo', |
| 876 'win_upload_clang': 'gn_release_bot', | 876 'win_upload_clang': 'gn_release_bot', |
| 877 'win_chrome_official': 'gyp_official_goma_minimal_symbols_x86', | 877 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', |
| 878 }, | 878 }, |
| 879 | 879 |
| 880 'tryserver.v8': { | 880 'tryserver.v8': { |
| 881 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 881 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
| 882 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64', | 882 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64', |
| 883 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 883 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
| 884 }, | 884 }, |
| 885 }, | 885 }, |
| 886 | 886 |
| 887 | 887 |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1126 ], | 1126 ], |
| 1127 | 1127 |
| 1128 'gn_official_goma_minimal_symbols_android': [ | 1128 'gn_official_goma_minimal_symbols_android': [ |
| 1129 'gn', 'official', 'goma', 'minimal_symbols', 'android', | 1129 'gn', 'official', 'goma', 'minimal_symbols', 'android', |
| 1130 ], | 1130 ], |
| 1131 | 1131 |
| 1132 'gn_official_goma_minimal_symbols_android_arm64': [ | 1132 'gn_official_goma_minimal_symbols_android_arm64': [ |
| 1133 'gn', 'official', 'goma', 'minimal_symbols', 'android', 'arm64', | 1133 'gn', 'official', 'goma', 'minimal_symbols', 'android', 'arm64', |
| 1134 ], | 1134 ], |
| 1135 | 1135 |
| 1136 'gn_official_goma_minimal_symbols_x64': [ |
| 1137 'gn', 'official', 'goma', 'minimal_symbols', 'x64', |
| 1138 ], |
| 1139 |
| 1140 'gn_official_goma_minimal_symbols_x86': [ |
| 1141 'gn', 'official', 'goma', 'minimal_symbols', 'x86', |
| 1142 ], |
| 1143 |
| 1136 'gn_release_bot': [ | 1144 'gn_release_bot': [ |
| 1137 'gn', 'release_bot', | 1145 'gn', 'release_bot', |
| 1138 ], | 1146 ], |
| 1139 | 1147 |
| 1140 'gn_release_bot_chrome_with_codecs': [ | 1148 'gn_release_bot_chrome_with_codecs': [ |
| 1141 'gn', 'release_bot', 'chrome_with_codecs', | 1149 'gn', 'release_bot', 'chrome_with_codecs', |
| 1142 ], | 1150 ], |
| 1143 | 1151 |
| 1144 'gn_release_bot_minimal_symbols_chrome_with_codecs': [ | 1152 'gn_release_bot_minimal_symbols_chrome_with_codecs': [ |
| 1145 'gn', 'release_bot_minimal_symbols', 'chrome_with_codecs', | 1153 'gn', 'release_bot_minimal_symbols', 'chrome_with_codecs', |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1411 ], | 1419 ], |
| 1412 | 1420 |
| 1413 'noswarming_gn_release_bot_x64': [ | 1421 'noswarming_gn_release_bot_x64': [ |
| 1414 'noswarming', 'gn', 'release_bot', 'x64', | 1422 'noswarming', 'gn', 'release_bot', 'x64', |
| 1415 ], | 1423 ], |
| 1416 | 1424 |
| 1417 'noswarming_gyp_release_bot_mac_strip': [ | 1425 'noswarming_gyp_release_bot_mac_strip': [ |
| 1418 'noswarming', 'gyp', 'release_bot', 'mac_strip', | 1426 'noswarming', 'gyp', 'release_bot', 'mac_strip', |
| 1419 ], | 1427 ], |
| 1420 | 1428 |
| 1421 'noswarming_gyp_release_bot_minimal_symbols_x86': [ | |
| 1422 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86', | |
| 1423 ], | |
| 1424 | |
| 1425 'noswarming_gyp_release_trybot': [ | 1429 'noswarming_gyp_release_trybot': [ |
| 1426 'noswarming', 'gyp', 'release_trybot', | 1430 'noswarming', 'gyp', 'release_trybot', |
| 1427 ], | 1431 ], |
| 1428 | 1432 |
| 1429 'noswarming_gyp_release_trybot_x64': [ | 1433 'noswarming_gn_release_trybot_x64': [ |
| 1430 'noswarming', 'gyp', 'release_trybot', 'x64', | 1434 'noswarming', 'gn', 'release_trybot', 'x64', |
| 1431 ], | 1435 ], |
| 1432 | 1436 |
| 1433 'noswarming_gyp_release_trybot_x86': [ | 1437 'noswarming_gn_release_trybot_x86': [ |
| 1434 'noswarming', 'gyp', 'release_trybot', 'x86', | 1438 'noswarming', 'gn', 'release_trybot', 'x86', |
| 1435 ], | 1439 ], |
| 1436 | 1440 |
| 1437 'swarming_android_gn_debug_static_bot': [ | 1441 'swarming_android_gn_debug_static_bot': [ |
| 1438 'swarming', 'android', 'gn', 'debug_static_bot', | 1442 'swarming', 'android', 'gn', 'debug_static_bot', |
| 1439 ], | 1443 ], |
| 1440 | 1444 |
| 1441 'swarming_android_gn_debug_static_bot_arm64': [ | 1445 'swarming_android_gn_debug_static_bot_arm64': [ |
| 1442 'swarming', 'android', 'gn', 'debug_static_bot', 'arm64', | 1446 'swarming', 'android', 'gn', 'debug_static_bot', 'arm64', |
| 1443 ], | 1447 ], |
| 1444 | 1448 |
| (...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2285 }, | 2289 }, |
| 2286 | 2290 |
| 2287 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2291 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2288 | 2292 |
| 2289 'drmemory': { | 2293 'drmemory': { |
| 2290 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2294 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2291 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2295 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2292 }, | 2296 }, |
| 2293 }, | 2297 }, |
| 2294 } | 2298 } |
| OLD | NEW |