| # -*- python -*- |
| # ex: set syntax=python: |
| |
| # Copyright 2013 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # This file is for slaves reserved for tests or for future use. |
| # Do not add unused slaves to this file. |
| |
| slaves = [ |
| { |
| 'hostname': 'vm937-m1', |
| 'os': 'linux', |
| 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| 'hostname': 'vm930-m1', |
| 'os': 'linux', |
| 'version': 'precise', |
| 'bits': '64', |
| }, |
| { |
| 'hostname': 'vm643-m1', |
| 'os': 'mac', |
| 'version': '10.6', |
| 'bits': '64', |
| }, |
| { |
| 'hostname': 'vm402-m1', |
| 'os': 'win', |
| 'version': 'win7', |
| 'bits': '64', |
| }, |
| { |
| 'hostname': 'vm843-m1', |
| 'os': 'win', |
| 'version': 'xp', |
| 'bits': '32', |
| }, |
| ] |