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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
303 { | 303 { |
304 'master': 'ChromiumWin', | 304 'master': 'ChromiumWin', |
305 'builder': 'Win7 Sync', | 305 'builder': 'Win7 Sync', |
306 'hostname': 'vm803-m1', | 306 'hostname': 'vm803-m1', |
307 'os': 'win', | 307 'os': 'win', |
308 'version': 'win7', | 308 'version': 'win7', |
309 'bits': '64', | 309 'bits': '64', |
310 }, | 310 }, |
311 { | 311 { |
312 'master': 'ChromiumWin', | 312 'master': 'ChromiumWin', |
313 'builder': 'Win Aura', | 313 'builder': 'Win Aura', |
Peter Mayo
2012/12/17 21:23:48
'builder': ['Win Aura Builder', 'Win Aura',],
or
scottmg
2012/12/17 22:00:40
Done.
| |
314 'hostname': 'build10-m1', | 314 'hostname': 'build10-m1', |
315 'os': 'win', | 315 'os': 'win', |
316 'version': '2008', | 316 'version': '2008', |
317 'bits': '64', | 317 'bits': '64', |
318 }, | 318 }, |
319 { | |
320 'master': 'ChromiumWin', | |
321 'builder': 'Win8 Ash', | |
322 'hostname': 'vm898-m1', | |
323 'os': 'win', | |
324 'version': 'win8', | |
325 'bits': '64', | |
326 }, | |
319 ] | 327 ] |
OLD | NEW |