Add Mac bots to MB.
BUG=589510 NOTRY=True Review-Url: https://codereview.webrtc.org/2232643003 Cr-Commit-Position: refs/heads/master@{#13724}
This commit is contained in:
parent
d30e0ad3e7
commit
a3a1fde020
@ -29,6 +29,14 @@
|
|||||||
'iOS64 Debug (GN)': 'ios_gn_debug_bot_arm64_device',
|
'iOS64 Debug (GN)': 'ios_gn_debug_bot_arm64_device',
|
||||||
'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device',
|
'iOS64 Release (GN)': 'ios_gn_release_bot_arm64_device',
|
||||||
|
|
||||||
|
# Mac
|
||||||
|
'Mac64 Debug': 'gyp_debug_bot_x64',
|
||||||
|
'Mac64 Release': 'gyp_release_bot_x64',
|
||||||
|
'Mac64 Debug (GN)': 'gn_debug_bot_x64',
|
||||||
|
'Mac64 Release (GN)': 'gn_release_bot_x64',
|
||||||
|
'Mac Asan': 'mac_gyp_asan_clang_release_bot_x64',
|
||||||
|
'Mac64 Release [large tests]': 'gyp_release_bot_x64',
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
'Linux32 ARM': 'gyp_crosscompile_release_bot_arm',
|
'Linux32 ARM': 'gyp_crosscompile_release_bot_arm',
|
||||||
'Linux32 Debug': 'gyp_debug_bot_x86',
|
'Linux32 Debug': 'gyp_debug_bot_x86',
|
||||||
@ -90,6 +98,17 @@
|
|||||||
'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device',
|
'ios64_gn_dbg': 'ios_gn_debug_bot_arm64_device',
|
||||||
'ios64_gn_rel': 'ios_gn_release_bot_arm64_device',
|
'ios64_gn_rel': 'ios_gn_release_bot_arm64_device',
|
||||||
|
|
||||||
|
# Mac
|
||||||
|
'mac_compile_dbg': 'gyp_debug_bot_x64',
|
||||||
|
'mac_compile_rel': 'gyp_release_bot_x64',
|
||||||
|
'mac_dbg': 'gyp_debug_bot_x64',
|
||||||
|
'mac_rel': 'gyp_release_bot_x64',
|
||||||
|
'mac_gn_dbg': 'gn_debug_bot_x64',
|
||||||
|
'mac_gn_rel': 'gn_release_bot_x64',
|
||||||
|
'mac_asan': 'mac_gyp_asan_clang_release_bot_x64',
|
||||||
|
'mac_baremetal': 'gyp_release_bot_x64',
|
||||||
|
'mac_swarming': 'swarming_gyp_debug_bot_x64',
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
'linux_compile_dbg': 'gyp_debug_bot_x64',
|
'linux_compile_dbg': 'gyp_debug_bot_x64',
|
||||||
'linux_compile_rel': 'gyp_release_bot_x64',
|
'linux_compile_rel': 'gyp_release_bot_x64',
|
||||||
@ -245,6 +264,11 @@
|
|||||||
'gyp', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86',
|
'gyp', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
# Mac
|
||||||
|
'mac_gyp_asan_clang_release_bot_x64': [
|
||||||
|
'gyp', 'asan', 'clang', 'openh264_release_bot', 'x64',
|
||||||
|
],
|
||||||
|
|
||||||
# Android
|
# Android
|
||||||
'android_gyp_debug_static_bot_arm': [
|
'android_gyp_debug_static_bot_arm': [
|
||||||
'android', 'gyp', 'debug_static_bot', 'arm'
|
'android', 'gyp', 'debug_static_bot', 'arm'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user