| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 'bits': '64', | 333 'bits': '64', |
| 334 }, | 334 }, |
| 335 { | 335 { |
| 336 'master': 'ChromiumWin', | 336 'master': 'ChromiumWin', |
| 337 'builder': 'Win Aura Tests (3)', | 337 'builder': 'Win Aura Tests (3)', |
| 338 'hostname': 'vm881-m1', | 338 'hostname': 'vm881-m1', |
| 339 'os': 'win', | 339 'os': 'win', |
| 340 'version': 'win7', | 340 'version': 'win7', |
| 341 'bits': '64', | 341 'bits': '64', |
| 342 }, | 342 }, |
| 343 ] + [ | |
| 344 # Deployed for http://crbug.com/165972 but not used yet. | |
| 345 { | 343 { |
| 346 'master': 'ChromiumWinUnused', | 344 'master': 'ChromiumWin', |
| 347 'hostname': 'vm898-m1' , | 345 'builder': 'Win8 Aura', |
| 346 'hostname': 'vm898-m1', |
| 348 'os': 'win', | 347 'os': 'win', |
| 349 'version': 'win8', | 348 'version': 'win8', |
| 350 'bits': '64', | 349 'bits': '64', |
| 351 } | 350 }, |
| 352 ] | 351 ] |
| 353 | |
| OLD | NEW |