Commit 25b511ca authored by machenbach's avatar machenbach Committed by Commit bot

[mb] Switch mac bots to mb

BUG=chromium:616035
NOTRY=true

Review-Url: https://codereview.chromium.org/2083153003
Cr-Commit-Position: refs/heads/master@{#37246}
parent a88d4191
......@@ -29,6 +29,13 @@
'V8 Win64': 'gyp_release_x64_minimal_symbols',
'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols',
'V8 Win64 - clang': 'gyp_release_x64_clang',
# Mac.
'V8 Mac': 'gyp_release_x86',
'V8 Mac - debug': 'gyp_debug_x86',
'V8 Mac64': 'gyp_release_x64',
'V8 Mac64 - debug': 'gyp_debug_x64',
'V8 Mac GC Stress': 'gyp_debug_x86',
'V8 Mac64 ASAN': 'gyp_release_x64_asan',
# Sanitizers.
'V8 Linux64 ASAN': 'gyp_release_x64_asan',
'V8 Linux64 TSAN': 'gyp_release_x64_tsan',
......@@ -110,6 +117,12 @@
'gyp_release_x86_no_snap_shared_minimal_symbols',
'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols',
'v8_win64_rel_ng': 'gyp_release_x64_trybot',
'v8_mac_rel_ng': 'gyp_release_x86_trybot',
'v8_mac_dbg': 'gyp_debug_x86_trybot',
'v8_mac_gc_stress_dbg': 'gyp_debug_x86_trybot',
'v8_mac64_rel': 'gyp_release_x64_trybot',
'v8_mac64_dbg': 'gyp_debug_x64_minimal_symbols',
'v8_mac64_asan_rel': 'gyp_release_x64_asan',
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment