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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 'master': 'ChromiumMac', | 144 'master': 'ChromiumMac', |
145 'builder': 'Mac10.6 Sync', | 145 'builder': 'Mac10.6 Sync', |
146 'hostname': 'mini13-m1', | 146 'hostname': 'mini13-m1', |
147 'os': 'mac', | 147 'os': 'mac', |
148 'version': '10.6', | 148 'version': '10.6', |
149 'bits': '64', | 149 'bits': '64', |
150 }, | 150 }, |
151 { | 151 { |
152 'master': 'ChromiumMac', | 152 'master': 'ChromiumMac', |
153 'hostname': 'mini43-a1', | 153 'hostname': 'mini43-a1', |
154 'builder': ['iOS Simulator (dbg)', 'iOS Device',], | 154 'builder': ['iOS Simulator (dbg)', 'iOS Device', 'iOS Device ninja'], |
155 'os': 'mac', | 155 'os': 'mac', |
156 'version': '10.7', | 156 'version': '10.7', |
157 }, | 157 }, |
158 ] | 158 ] |
OLD | NEW |