| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'builder': ['Win8 Tests (1)', | 50 'builder': ['Win8 Tests (1)', |
| 51 'Win8 Tests (2)', | 51 'Win8 Tests (2)', |
| 52 ], | 52 ], |
| 53 'hostname': 'vm939-m1', | 53 'hostname': 'vm939-m1', |
| 54 'os': 'win', | 54 'os': 'win', |
| 55 'version': 'win8', | 55 'version': 'win8', |
| 56 'bits': '64', | 56 'bits': '64', |
| 57 }, | 57 }, |
| 58 { | 58 { |
| 59 'master': 'ChromiumFYI', | 59 'master': 'ChromiumFYI', |
| 60 'builder': ['Chromium Linux Redux', 'ChromiumPractice'], | 60 'builder': 'ChromiumPractice', |
| 61 'hostname': 'vm859-m1', | 61 'hostname': 'vm859-m1', |
| 62 'os': 'linux', | 62 'os': 'linux', |
| 63 'version': 'precise', | 63 'version': 'precise', |
| 64 'bits': '64', | 64 'bits': '64', |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 'master': 'ChromiumFYI', | 67 'master': 'ChromiumFYI', |
| 68 'builder': 'Blink Linux LSan ASan', | 68 'builder': 'Blink Linux LSan ASan', |
| 69 'hostname': 'vm835-m1', | 69 'hostname': 'vm835-m1', |
| 70 'os': 'linux', | 70 'os': 'linux', |
| (...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 902 }, | 902 }, |
| 903 { | 903 { |
| 904 'master': 'ChromiumFYI', | 904 'master': 'ChromiumFYI', |
| 905 'builder': 'Linux ChromiumOS Athena Tests (1)', | 905 'builder': 'Linux ChromiumOS Athena Tests (1)', |
| 906 'hostname': 'vm869-m1', | 906 'hostname': 'vm869-m1', |
| 907 'os': 'linux', | 907 'os': 'linux', |
| 908 'version': 'precise', | 908 'version': 'precise', |
| 909 'bits': '64', | 909 'bits': '64', |
| 910 } | 910 } |
| 911 ] | 911 ] |
| OLD | NEW |