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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 2082383002: V8: Switch mac bots to mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index deb77703ffc5f44f09de21a5d0dddfaa3d8963f7..9437656e58737fd6203d6052f26e7ed05ca611c6 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -649,7 +649,8 @@ BUILDERS = {
},
####### Category: Mac
'V8 Mac': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -664,7 +665,8 @@ BUILDERS = {
'testing': {'platform': 'mac'},
},
'V8 Mac - debug': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 32,
@@ -679,7 +681,8 @@ BUILDERS = {
'testing': {'platform': 'mac'},
},
'V8 Mac64': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -694,7 +697,8 @@ BUILDERS = {
'testing': {'platform': 'mac'},
},
'V8 Mac64 - debug': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
@@ -709,7 +713,8 @@ BUILDERS = {
'testing': {'platform': 'mac'},
},
'V8 Mac64 - xcode': {
- 'chromium_apply_config': ['v8_xcode_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_xcode_ninja', 'default_compiler', 'goma'],
Michael Achenbach 2016/06/24 10:10:11 This will be switched manually as mb doesn't suppo
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -758,7 +763,8 @@ BUILDERS = {
'testing': {'platform': 'linux'},
},
'V8 Mac GC Stress': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_apply_config': ['gc_stress'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -996,7 +1002,7 @@ BUILDERS = {
},
'V8 Mac64 ASAN': {
'chromium_apply_config': [
- 'v8_ninja', 'clang', 'asan', 'goma'],
+ 'v8_ninja', 'clang', 'asan', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -2118,7 +2124,8 @@ BUILDERS = {
'testing': {'platform': 'win'},
},
'v8_mac_rel_ng': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -2147,7 +2154,8 @@ BUILDERS = {
'testing': {'platform': 'linux'},
},
'v8_mac_dbg': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 32,
@@ -2162,7 +2170,8 @@ BUILDERS = {
'testing': {'platform': 'mac'},
},
'v8_mac64_rel': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -2177,7 +2186,8 @@ BUILDERS = {
'testing': {'platform': 'mac'},
},
'v8_mac64_dbg': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
@@ -2192,7 +2202,8 @@ BUILDERS = {
'testing': {'platform': 'mac'},
},
'v8_mac_gc_stress_dbg': {
- 'chromium_apply_config': ['v8_ninja', 'default_compiler', 'goma'],
+ 'chromium_apply_config': [
+ 'v8_ninja', 'default_compiler', 'goma', 'mb'],
'v8_apply_config': ['gc_stress'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -2214,6 +2225,7 @@ BUILDERS = {
'asan',
'goma',
'no_dcheck',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698