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

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

Issue 2313263002: V8: Switch on MB on older branches (Closed)
Patch Set: Created 4 years, 3 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_dart_fyi_v8_linux_release.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 599ac4e30619bc094c84e75852e6a5989f07db1a..2c34bf1b9d23e8a51d055592060f09d996e1a712 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -2672,7 +2672,8 @@ BUILDERS = {
'builders': {
'linux-v8-dr': {
'gclient_apply_config': ['dynamorio'],
- '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,
@@ -2697,7 +2698,7 @@ def AddBranchBuilder(build_config, arch, bits, presubmit=False,
if presubmit:
tests = [Presubmit] + tests
return {
- 'chromium_apply_config': ['default_compiler', 'v8_ninja', 'goma'],
+ 'chromium_apply_config': ['default_compiler', 'v8_ninja', 'goma', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': build_config,
'TARGET_ARCH': arch,
@@ -2755,7 +2756,7 @@ BUILDERS['client.v8.branches'] = {'builders': BRANCH_BUILDERS}
BUILDERS['client.dart.fyi'] = {'builders': {
'v8-%s-release' % platform: {
'chromium_apply_config': [
- 'v8_ninja', 'default_compiler', 'goma', 'disassembler'],
+ 'v8_ninja', 'default_compiler', 'goma', 'disassembler', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_ARCH': 'intel',
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698