| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index b9e6b19f110211bb3c9191ff2fa95847615d9d59..7fe295a4be698cd7168569ba4c91b77cf6f128a4 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -3,6 +3,389 @@
|
| # found in the LICENSE file.
|
|
|
| {
|
| + # This is a map of buildbot master names -> buildbot builder names ->
|
| + # config names (where each config name is a key in the 'configs' dict,
|
| + # below). MB uses this dict to look up which config to use for a given bot.
|
| + #
|
| + # TODO(crbug.com/481692): Add in remaining bots on the waterfalls.
|
| + 'masters': {
|
| + # Take care when changing any of these builders to ensure that you do not
|
| + # include a configuration with 'chrome_with_codecs' since these builders
|
| + # generated publicly advertised non-Official builds which are not allowed
|
| + # to have proprietary codecs enabled.
|
| + 'chromium': {
|
| + 'Android': 'android_without_codecs_gyp_release_bot_minimal_symbols',
|
| + 'Linux x64': 'noswarming_gn_release_bot',
|
| + 'Linux': 'noswarming_gyp_release_bot_x86',
|
| + 'Mac': 'noswarming_gyp_release_bot_mac_strip',
|
| + 'Win': 'noswarming_gyp_release_bot',
|
| + },
|
| + 'chromium.android': {
|
| + 'Android GN Builder (dbg)': 'android_gn_debug_bot',
|
| + 'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel',
|
| + 'Android Swarm Builder':
|
| + 'swarming_android_gn_release_bot_minimal_symbols',
|
| + 'Android arm Builder (dbg)': 'android_gn_debug_static_bot',
|
| + 'Android arm64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
|
| + 'Android x64 Builder (dbg)': 'android_gn_debug_static_bot_x64',
|
| + 'Android x86 Builder (dbg)': 'android_gn_debug_static_bot_x86',
|
| + 'Jelly Bean Tester': 'android_gn_debug_static_bot',
|
| + 'KitKat Tablet Tester': 'android_gn_debug_static_bot',
|
| + 'Lollipop Consumer Tester': 'android_gn_debug_static_bot_arm64',
|
| + 'Lollipop Low-end Tester': 'android_gn_debug_static_bot',
|
| + 'Lollipop Phone Tester': 'android_gn_debug_static_bot',
|
| + 'Lollipop Tablet Tester': 'android_gn_debug_static_bot',
|
| + 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64',
|
| + 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot',
|
| + },
|
| + 'chromium.chrome': {
|
| + 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
|
| + 'Google Chrome Linux x64': 'gn_official_goma',
|
| + 'Google Chrome Linux': 'gyp_official_goma_x86',
|
| + 'Google Chrome Mac': 'gyp_official_goma',
|
| + 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
|
| + },
|
| + 'chromium.chromiumos': {
|
| + 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
|
| + 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
|
| + },
|
| + 'chromium.linux': {
|
| + 'Android Arm64 Builder (dbg)':
|
| + 'swarming_android_gyp_debug_static_bot_arm64',
|
| + 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot',
|
| + 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols',
|
| + 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot',
|
| + 'Android GN (dbg)': 'android_gn_debug_bot',
|
| + 'Android GN': 'android_gn_release_bot',
|
| + 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
|
| + 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols',
|
| + 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot',
|
| + 'Cast Linux': 'cast_gn_release_bot',
|
| + 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
|
| + 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
|
| + 'Linux Builder': 'swarming_gn_release_bot',
|
| + 'Linux Tests (dbg)(1)': 'none',
|
| + 'Linux Tests (dbg)(1)(32)': 'none',
|
| + 'Linux Tests': 'none',
|
| + },
|
| + 'chromium.mac': {
|
| + 'Mac GN (dbg)': 'gn_debug_static_bot',
|
| + 'Mac GN': 'gn_release_bot',
|
| + },
|
| + 'chromium.mojo': {
|
| + 'Chromium Mojo Android': 'android_gn_release_bot',
|
| + 'Chromium Mojo Linux': 'gn_release_bot',
|
| + 'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
|
| + },
|
| + 'chromium.perf': {
|
| + 'Android Builder': 'gn_official_goma_minimal_symbols_android',
|
| + 'Android arm64 Builder':
|
| + 'gn_official_goma_minimal_symbols_android_arm64',
|
| + 'Linux Builder': 'gn_official_goma',
|
| + 'Mac Builder': 'gyp_official_goma',
|
| + 'Win Builder': 'gyp_official_goma_minimal_symbols_x86',
|
| + 'Win x64 Builder': 'gyp_official_goma_minimal_symbols_x64',
|
| + },
|
| + 'chromium.win': {
|
| + # Windows bots take too long to link w/ full symbols and time out.
|
| + 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols',
|
| + 'Win x64 GN': 'gn_release_bot_minimal_symbols',
|
| + 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
|
| + 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
|
| + },
|
| + 'chromium.webkit': {
|
| + 'Android Builder': 'gyp_release_bot_android',
|
| + 'WebKit Android (Nexus4)': 'gyp_release_bot_android',
|
| + 'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64',
|
| + 'WebKit Linux ASAN': 'swarming_gyp_asan_lsan_release_bot_x64',
|
| + 'WebKit Linux Leak': 'swarming_gn_release_bot_x64',
|
| + 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot_x64',
|
| + 'WebKit Linux Trusty': 'swarming_gn_release_bot_x64',
|
| + 'WebKit Linux non-Oilpan (dbg)': 'swarming_gn_non_oilpan_debug_bot_x64',
|
| + 'WebKit Linux non-Oilpan ASAN':
|
| + 'swarming_gyp_non_oilpan_asan_lsan_release_bot_x64',
|
| + 'WebKit Linux non-Oilpan Builder':
|
| + 'swarming_gn_non_oilpan_release_bot_x64',
|
| + 'WebKit Linux non-Oilpan Leak': 'swarming_gn_non_oilpan_release_bot_x64',
|
| + 'WebKit Linux': 'swarming_gn_release_bot_x64',
|
| + 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot_x64',
|
| + 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64',
|
| + 'WebKit Mac non-Oilpan (dbg)': 'swarming_gyp_non_oilpan_debug_bot_x64',
|
| + 'WebKit Mac non-Oilpan': 'swarming_gyp_non_oilpan_release_bot_x64',
|
| + 'WebKit Mac10.10': 'none',
|
| + 'WebKit Mac10.11 (dbg)': 'none',
|
| + 'WebKit Mac10.11 (retina)': 'swarming_gyp_release_bot_x64',
|
| + 'WebKit Mac10.11': 'none',
|
| + 'WebKit Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86',
|
| + 'WebKit Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86',
|
| + 'WebKit Win non-Oilpan (dbg)':
|
| + 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x86',
|
| + 'WebKit Win non-Oilpan':
|
| + 'swarming_gyp_non_oilpan_release_bot_minimal_symbols_x86',
|
| + 'WebKit Win x64 Builder (dbg)':
|
| + 'swarming_gyp_debug_bot_minimal_symbols_x64',
|
| + 'WebKit Win x64 Builder': 'swarming_gyp_release_bot_minimal_symbols_x64',
|
| + 'WebKit Win10': 'none',
|
| + 'WebKit Win7 (dbg)': 'none',
|
| + 'WebKit Win7': 'none',
|
| + },
|
| + 'chromium.memory.fyi': {
|
| + 'Chromium Linux Builder (valgrind)': 'gyp_valgrind_release_bot',
|
| + 'Chromium OS (valgrind)(1)': 'none',
|
| + 'Chromium OS (valgrind)(2)': 'none',
|
| + 'Chromium OS (valgrind)(3)': 'none',
|
| + 'Chromium OS (valgrind)(4)': 'none',
|
| + 'Chromium OS (valgrind)(5)': 'none',
|
| + 'Chromium OS (valgrind)(6)': 'none',
|
| + 'Chromium OS Builder (valgrind)': 'gyp_valgrind_chromeos_release_bot',
|
| + 'Chromium Windows Builder (DrMemory x64)':
|
| + 'gyp_drmemory_shared_release_x64',
|
| + 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
|
| + 'Linux Tests (valgrind)(1)': 'none',
|
| + 'Linux Tests (valgrind)(2)': 'none',
|
| + 'Linux Tests (valgrind)(3)': 'none',
|
| + 'Linux Tests (valgrind)(4)': 'none',
|
| + 'Linux Tests (valgrind)(5)': 'none',
|
| + 'Windows Browser (DrMemory full) (1)': 'none',
|
| + 'Windows Browser (DrMemory full) (10)': 'none',
|
| + 'Windows Browser (DrMemory full) (11)': 'none',
|
| + 'Windows Browser (DrMemory full) (12)': 'none',
|
| + 'Windows Browser (DrMemory full) (2)': 'none',
|
| + 'Windows Browser (DrMemory full) (3)': 'none',
|
| + 'Windows Browser (DrMemory full) (4)': 'none',
|
| + 'Windows Browser (DrMemory full) (5)': 'none',
|
| + 'Windows Browser (DrMemory full) (6)': 'none',
|
| + 'Windows Browser (DrMemory full) (7)': 'none',
|
| + 'Windows Browser (DrMemory full) (8)': 'none',
|
| + 'Windows Browser (DrMemory full) (9)': 'none',
|
| + 'Windows Content Browser (DrMemory full) (1)': 'none',
|
| + 'Windows Content Browser (DrMemory full) (2)': 'none',
|
| + 'Windows Content Browser (DrMemory full) (3)': 'none',
|
| + 'Windows Content Browser (DrMemory full) (4)': 'none',
|
| + 'Windows Content Browser (DrMemory full) (5)': 'none',
|
| + 'Windows Content Browser (DrMemory full) (6)': 'none',
|
| + 'Windows Content Browser (DrMemory)': 'none',
|
| + 'Windows Unit (DrMemory full) (1)': 'none',
|
| + 'Windows Unit (DrMemory full) (2)': 'none',
|
| + 'Windows Unit (DrMemory full) (3)': 'none',
|
| + 'Windows Unit (DrMemory full) (4)': 'none',
|
| + 'Windows Unit (DrMemory full) (5)': 'none',
|
| + 'Windows Unit (DrMemory x64)': 'none',
|
| + 'Windows Unit (DrMemory)': 'none',
|
| + },
|
| + 'chromium.fyi': {
|
| + 'CFI Linux CF': 'gn_cfi_diag_release_bot',
|
| + 'CFI Linux ToT': 'gn_cfi_release_bot',
|
| + 'CFI Linux': 'gn_cfi_release_bot',
|
| + 'CrWinClang64(dbg)': 'win_clang_debug_bot',
|
| + 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
|
| + 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
|
| + 'Linux ARM': 'swarming_gyp_release_bot_arm',
|
| + 'Site Isolation Linux': 'gn_release_trybot',
|
| + 'Site Isolation Win': 'gyp_release_trybot_x64',
|
| + 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
|
| + 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
|
| + },
|
| + 'chromium.gpu': {
|
| + 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot',
|
| + 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_bot',
|
| + 'Linux Debug (NVIDIA)': 'none',
|
| + 'Linux Release (NVIDIA)': 'none',
|
| + },
|
| + 'chromium.gpu.fyi': {
|
| + 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_bot',
|
| + 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_bot',
|
| + 'Linux Debug (NVIDIA)': 'none',
|
| + 'Linux Debug (NVIDIA)': 'none',
|
| + 'Linux Release (ATI)': 'none',
|
| + 'Linux Release (Intel Graphics Stack)': 'none',
|
| + 'Linux Release (NVIDIA)': 'none',
|
| + },
|
| + 'chromium.webrtc.fyi': {
|
| + 'Android GN (dbg)': 'android_gn_debug_bot',
|
| + 'Android GN': 'android_gn_release_bot',
|
| + 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
|
| + 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs',
|
| + 'Mac GN': 'gn_release_bot_chrome_with_codecs',
|
| + 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
|
| + 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
|
| + },
|
| + 'client.skia': {
|
| + 'Linux Builder': 'swarming_gn_release_bot',
|
| + 'Linux Builder-Trybot': 'swarming_gn_release_bot',
|
| + 'Linux Tests': 'swarming_gn_release_bot',
|
| + },
|
| + 'client.v8.fyi': {
|
| + 'Linux Debug Builder': 'gn_debug_bot',
|
| + 'V8 Android GN (dbg)': 'android_gn_debug_bot',
|
| + 'V8 Linux GN': 'gn_release_bot',
|
| + },
|
| + 'official.desktop': {
|
| + 'blimp-engine': 'gn_blimp_debug',
|
| + 'precise64': 'gn_official',
|
| + },
|
| + 'official.desktop.continuous': {
|
| + 'precise64 beta': 'gn_official',
|
| + 'precise64 stable': 'gn_official',
|
| + 'precise64 trunk': 'gn_official',
|
| + },
|
| + 'tryserver.blink': {
|
| + 'blink_presubmit': 'none',
|
| + 'linux_blink_compile_dbg':
|
| + 'swarming_gn_debug_bot_minimal_symbols_x64',
|
| + 'linux_blink_compile_rel':
|
| + 'swarming_gn_release_trybot_minimal_symbols_x64',
|
| + 'linux_blink_dbg':
|
| + 'swarming_gn_debug_bot_minimal_symbols_x64',
|
| + 'linux_blink_oilpan_compile_rel':
|
| + 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
|
| + 'linux_blink_oilpan_dbg':
|
| + 'swarming_gn_non_oilpan_debug_bot_minimal_symbols_x64',
|
| + 'linux_blink_oilpan_rel':
|
| + 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
|
| + 'linux_blink_rel':
|
| + 'swarming_gn_release_trybot_minimal_symbols_x64',
|
| + 'linux_blink_rel_ng':
|
| + 'swarming_gn_release_trybot_minimal_symbols_x64',
|
| + 'mac_blink_compile_dbg':
|
| + 'swarming_gyp_debug_bot_minimal_symbols_x64',
|
| + 'mac_blink_compile_rel':
|
| + 'swarming_gyp_release_bot_minimal_symbols_x64',
|
| + 'mac_blink_dbg':
|
| + 'swarming_gyp_debug_bot_minimal_symbols_x64',
|
| + 'mac_blink_oilpan_compile_rel':
|
| + 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x64',
|
| + 'mac_blink_oilpan_dbg':
|
| + 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x64',
|
| + 'mac_blink_oilpan_rel':
|
| + 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x64',
|
| + 'mac_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x64',
|
| + 'win_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
|
| + 'win_blink_compile_rel':
|
| + 'swarming_gyp_release_trybot_minimal_symbols_x86',
|
| + 'win_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
|
| + 'win_blink_oilpan_compile_rel':
|
| + 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86',
|
| + 'win_blink_oilpan_dbg':
|
| + 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x86',
|
| + 'win_blink_oilpan_rel':
|
| + 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86',
|
| + 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86',
|
| + },
|
| + 'tryserver.chromium.android': {
|
| + 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64',
|
| + 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
|
| + 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
|
| + 'android_chromium_gn_rel': 'android_gn_release_trybot',
|
| + 'android_clang_dbg_recipe': 'android_clang_asan_gyp_debug_trybot',
|
| + 'android_compile_dbg': 'swarming_android_gyp_debug_trybot',
|
| + 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
|
| + 'android_compile_rel': 'swarming_android_gyp_release_trybot',
|
| + 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
|
| + 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
|
| + 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
|
| + 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
|
| + },
|
| + 'tryserver.chromium.angle': {
|
| + 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
|
| + 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
|
| + },
|
| + 'tryserver.chromium.linux': {
|
| + 'cast_shell_linux': 'cast_gn_release_trybot',
|
| + 'linux_arm': 'swarming_gyp_release_trybot_arm',
|
| + 'linux_blink_oilpan_rel':
|
| + 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
|
| + 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
|
| + 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
|
| + 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot',
|
| + 'linux_chromium_clang_upload': 'gn_release_bot',
|
| + 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
|
| + 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
|
| + 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
|
| + 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
|
| + 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
|
| + 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
|
| + 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
|
| + 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
|
| + 'linux_chromium_gn_upload': 'gn_linux_upload',
|
| + 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
|
| + 'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
|
| + 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
|
| + 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
|
| + 'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
|
| + 'linux_ecs_ozone': 'embedded_gyp_debug_bot',
|
| + 'linux_full_bisect_builder': 'swarming_gyp_release_bot',
|
| + 'linux_optional_gpu_tests_rel':
|
| + 'swarming_gpu_fyi_tests_gn_release_trybot',
|
| + 'linux_site_isolation': 'gn_release_trybot',
|
| + 'linux_valgrind': 'gyp_valgrind_release_bot',
|
| + },
|
| + 'tryserver.chromium.mac': {
|
| + 'mac_chromium_clang_upload': 'gn_release_bot',
|
| + 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
|
| + 'mac_chromium_gn_rel': 'gn_release_trybot',
|
| + 'mac_chromium_gn_upload': 'gn_release_bot',
|
| + },
|
| + 'tryserver.chromium.perf': {
|
| + 'android_arm64_perf_bisect_builder':
|
| + 'gn_official_goma_minimal_symbols_android_arm64',
|
| + 'android_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| + 'android_nexus5X_perf_bisect':
|
| + 'gn_official_goma_minimal_symbols_android',
|
| + 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| + 'android_nexus6_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| + 'android_nexus7_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| + 'android_nexus9_perf_bisect':
|
| + 'gn_official_goma_minimal_symbols_android_arm64',
|
| + 'android_one_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| + 'android_perf_bisect_builder':
|
| + 'gn_official_goma_minimal_symbols_android',
|
| + 'android_s5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| + 'android_s5_perf_cq': 'gn_official_goma_minimal_symbols_android',
|
| + 'android_webview_aosp_perf_bisect':
|
| + 'gn_official_goma_minimal_symbols_android',
|
| + 'linux_fyi_perf_bisect': 'gn_official_goma',
|
| + 'linux_perf_bisect': 'gn_official_goma',
|
| + 'linux_perf_bisect_builder': 'gn_official_goma',
|
| + 'linux_perf_cq': 'gn_official_goma',
|
| + 'mac_10_10_perf_bisect': 'gyp_official_goma',
|
| + 'mac_10_11_perf_bisect': 'gyp_official_goma',
|
| + 'mac_fyi_perf_bisect': 'gyp_official_goma',
|
| + 'mac_hdd_perf_bisect': 'gyp_official_goma',
|
| + 'mac_perf_bisect_builder': 'gyp_official_goma',
|
| + 'mac_retina_perf_bisect': 'gyp_official_goma',
|
| + 'mac_retina_perf_cq': 'gyp_official_goma',
|
| + 'win_8_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
|
| + 'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
|
| + 'win_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
|
| + 'win_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_x86',
|
| + 'win_x64_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| + 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| + 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64',
|
| + 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64',
|
| + 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| + 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| + 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| + 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| + },
|
| + 'tryserver.chromium.win': {
|
| + 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86',
|
| + 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
|
| + 'win8_chromium_ng': 'gn_release_trybot_x86',
|
| + 'win_chromium_clang_upload': 'gn_release_bot',
|
| + 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols',
|
| + 'win_chromium_gn_x64_rel': 'gn_release_trybot',
|
| + 'win_chromium_x64_rel_ng': 'gn_release_trybot',
|
| + 'win_clang_x64_dbg': 'win_clang_debug_bot',
|
| + },
|
| + 'tryserver.v8': {
|
| + 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
|
| + 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
|
| + 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
|
| + },
|
| + },
|
| +
|
| +
|
| # This is the list of configs that you can pass to mb; each config
|
| # represents a particular combination of GYP_DEFINES/gn args that
|
| # we must support. A given config *may* be platform-specific but
|
| @@ -616,565 +999,187 @@
|
| 'mixins': ['debug', 'static', 'minimal_symbols', 'goma'],
|
| },
|
|
|
| - 'debug_trybot': {
|
| - 'mixins': ['debug_bot_minimal_symbols'],
|
| - },
|
| -
|
| - # TODO(zforman): This doesn't do anything now, find out if it can
|
| - # be removed, and remove it.
|
| - 'deterministic': {
|
| - 'gn_args': 'error',
|
| - },
|
| -
|
| - 'disable_nacl': {
|
| - 'gn_args': 'enable_nacl=false',
|
| - 'gyp_defines': 'disable_nacl=1',
|
| - },
|
| -
|
| - 'embedded': {
|
| - 'gn_args': 'error',
|
| - 'gyp_defines': 'embedded=1',
|
| - },
|
| -
|
| - 'gn_linux_upload': {
|
| - 'type': 'gn',
|
| -
|
| - # We don't want to require a runtime dependency on glib in the
|
| - # GN binary; ideally we could just turn glib off, but that doesn't
|
| - # actually work, so we need to pretend to be doing an ozone build
|
| - # in order for the flag to actually take effect.
|
| - 'gn_args': 'use_ozone=true',
|
| - },
|
| -
|
| - 'gn': {'type': 'gn'},
|
| -
|
| - 'goma': {
|
| - # The MB code will properly escape goma_dir if necessary in the GYP
|
| - # code path; the GN code path needs no escaping.
|
| - 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"',
|
| - 'gyp_defines': 'use_goma=1 gomadir=$(goma_dir)',
|
| - },
|
| -
|
| - 'gpu_tests': {
|
| - 'mixins': ['archive_gpu_tests', 'chrome_with_codecs'],
|
| - },
|
| -
|
| - 'gyp': {'type': 'gyp'},
|
| -
|
| - 'internal_gles2_conform_tests': {
|
| - 'gn_args': 'internal_gles2_conform_tests=true',
|
| - 'gyp_defines': 'internal_gles2_conform_tests=1',
|
| - },
|
| -
|
| - 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
|
| -
|
| - 'lsan': {
|
| - 'gn_args': 'is_lsan=true',
|
| - 'gyp_defines': 'lsan=1',
|
| - },
|
| -
|
| - 'mac_strip': {
|
| - 'gn_args': 'error', # TODO(GYP): Port mac_strip_release
|
| - 'gyp_defines': 'mac_strip_release=1',
|
| - },
|
| -
|
| - 'minimal_symbols': {
|
| - 'gn_args': 'symbol_level=1',
|
| - 'gyp_defines': 'fastbuild=1',
|
| - },
|
| -
|
| - 'mipsel': {
|
| - 'gn_args': 'target_cpu="mipsel"',
|
| - 'gyp_defines': 'target_arch=mipsel',
|
| - },
|
| -
|
| - 'msan': {
|
| - 'gn_args': ('is_msan=true msan_track_origins=2 '
|
| - 'use_prebuilt_instrumented_libraries=true'),
|
| - 'gyp_defines': ('msan=1 msan_track_origins=2 '
|
| - 'use_prebuilt_instrumented_libraries=1'),
|
| - },
|
| -
|
| - 'no_symbols': {
|
| - 'gn_args': 'symbol_level=0',
|
| - 'gyp_defines': 'fastbuild=2',
|
| - },
|
| -
|
| - 'non_oilpan': {
|
| - 'gn_args': 'enable_oilpan=false',
|
| - 'gyp_defines': 'enable_oilpan=0',
|
| - },
|
| -
|
| - # This config is used by bots that aren't building Chromium and should
|
| - # never be running MB. It is used for tracking purposes. These values
|
| - # were picked such that if someone did try to run MB, both GN and GYP
|
| - # should error out.
|
| - 'none': {
|
| - 'gn_args': 'error',
|
| - 'gyp_defines': 'target_arch=unknown',
|
| - },
|
| -
|
| - 'noswarming': {
|
| - # test_isolation_mode doesn't exist in a GN build (it's always a no-op).
|
| - 'gn_args': '',
|
| - 'gyp_defines': 'test_isolation_mode=noop',
|
| - },
|
| -
|
| - 'official': {
|
| - 'gn_args': ('is_chrome_branded=true is_official_build=true '
|
| - 'is_debug=false'),
|
| - 'gyp_defines': 'branding=Chrome buildtype=Official',
|
| - },
|
| -
|
| - 'ozone': {
|
| - 'gn_args': 'use_ozone=true',
|
| - 'gyp_defines': 'use_ozone=1',
|
| - },
|
| -
|
| - 'pdf_xfa': {
|
| - 'gn_args': 'pdf_enable_xfa=true',
|
| - 'gyp_defines': 'pdf_enable_xfa=1',
|
| - },
|
| -
|
| - 'proprietary_codecs': {
|
| - 'gn_args': 'proprietary_codecs=true',
|
| - 'gyp_defines': 'proprietary_codecs=1',
|
| - },
|
| -
|
| - 'release': {
|
| - 'gn_args': 'is_debug=false',
|
| - },
|
| -
|
| - 'release_bot': {
|
| - 'mixins': ['release', 'static', 'goma'],
|
| - },
|
| -
|
| - 'release_bot_minimal_symbols': {
|
| - 'mixins': ['release_bot', 'minimal_symbols'],
|
| - },
|
| -
|
| - 'release_trybot': {
|
| - 'mixins': ['release_bot_minimal_symbols', 'dcheck_always_on']
|
| + 'debug_trybot': {
|
| + 'mixins': ['debug_bot_minimal_symbols'],
|
| },
|
|
|
| - 'shared': {
|
| - 'gn_args': 'is_component_build=true',
|
| - 'gyp_defines': 'component=shared_library',
|
| + # TODO(zforman): This doesn't do anything now, find out if it can
|
| + # be removed, and remove it.
|
| + 'deterministic': {
|
| + 'gn_args': 'error',
|
| },
|
|
|
| - 'static': {
|
| - 'gn_args': 'is_component_build=false',
|
| - 'gyp_defines': 'component=static_library',
|
| + 'disable_nacl': {
|
| + 'gn_args': 'enable_nacl=false',
|
| + 'gyp_defines': 'disable_nacl=1',
|
| },
|
|
|
| - 'swarming': {
|
| - 'gn_args': '',
|
| - 'gyp_defines': 'test_isolation_mode=prepare',
|
| + 'embedded': {
|
| + 'gn_args': 'error',
|
| + 'gyp_defines': 'embedded=1',
|
| },
|
|
|
| - 'tsan': {
|
| - 'gn_args': 'is_tsan=true',
|
| - 'gyp_defines': 'tsan=1',
|
| + 'gn_linux_upload': {
|
| + 'type': 'gn',
|
| +
|
| + # We don't want to require a runtime dependency on glib in the
|
| + # GN binary; ideally we could just turn glib off, but that doesn't
|
| + # actually work, so we need to pretend to be doing an ozone build
|
| + # in order for the flag to actually take effect.
|
| + 'gn_args': 'use_ozone=true',
|
| },
|
|
|
| - 'x64': {
|
| - 'gn_args': 'target_cpu="x64"',
|
| - 'gyp_defines': 'target_arch=x64',
|
| + 'gn': {'type': 'gn'},
|
| +
|
| + 'goma': {
|
| + # The MB code will properly escape goma_dir if necessary in the GYP
|
| + # code path; the GN code path needs no escaping.
|
| + 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"',
|
| + 'gyp_defines': 'use_goma=1 gomadir=$(goma_dir)',
|
| },
|
|
|
| - 'x86': {
|
| - 'gn_args': 'target_cpu="x86"',
|
| - 'gyp_defines': 'target_arch=ia32',
|
| + 'gpu_tests': {
|
| + 'mixins': ['archive_gpu_tests', 'chrome_with_codecs'],
|
| },
|
|
|
| - 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
|
| + 'gyp': {'type': 'gyp'},
|
|
|
| - 'drmemory': {
|
| - 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
|
| - 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
|
| + 'internal_gles2_conform_tests': {
|
| + 'gn_args': 'internal_gles2_conform_tests=true',
|
| + 'gyp_defines': 'internal_gles2_conform_tests=1',
|
| },
|
|
|
| - 'valgrind': {
|
| - # TODO: add gn_args for 'build_for_tool=memcheck'
|
| - 'gyp_defines': 'build_for_tool=memcheck',
|
| - }
|
| - },
|
| + 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
|
|
|
| - # This is a map of buildbot master names -> buildbot builder names ->
|
| - # config names (where each config name is a key in the 'configs' dict,
|
| - # above). mb uses this dict to look up which config to use for a given bot.
|
| - # The builders should be sorted by the order they appear in the /builders
|
| - # page on the buildbots, *not* alphabetically.
|
| - #
|
| - # TODO(crbug.com/481692): Add in remaining bots on the waterfalls.
|
| - 'masters': {
|
| - # Take care when changing any of these builders to ensure that you do not
|
| - # include a configuration with 'chrome_with_codecs' since these builders
|
| - # generated publicly advertised non-Official builds which are not allowed
|
| - # to have proprietary codecs enabled.
|
| - 'chromium': {
|
| - 'Win': 'noswarming_gyp_release_bot',
|
| - 'Mac': 'noswarming_gyp_release_bot_mac_strip',
|
| - 'Linux x64': 'noswarming_gn_release_bot',
|
| - 'Linux': 'noswarming_gyp_release_bot_x86',
|
| - 'Android': 'android_without_codecs_gyp_release_bot_minimal_symbols',
|
| - },
|
| - 'chromium.android': {
|
| - 'Android GN Builder (dbg)': 'android_gn_debug_bot',
|
| - 'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel',
|
| - 'Android arm Builder (dbg)': 'android_gn_debug_static_bot',
|
| - 'Android arm64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
|
| - 'Android x64 Builder (dbg)': 'android_gn_debug_static_bot_x64',
|
| - 'Android x86 Builder (dbg)': 'android_gn_debug_static_bot_x86',
|
| - 'Jelly Bean Tester': 'android_gn_debug_static_bot',
|
| - 'KitKat Tablet Tester': 'android_gn_debug_static_bot',
|
| - 'Lollipop Consumer Tester': 'android_gn_debug_static_bot_arm64',
|
| - 'Lollipop Low-end Tester': 'android_gn_debug_static_bot',
|
| - 'Lollipop Phone Tester': 'android_gn_debug_static_bot',
|
| - 'Lollipop Tablet Tester': 'android_gn_debug_static_bot',
|
| - 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64',
|
| - 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot',
|
| - 'Android Swarm Builder':
|
| - 'swarming_android_gn_release_bot_minimal_symbols',
|
| - },
|
| - 'chromium.chrome': {
|
| - 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
|
| - 'Google Chrome Linux': 'gyp_official_goma_x86',
|
| - 'Google Chrome Linux x64': 'gn_official_goma',
|
| - 'Google Chrome Mac': 'gyp_official_goma',
|
| - 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
|
| - },
|
| - 'chromium.chromiumos': {
|
| - 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
|
| - 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
|
| + 'lsan': {
|
| + 'gn_args': 'is_lsan=true',
|
| + 'gyp_defines': 'lsan=1',
|
| },
|
| - 'chromium.linux': {
|
| - 'Android Arm64 Builder (dbg)':
|
| - 'swarming_android_gyp_debug_static_bot_arm64',
|
| - 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols',
|
| - 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot',
|
| - 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot',
|
| - 'Android GN': 'android_gn_release_bot',
|
| - 'Android GN (dbg)': 'android_gn_debug_bot',
|
| - 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols',
|
| - 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
|
| - 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot',
|
| - 'Cast Linux': 'cast_gn_release_bot',
|
| - 'Linux Builder': 'swarming_gn_release_bot',
|
| - 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
|
| - 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
|
| - 'Linux Tests': 'none',
|
| - 'Linux Tests (dbg)(1)': 'none',
|
| - 'Linux Tests (dbg)(1)(32)': 'none',
|
| +
|
| + 'mac_strip': {
|
| + 'gn_args': 'error', # TODO(GYP): Port mac_strip_release
|
| + 'gyp_defines': 'mac_strip_release=1',
|
| },
|
| - 'chromium.mac': {
|
| - 'Mac GN': 'gn_release_bot',
|
| - 'Mac GN (dbg)': 'gn_debug_static_bot',
|
| +
|
| + 'minimal_symbols': {
|
| + 'gn_args': 'symbol_level=1',
|
| + 'gyp_defines': 'fastbuild=1',
|
| },
|
| - 'chromium.mojo': {
|
| - 'Chromium Mojo Android': 'android_gn_release_bot',
|
| - 'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
|
| - 'Chromium Mojo Linux': 'gn_release_bot',
|
| +
|
| + 'mipsel': {
|
| + 'gn_args': 'target_cpu="mipsel"',
|
| + 'gyp_defines': 'target_arch=mipsel',
|
| },
|
| - 'chromium.perf': {
|
| - 'Android Builder': 'gn_official_goma_minimal_symbols_android',
|
| - 'Android arm64 Builder':
|
| - 'gn_official_goma_minimal_symbols_android_arm64',
|
| - 'Win Builder': 'gyp_official_goma_minimal_symbols_x86',
|
| - 'Win x64 Builder': 'gyp_official_goma_minimal_symbols_x64',
|
| - 'Mac Builder': 'gyp_official_goma',
|
| - 'Linux Builder': 'gn_official_goma',
|
| +
|
| + 'msan': {
|
| + 'gn_args': ('is_msan=true msan_track_origins=2 '
|
| + 'use_prebuilt_instrumented_libraries=true'),
|
| + 'gyp_defines': ('msan=1 msan_track_origins=2 '
|
| + 'use_prebuilt_instrumented_libraries=1'),
|
| },
|
| - 'chromium.win': {
|
| - # Windows bots take too long to link w/ full symbols and time out.
|
| - 'Win x64 GN': 'gn_release_bot_minimal_symbols',
|
| - 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols',
|
| - 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
|
| - 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
|
| +
|
| + 'no_symbols': {
|
| + 'gn_args': 'symbol_level=0',
|
| + 'gyp_defines': 'fastbuild=2',
|
| },
|
| - 'chromium.webkit': {
|
| - 'WebKit Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86',
|
| - 'WebKit Win7': 'none',
|
| - 'WebKit Win10': 'none',
|
| - 'WebKit Win x64 Builder': 'swarming_gyp_release_bot_minimal_symbols_x64',
|
| - 'WebKit Win non-Oilpan':
|
| - 'swarming_gyp_non_oilpan_release_bot_minimal_symbols_x86',
|
| - 'WebKit Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86',
|
| - 'WebKit Win7 (dbg)': 'none',
|
| - 'WebKit Win non-Oilpan (dbg)':
|
| - 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x86',
|
| - 'WebKit Win x64 Builder (dbg)':
|
| - 'swarming_gyp_debug_bot_minimal_symbols_x64',
|
| - 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64',
|
| - 'WebKit Mac10.11 (retina)': 'swarming_gyp_release_bot_x64',
|
| - 'WebKit Mac10.10': 'none',
|
| - 'WebKit Mac10.11': 'none',
|
| - 'WebKit Mac non-Oilpan': 'swarming_gyp_non_oilpan_release_bot_x64',
|
| - 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot_x64',
|
| - 'WebKit Mac10.11 (dbg)': 'none',
|
| - 'WebKit Mac non-Oilpan (dbg)': 'swarming_gyp_non_oilpan_debug_bot_x64',
|
| - 'WebKit Linux': 'swarming_gn_release_bot_x64',
|
| - 'WebKit Linux Trusty': 'swarming_gn_release_bot_x64',
|
| - 'WebKit Linux non-Oilpan Builder':
|
| - 'swarming_gn_non_oilpan_release_bot_x64',
|
| - 'WebKit Linux ASAN': 'swarming_gyp_asan_lsan_release_bot_x64',
|
| - 'WebKit Linux non-Oilpan ASAN':
|
| - 'swarming_gyp_non_oilpan_asan_lsan_release_bot_x64',
|
| - 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot_x64',
|
| - 'WebKit Linux Leak': 'swarming_gn_release_bot_x64',
|
| - 'WebKit Linux non-Oilpan Leak': 'swarming_gn_non_oilpan_release_bot_x64',
|
| - 'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64',
|
| - 'WebKit Linux non-Oilpan (dbg)': 'swarming_gn_non_oilpan_debug_bot_x64',
|
| - 'Android Builder': 'gyp_release_bot_android',
|
| - 'WebKit Android (Nexus4)': 'gyp_release_bot_android',
|
| +
|
| + 'non_oilpan': {
|
| + 'gn_args': 'enable_oilpan=false',
|
| + 'gyp_defines': 'enable_oilpan=0',
|
| },
|
| - 'chromium.memory.fyi': {
|
| - 'Chromium Linux Builder (valgrind)': 'gyp_valgrind_release_bot',
|
| - 'Linux Tests (valgrind)(1)': 'none',
|
| - 'Linux Tests (valgrind)(2)': 'none',
|
| - 'Linux Tests (valgrind)(3)': 'none',
|
| - 'Linux Tests (valgrind)(4)': 'none',
|
| - 'Linux Tests (valgrind)(5)': 'none',
|
| - 'Chromium OS Builder (valgrind)': 'gyp_valgrind_chromeos_release_bot',
|
| - 'Chromium OS (valgrind)(1)': 'none',
|
| - 'Chromium OS (valgrind)(2)': 'none',
|
| - 'Chromium OS (valgrind)(3)': 'none',
|
| - 'Chromium OS (valgrind)(4)': 'none',
|
| - 'Chromium OS (valgrind)(5)': 'none',
|
| - 'Chromium OS (valgrind)(6)': 'none',
|
| - 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
|
| - 'Windows Unit (DrMemory)': 'none',
|
| - 'Windows Content Browser (DrMemory)': 'none',
|
| - 'Windows Unit (DrMemory full) (1)': 'none',
|
| - 'Windows Unit (DrMemory full) (2)': 'none',
|
| - 'Windows Unit (DrMemory full) (3)': 'none',
|
| - 'Windows Unit (DrMemory full) (4)': 'none',
|
| - 'Windows Unit (DrMemory full) (5)': 'none',
|
| - 'Windows Content Browser (DrMemory full) (1)': 'none',
|
| - 'Windows Content Browser (DrMemory full) (2)': 'none',
|
| - 'Windows Content Browser (DrMemory full) (3)': 'none',
|
| - 'Windows Content Browser (DrMemory full) (4)': 'none',
|
| - 'Windows Content Browser (DrMemory full) (5)': 'none',
|
| - 'Windows Content Browser (DrMemory full) (6)': 'none',
|
| - 'Windows Browser (DrMemory full) (1)': 'none',
|
| - 'Windows Browser (DrMemory full) (2)': 'none',
|
| - 'Windows Browser (DrMemory full) (3)': 'none',
|
| - 'Windows Browser (DrMemory full) (4)': 'none',
|
| - 'Windows Browser (DrMemory full) (5)': 'none',
|
| - 'Windows Browser (DrMemory full) (6)': 'none',
|
| - 'Windows Browser (DrMemory full) (7)': 'none',
|
| - 'Windows Browser (DrMemory full) (8)': 'none',
|
| - 'Windows Browser (DrMemory full) (9)': 'none',
|
| - 'Windows Browser (DrMemory full) (10)': 'none',
|
| - 'Windows Browser (DrMemory full) (11)': 'none',
|
| - 'Windows Browser (DrMemory full) (12)': 'none',
|
| - 'Chromium Windows Builder (DrMemory x64)':
|
| - 'gyp_drmemory_shared_release_x64',
|
| - 'Windows Unit (DrMemory x64)': 'none',
|
| +
|
| + # This config is used by bots that aren't building Chromium and should
|
| + # never be running MB. It is used for tracking purposes. These values
|
| + # were picked such that if someone did try to run MB, both GN and GYP
|
| + # should error out.
|
| + 'none': {
|
| + 'gn_args': 'error',
|
| + 'gyp_defines': 'target_arch=unknown',
|
| },
|
| - 'chromium.fyi': {
|
| - 'CFI Linux': 'gn_cfi_release_bot',
|
| - 'CFI Linux ToT': 'gn_cfi_release_bot',
|
| - 'CFI Linux CF': 'gn_cfi_diag_release_bot',
|
| - 'CrWinClang64(dbg)': 'win_clang_debug_bot',
|
| - 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
|
| - 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
|
| - 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
|
| - 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
|
| - 'Site Isolation Linux': 'gn_release_trybot',
|
| - 'Site Isolation Win': 'gyp_release_trybot_x64',
|
| - 'Linux ARM': 'swarming_gyp_release_bot_arm',
|
| +
|
| + 'noswarming': {
|
| + # test_isolation_mode doesn't exist in a GN build (it's always a no-op).
|
| + 'gn_args': '',
|
| + 'gyp_defines': 'test_isolation_mode=noop',
|
| },
|
| - 'chromium.gpu': {
|
| - 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_bot',
|
| - 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot',
|
| - 'Linux Release (NVIDIA)': 'none',
|
| - 'Linux Debug (NVIDIA)': 'none',
|
| +
|
| + 'official': {
|
| + 'gn_args': ('is_chrome_branded=true is_official_build=true '
|
| + 'is_debug=false'),
|
| + 'gyp_defines': 'branding=Chrome buildtype=Official',
|
| },
|
| - 'chromium.gpu.fyi': {
|
| - 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_bot',
|
| - 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_bot',
|
| - 'Linux Release (NVIDIA)': 'none',
|
| - 'Linux Debug (NVIDIA)': 'none',
|
| - 'Linux Release (Intel Graphics Stack)': 'none',
|
| - 'Linux Release (ATI)': 'none',
|
| - 'Linux Debug (NVIDIA)': 'none',
|
| +
|
| + 'ozone': {
|
| + 'gn_args': 'use_ozone=true',
|
| + 'gyp_defines': 'use_ozone=1',
|
| },
|
| - 'chromium.webrtc.fyi': {
|
| - 'Android GN': 'android_gn_release_bot',
|
| - 'Android GN (dbg)': 'android_gn_debug_bot',
|
| - 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
|
| - 'Mac GN': 'gn_release_bot_chrome_with_codecs',
|
| - 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs',
|
| - 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
|
| - 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
|
| +
|
| + 'pdf_xfa': {
|
| + 'gn_args': 'pdf_enable_xfa=true',
|
| + 'gyp_defines': 'pdf_enable_xfa=1',
|
| },
|
| - 'client.skia': {
|
| - 'Linux Builder': 'swarming_gn_release_bot',
|
| - 'Linux Builder-Trybot': 'swarming_gn_release_bot',
|
| - 'Linux Tests': 'swarming_gn_release_bot',
|
| +
|
| + 'proprietary_codecs': {
|
| + 'gn_args': 'proprietary_codecs=true',
|
| + 'gyp_defines': 'proprietary_codecs=1',
|
| },
|
| - 'client.v8.fyi': {
|
| - 'Linux Debug Builder': 'gn_debug_bot',
|
| - 'V8 Linux GN': 'gn_release_bot',
|
| - 'V8 Android GN (dbg)': 'android_gn_debug_bot',
|
| +
|
| + 'release': {
|
| + 'gn_args': 'is_debug=false',
|
| },
|
| - 'official.desktop': {
|
| - 'precise64': 'gn_official',
|
| - 'blimp-engine': 'gn_blimp_debug',
|
| +
|
| + 'release_bot': {
|
| + 'mixins': ['release', 'static', 'goma'],
|
| },
|
| - 'official.desktop.continuous': {
|
| - 'precise64 trunk': 'gn_official',
|
| - 'precise64 beta': 'gn_official',
|
| - 'precise64 stable': 'gn_official',
|
| +
|
| + 'release_bot_minimal_symbols': {
|
| + 'mixins': ['release_bot', 'minimal_symbols'],
|
| },
|
| - 'tryserver.blink': {
|
| - 'linux_blink_dbg': 'swarming_gn_debug_bot_minimal_symbols_x64',
|
| - 'linux_blink_compile_dbg': 'swarming_gn_debug_bot_minimal_symbols_x64',
|
| - 'linux_blink_compile_rel':
|
| - 'swarming_gn_release_trybot_minimal_symbols_x64',
|
| - 'linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
|
| - 'mac_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64',
|
| - 'mac_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64',
|
| - 'mac_blink_compile_rel': 'swarming_gyp_release_bot_minimal_symbols_x64',
|
| - 'mac_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x64',
|
| - 'win_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
|
| - 'win_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
|
| - 'win_blink_compile_rel':
|
| - 'swarming_gyp_release_trybot_minimal_symbols_x86',
|
| - 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86',
|
| - 'linux_blink_oilpan_dbg':
|
| - 'swarming_gn_non_oilpan_debug_bot_minimal_symbols_x64',
|
| - 'linux_blink_oilpan_rel':
|
| - 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
|
| - 'linux_blink_oilpan_compile_rel':
|
| - 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
|
| - 'mac_blink_oilpan_dbg':
|
| - 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x64',
|
| - 'mac_blink_oilpan_rel':
|
| - 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x64',
|
| - 'mac_blink_oilpan_compile_rel':
|
| - 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x64',
|
| - 'win_blink_oilpan_dbg':
|
| - 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols_x86',
|
| - 'win_blink_oilpan_rel':
|
| - 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86',
|
| - 'win_blink_oilpan_compile_rel':
|
| - 'swarming_gyp_non_oilpan_release_trybot_minimal_symbols_x86',
|
| - 'linux_blink_rel_ng':
|
| - 'swarming_gn_release_trybot_minimal_symbols_x64',
|
| - 'blink_presubmit': 'none',
|
| +
|
| + 'release_trybot': {
|
| + 'mixins': ['release_bot_minimal_symbols', 'dcheck_always_on']
|
| },
|
| - 'tryserver.chromium.android': {
|
| - 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64',
|
| - 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
|
| - 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
|
| - 'android_chromium_gn_rel': 'android_gn_release_trybot',
|
| - 'android_clang_dbg_recipe': 'android_clang_asan_gyp_debug_trybot',
|
| - 'android_compile_dbg': 'swarming_android_gyp_debug_trybot',
|
| - 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
|
| - 'android_compile_rel': 'swarming_android_gyp_release_trybot',
|
| - 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
|
| - 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
|
| - 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
|
| - 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
|
| +
|
| + 'shared': {
|
| + 'gn_args': 'is_component_build=true',
|
| + 'gyp_defines': 'component=shared_library',
|
| },
|
| - 'tryserver.chromium.angle': {
|
| - 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
|
| - 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
|
| +
|
| + 'static': {
|
| + 'gn_args': 'is_component_build=false',
|
| + 'gyp_defines': 'component=static_library',
|
| },
|
| - 'tryserver.chromium.linux': {
|
| - 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
|
| - 'linux_full_bisect_builder': 'swarming_gyp_release_bot',
|
| - 'linux_site_isolation': 'gn_release_trybot',
|
| - 'linux_valgrind': 'gyp_valgrind_release_bot',
|
| - 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
|
| - 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
|
| - 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot',
|
| - 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
|
| - 'linux_blink_oilpan_rel':
|
| - 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
|
| - 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
|
| - 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
|
| - 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
|
| - 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
|
| - 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
|
| - 'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
|
| - 'linux_arm': 'swarming_gyp_release_trybot_arm',
|
| - 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
|
| - 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
|
| - 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
|
| - 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
|
| - 'linux_chromium_gn_upload': 'gn_linux_upload',
|
| - 'linux_chromium_clang_upload': 'gn_release_bot',
|
| - 'cast_shell_linux': 'cast_gn_release_trybot',
|
| - 'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
|
| - 'linux_ecs_ozone': 'embedded_gyp_debug_bot',
|
| - 'linux_optional_gpu_tests_rel':
|
| - 'swarming_gpu_fyi_tests_gn_release_trybot',
|
| +
|
| + 'swarming': {
|
| + 'gn_args': '',
|
| + 'gyp_defines': 'test_isolation_mode=prepare',
|
| },
|
| - 'tryserver.chromium.mac': {
|
| - 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
|
| - 'mac_chromium_gn_rel': 'gn_release_trybot',
|
| - 'mac_chromium_gn_upload': 'gn_release_bot',
|
| - 'mac_chromium_clang_upload': 'gn_release_bot',
|
| +
|
| + 'tsan': {
|
| + 'gn_args': 'is_tsan=true',
|
| + 'gyp_defines': 'tsan=1',
|
| },
|
| - 'tryserver.chromium.perf': {
|
| - 'android_perf_bisect_builder':
|
| - 'gn_official_goma_minimal_symbols_android',
|
| - 'android_arm64_perf_bisect_builder':
|
| - 'gn_official_goma_minimal_symbols_android_arm64',
|
| - 'linux_perf_bisect_builder': 'gn_official_goma',
|
| - 'mac_perf_bisect_builder': 'gyp_official_goma',
|
| - 'win_perf_bisect_builder': 'gyp_official_goma_minimal_symbols_x86',
|
| - 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64',
|
| - 'linux_perf_bisect': 'gn_official_goma',
|
| - 'mac_10_11_perf_bisect': 'gyp_official_goma',
|
| - 'mac_10_10_perf_bisect': 'gyp_official_goma',
|
| - 'mac_retina_perf_bisect': 'gyp_official_goma',
|
| - 'mac_hdd_perf_bisect': 'gyp_official_goma',
|
| - 'win_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
|
| - 'win_x64_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| - 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| - 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| - 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| - 'winx64_10_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| - 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
|
| - 'win_8_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
|
| - 'android_one_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| - 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| - 'android_nexus6_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| - 'android_nexus7_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| - 'android_nexus9_perf_bisect':
|
| - 'gn_official_goma_minimal_symbols_android_arm64',
|
| - 'android_s5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| - 'android_s5_perf_cq': 'gn_official_goma_minimal_symbols_android',
|
| - 'android_nexus5X_perf_bisect':
|
| - 'gn_official_goma_minimal_symbols_android',
|
| - 'android_webview_aosp_perf_bisect':
|
| - 'gn_official_goma_minimal_symbols_android',
|
| - 'linux_perf_cq': 'gn_official_goma',
|
| - 'mac_retina_perf_cq': 'gyp_official_goma',
|
| - 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64',
|
| - 'android_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_android',
|
| - 'linux_fyi_perf_bisect': 'gn_official_goma',
|
| - 'mac_fyi_perf_bisect': 'gyp_official_goma',
|
| - 'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86',
|
| +
|
| + 'x64': {
|
| + 'gn_args': 'target_cpu="x64"',
|
| + 'gyp_defines': 'target_arch=x64',
|
| },
|
| - 'tryserver.chromium.win': {
|
| - 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols',
|
| - 'win_chromium_gn_x64_rel': 'gn_release_trybot',
|
| - 'win_chromium_x64_rel_ng': 'gn_release_trybot',
|
| - 'win8_chromium_ng': 'gn_release_trybot_x86',
|
| - 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86',
|
| - 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
|
| - 'win_chromium_clang_upload': 'gn_release_bot',
|
| - 'win_clang_x64_dbg': 'win_clang_debug_bot',
|
| +
|
| + 'x86': {
|
| + 'gn_args': 'target_cpu="x86"',
|
| + 'gyp_defines': 'target_arch=ia32',
|
| },
|
| - 'tryserver.v8': {
|
| - 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
|
| - 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
|
| - 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
|
| +
|
| + 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
|
| +
|
| + 'drmemory': {
|
| + 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
|
| + 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
|
| },
|
| +
|
| + 'valgrind': {
|
| + # TODO: add gn_args for 'build_for_tool=memcheck'
|
| + 'gyp_defines': 'build_for_tool=memcheck',
|
| + }
|
| },
|
| }
|
|
|