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

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

Issue 2071863002: V8: Switch linux64 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_Linux64___builder.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 d156b63a5d0c2ba786747610c038940f57a12edc..e514c19be0ea90dddd8e279634b42c9ad1c426ee 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -337,7 +337,8 @@ BUILDERS = {
},
####### Category: Linux64
'V8 Linux64 - builder': {
- 'chromium_apply_config': ['default_compiler', 'v8_ninja', 'goma'],
+ 'chromium_apply_config': [
+ 'default_compiler', 'v8_ninja', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -355,7 +356,8 @@ BUILDERS = {
'V8 Linux64 - debug builder': {
'gclient_apply_config': ['v8_valgrind'],
'chromium_apply_config': [
- 'default_compiler', 'v8_ninja', 'goma', 'jsfunfuzz', 'has_valgrind'],
+ 'default_compiler', 'v8_ninja', 'goma', 'jsfunfuzz', 'has_valgrind',
+ 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
@@ -372,7 +374,8 @@ BUILDERS = {
},
'V8 Linux64 - custom snapshot - debug builder': {
'chromium_apply_config': [
- 'default_compiler', 'v8_ninja', 'goma', 'embed_script_mjsunit'],
+ 'default_compiler', 'v8_ninja', 'goma', 'embed_script_mjsunit',
+ 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
@@ -475,7 +478,7 @@ BUILDERS = {
},
'V8 Linux64 - internal snapshot': {
'chromium_apply_config': [
- 'v8_ninja', 'default_compiler', 'goma', 'internal_snapshot',
+ 'v8_ninja', 'default_compiler', 'goma', 'internal_snapshot', 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1704,7 +1707,8 @@ BUILDERS = {
'testing': {'platform': 'linux'},
},
'v8_linux64_rel_ng': {
- 'chromium_apply_config': ['default_compiler', 'v8_ninja', 'goma'],
+ 'chromium_apply_config': [
+ 'default_compiler', 'v8_ninja', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -1738,7 +1742,8 @@ BUILDERS = {
'testing': {'platform': 'linux'},
},
'v8_linux64_avx2_rel_ng': {
- 'chromium_apply_config': ['default_compiler', 'v8_ninja', 'goma'],
+ 'chromium_apply_config': [
+ 'default_compiler', 'v8_ninja', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -1771,7 +1776,8 @@ BUILDERS = {
},
},
'v8_linux64_avx2_dbg': {
- 'chromium_apply_config': ['default_compiler', 'v8_ninja', 'goma'],
+ 'chromium_apply_config': [
+ 'default_compiler', 'v8_ninja', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_BITS': 64,
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698