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

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

Issue 2423083002: V8: Add valgrind deps to linux64 bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 2 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 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': {
« 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