Chromium Code Reviews| Index: masters/master.client.dart/slaves.cfg |
| diff --git a/masters/master.client.dart/slaves.cfg b/masters/master.client.dart/slaves.cfg |
| index 0cd24b81eaa5441e8dd048eb4818826ed7109256..03486ba71a9cad644668ec7007c6584668939a41 100644 |
| --- a/masters/master.client.dart/slaves.cfg |
| +++ b/masters/master.client.dart/slaves.cfg |
| @@ -114,9 +114,9 @@ slaves = [ |
| 'builder': ['dart-editor', |
| 'dart-editor-trunk', |
| 'dart-editor-milestone'], |
| - 'hostname': 'vm5-m3', |
| + 'hostname': 'vm93-m3', |
|
kustermann
2013/07/11 14:13:46
We got 6 new precise VMs (i.e. vm[93-98]-m3) from
|
| 'os': 'linux', |
| - 'version': 'lucid', |
| + 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| @@ -141,9 +141,9 @@ slaves = [ |
| 'master': 'Dart', |
| 'builder': ['dart-editor-linux', 'dart-editor-linux-trunk', |
| 'dart-editor-linux-milestone'], |
| - 'hostname': 'vm54-m3', |
| + 'hostname': 'vm94-m3', |
| 'os': 'linux', |
| - 'version': 'lucid', |
| + 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| @@ -245,17 +245,17 @@ slaves = [ |
| { |
| 'master': 'Dart', |
| 'builder': ['dartium-lucid64-full'], |
| - 'hostname': 'vm130-m3', |
| + 'hostname': 'vm95-m3', |
| 'os': 'linux', |
| - 'version': 'lucid', |
| + 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| 'master': 'Dart', |
| 'builder': ['dartium-lucid64-debug'], |
| - 'hostname': 'vm67-m3', |
| + 'hostname': 'vm96-m3', |
| 'os': 'linux', |
| - 'version': 'lucid', |
| + 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| @@ -285,17 +285,17 @@ slaves = [ |
| { |
| 'master': 'Dart', |
| 'builder': ['dart2js-drt-linux'], |
| - 'hostname': 'vm17-m3', |
| + 'hostname': 'vm97-m3', |
| 'os': 'linux', |
| - 'version': 'lucid', |
| + 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| 'master': 'Dart', |
| 'builder': ['dart2js-drt-linux-csp'], |
| - 'hostname': 'vm328-m3', |
| + 'hostname': 'vm98-m3', |
| 'os': 'linux', |
| - 'version': 'lucid', |
| + 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| @@ -450,9 +450,9 @@ slaves = [ |
| 'builder': ['vm-linux-trunk', 'dartium-lucid64-full-trunk', |
| 'vm-linux-milestone', 'dartium-lucid64-full-milestone', |
| 'dartium-lucid64-inc'], |
| - 'hostname': 'vm329-m3', |
| + 'hostname': 'vm345-m3', |
|
kustermann
2013/07/11 14:13:46
This one is coming from FYI slaves file.
|
| 'os': 'linux', |
| - 'version': 'lucid', |
| + 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| @@ -488,9 +488,9 @@ slaves = [ |
| 'master': 'Dart', |
| 'builder': ['dartium-lucid32-full', 'dartium-lucid32-full-trunk', |
| 'dartium-lucid32-full-milestone'], |
| - 'hostname': 'vm28-m3', |
| + 'hostname': 'vm343-m3', |
|
kustermann
2013/07/11 14:13:46
ditto.
|
| 'os': 'linux', |
| - 'version': 'lucid', |
| + 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| @@ -533,7 +533,7 @@ slaves = [ |
| 'os': 'linux', |
| 'version': 'lucid', |
| 'bits': '64', |
| - } for i in [] |
| + } for i in [5, 17, 28, 54, 67, 130, 328, 329] |
|
kustermann
2013/07/11 14:13:46
These will eventually be recycled by chrome infras
|
| ] + [ |
| { |
| 'master': 'DartUnused', |
| @@ -551,3 +551,4 @@ slaves = [ |
| 'bits': '64' |
| } for i in [] |
| ] |
| + |