| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 5 # Use of this source code is governed by a BSD-style license that can be | 5 # Use of this source code is governed by a BSD-style license that can be |
| 6 # found in the LICENSE file. | 6 # found in the LICENSE file. |
| 7 | 7 |
| 8 # See master.experimental/slaves.cfg for documentation. | 8 # See master.experimental/slaves.cfg for documentation. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 { | 321 { |
| 322 'master': 'Dart', | 322 'master': 'Dart', |
| 323 'builder': ['dart2js-chrome-win7'], | 323 'builder': ['dart2js-chrome-win7'], |
| 324 'hostname': 'vm192-m3', | 324 'hostname': 'vm192-m3', |
| 325 'os': 'win', | 325 'os': 'win', |
| 326 'version': 'win7', | 326 'version': 'win7', |
| 327 'bits': '64', | 327 'bits': '64', |
| 328 }, | 328 }, |
| 329 { | 329 { |
| 330 'master': 'Dart', | 330 'master': 'Dart', |
| 331 'builder': ['dart2js-ie-win7-html'], | 331 'builder': ['dart2js-ie9-win7-html'], |
| 332 'hostname': 'vm128-m3', | 332 'hostname': 'vm128-m3', |
| 333 'os': 'win', | 333 'os': 'win', |
| 334 'version': 'win7', | 334 'version': 'win7', |
| 335 'bits': '64', | 335 'bits': '64', |
| 336 }, | 336 }, |
| 337 { | 337 { |
| 338 'master': 'Dart', | 338 'master': 'Dart', |
| 339 'builder': ['dart2js-ie-win7-all'], | 339 'builder': ['dart2js-ie9-win7-all'], |
| 340 'hostname': 'vm195-m3', | 340 'hostname': 'vm195-m3', |
| 341 'os': 'win', | 341 'os': 'win', |
| 342 'version': 'win7', | 342 'version': 'win7', |
| 343 'bits': '64', | 343 'bits': '64', |
| 344 }, | 344 }, |
| 345 | 345 |
| 346 # Trunk | 346 # Trunk |
| 347 { | 347 { |
| 348 'master': 'Dart', | 348 'master': 'Dart', |
| 349 'builder': ['vm-linux-trunk', 'dartium-lucid64-full-trunk' ], | 349 'builder': ['vm-linux-trunk', 'dartium-lucid64-full-trunk' ], |
| (...skipping 23 matching lines...) Expand all Loading... |
| 373 { | 373 { |
| 374 'master': 'Dart', | 374 'master': 'Dart', |
| 375 'builder': ['dartium-lucid32-full', 'dartium-lucid32-full-trunk'], | 375 'builder': ['dartium-lucid32-full', 'dartium-lucid32-full-trunk'], |
| 376 'hostname': 'vm28-m3', | 376 'hostname': 'vm28-m3', |
| 377 'os': 'linux', | 377 'os': 'linux', |
| 378 'version': 'lucid', | 378 'version': 'lucid', |
| 379 'bits': '64', | 379 'bits': '64', |
| 380 }, | 380 }, |
| 381 | 381 |
| 382 ] | 382 ] |
| OLD | NEW |