| 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',
|
|
|