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

Unified Diff: masters/master.client.v8/slaves.cfg

Issue 1583933006: V8 Buildbot: Let leak checker use the v8-side wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 11 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 | « masters/master.client.v8/master.cfg ('k') | scripts/slave/recipe_modules/v8/builders.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.v8/slaves.cfg
diff --git a/masters/master.client.v8/slaves.cfg b/masters/master.client.v8/slaves.cfg
index 3248e4ae57039a1ed14235d966b61bedd03faed8..c8a524a9af426ab7dc853b0e44e17dcd9922902a 100644
--- a/masters/master.client.v8/slaves.cfg
+++ b/masters/master.client.v8/slaves.cfg
@@ -190,7 +190,9 @@ slaves = [
},
{
'master': 'V8',
- 'builder': ['V8 Linux64 - cfi', 'V8 Linux - swarming staging'],
+ 'builder': ['V8 Linux64 - cfi',
+ 'V8 Linux - swarming staging',
+ 'V8 Linux64 - memcheck'],
'hostname': 'slave80-c3',
'os': 'linux',
'version': 'precise',
@@ -232,10 +234,8 @@ slaves = [
},
# FYI builders.
{
- # Note: vm349 has valgrind installed for memcheck.
'master': 'V8',
- 'builder': ['V8 Linux - memcheck',
- 'V8 Linux - x87 - nosnap - debug'],
+ 'builder': ['V8 Linux - x87 - nosnap - debug'],
'hostname': 'vm349-m3',
'os': 'linux',
'version': 'precise',
« no previous file with comments | « masters/master.client.v8/master.cfg ('k') | scripts/slave/recipe_modules/v8/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698