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

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

Issue 2048333002: V8: Run MB on staging bot. (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
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 02038dc239ecf94974dd44e040373295d9a49e18..9b8beed3d31b29745a2370cf9f6ca0d8314c10f4 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -189,7 +189,7 @@ BUILDERS = {
},
},
'V8 Linux - swarming staging': {
- 'chromium_apply_config': ['clang', 'v8_ninja', 'goma', 'gn'],
+ 'chromium_apply_config': ['clang', 'v8_ninja', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,

Powered by Google App Engine
This is Rietveld 408576698