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

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

Issue 2415243003: Reland V8: Run simple-leak-check step on release and trybot (Closed)
Patch Set: Rebase 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.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 63af2de55d0359fef08c84c69c9e8c41ecbd32c8..cc75a97defe4498ca57d578f9341c5bdd76a6ca1 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -350,7 +350,7 @@ BUILDERS = {
'V8 Linux64 - builder': {
'gclient_apply_config': ['v8_valgrind'],
'chromium_apply_config': [
- 'default_compiler', 'v8_ninja', 'goma', 'mb'],
+ 'default_compiler', 'v8_ninja', 'goma', 'has_valgrind', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -422,6 +422,7 @@ BUILDERS = {
IgnitionTurbofan,
MjsunitSPFrameAccess,
Test262IgnitionTurbofan,
+ SimpleLeak,
],
'testing': {'platform': 'linux'},
},
@@ -1862,7 +1863,7 @@ BUILDERS = {
'v8_linux64_rel_ng': {
'gclient_apply_config': ['v8_valgrind'],
'chromium_apply_config': [
- 'default_compiler', 'v8_ninja', 'goma', 'mb'],
+ 'default_compiler', 'v8_ninja', 'goma', 'has_valgrind', 'mb'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -1894,6 +1895,7 @@ BUILDERS = {
IgnitionTurbofan,
MjsunitSPFrameAccess,
Test262IgnitionTurbofan,
+ SimpleLeak,
],
'testing': {'platform': 'linux'},
},
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698