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

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

Issue 2086293003: V8: Switch windows 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_Win32___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 79d5dfe802014fa41994dfab66e37c678e49559f..deb77703ffc5f44f09de21a5d0dddfaa3d8963f7 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -509,6 +509,7 @@ BUILDERS = {
'default_compiler',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -527,6 +528,7 @@ BUILDERS = {
'default_compiler',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -563,6 +565,7 @@ BUILDERS = {
'goma',
'shared_library',
'no_snapshot',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -597,6 +600,7 @@ BUILDERS = {
'default_compiler',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -615,6 +619,7 @@ BUILDERS = {
'default_compiler',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -633,6 +638,7 @@ BUILDERS = {
'clang',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1946,6 +1952,7 @@ BUILDERS = {
'default_compiler',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1965,6 +1972,7 @@ BUILDERS = {
'default_compiler',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1978,6 +1986,7 @@ BUILDERS = {
'default_compiler',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -2018,6 +2027,7 @@ BUILDERS = {
'no_dcheck',
'no_snapshot',
'shared_library',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -2056,6 +2066,7 @@ BUILDERS = {
'default_compiler',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -2092,6 +2103,7 @@ BUILDERS = {
'default_compiler',
'v8_ninja',
'goma',
+ 'mb',
],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698