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 5438ed598e433184e801e81d0f9866eb12b9db76..63af2de55d0359fef08c84c69c9e8c41ecbd32c8 100644 |
--- a/scripts/slave/recipe_modules/v8/builders.py |
+++ b/scripts/slave/recipe_modules/v8/builders.py |
@@ -348,6 +348,7 @@ BUILDERS = { |
}, |
####### Category: Linux64 |
'V8 Linux64 - builder': { |
+ 'gclient_apply_config': ['v8_valgrind'], |
'chromium_apply_config': [ |
'default_compiler', 'v8_ninja', 'goma', 'mb'], |
'v8_config_kwargs': { |
@@ -1859,6 +1860,7 @@ BUILDERS = { |
'testing': {'platform': 'linux'}, |
}, |
'v8_linux64_rel_ng': { |
+ 'gclient_apply_config': ['v8_valgrind'], |
'chromium_apply_config': [ |
'default_compiler', 'v8_ninja', 'goma', 'mb'], |
'v8_config_kwargs': { |