Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: infra/mb/mb_config.pyl

Issue 2083153003: [mb] Switch mac bots to mb (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@mb25
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 46c4388fb224f940e598ef58b8eef841818b2218..5a9d15da40aaeea7d15d24a280a359b60f65395a 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -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',
},
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698