| Index: masters/master.client.skia/slaves.cfg | 
| diff --git a/masters/master.client.skia/slaves.cfg b/masters/master.client.skia/slaves.cfg | 
| index f2835bc078c76913bb2b36e8120808fd3b993d91..76ee77e64ab738a5c4fb8c9dcdd831c3a7d52065 100644 | 
| --- a/masters/master.client.skia/slaves.cfg | 
| +++ b/masters/master.client.skia/slaves.cfg | 
| @@ -43,9 +43,6 @@ slaves = [ | 
| 'Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug', | 
| 'Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release' | 
| ], | 
| -    'ssh_host': '192.168.1.123', | 
| -    'ssh_port': '22', | 
| -    'ssh_user': 'root', | 
| }, | 
| { | 
| 'master': 'Skia', | 
| @@ -54,9 +51,6 @@ slaves = [ | 
| 'Test-ChromeOS-GCC-Daisy-CPU-NEON-Arm7-Debug', | 
| 'Test-ChromeOS-GCC-Daisy-CPU-NEON-Arm7-Release', | 
| ], | 
| -    'ssh_host': '192.168.1.134', | 
| -    'ssh_port': '22', | 
| -    'ssh_user': 'root', | 
| }, | 
| ] + [ | 
| { | 
|  |