OLD | NEW |
1 # -*- python -*- | 1 # -*- python -*- |
2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
3 | 3 |
4 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2011 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'bits': '32', | 45 'bits': '32', |
46 }, | 46 }, |
47 { | 47 { |
48 'master': 'Chromium', | 48 'master': 'Chromium', |
49 'hostname': 'build25-m1', | 49 'hostname': 'build25-m1', |
50 'builder': 'Linux x64', | 50 'builder': 'Linux x64', |
51 'os': 'linux', | 51 'os': 'linux', |
52 'version': 'lucid', | 52 'version': 'lucid', |
53 'bits': '64', | 53 'bits': '64', |
54 }, | 54 }, |
55 { | |
56 'master': 'Chromium', | |
57 'hostname': 'build8-m1', | |
58 'builder': 'Arm', | |
59 'os': 'linux', | |
60 'version': 'lucid', | |
61 'bits': '64', | |
62 }, | |
63 ################################################################################ | 55 ################################################################################ |
64 # Linux Touch | 56 # Linux Touch |
65 ################################################################################ | 57 ################################################################################ |
66 { | 58 { |
67 'master': 'Chromium', | 59 'master': 'Chromium', |
68 'hostname': 'build23-m1', | 60 'hostname': 'build23-m1', |
69 'builder': 'Linux Touch', | 61 'builder': 'Linux Touch', |
70 'os': 'linux', | 62 'os': 'linux', |
71 'version': 'lucid', | 63 'version': 'lucid', |
72 'bits': '64', | 64 'bits': '64', |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 }, | 549 }, |
558 { | 550 { |
559 'master': 'Chromium', | 551 'master': 'Chromium', |
560 'builder': 'Linux Clang (ChromiumOS dbg)', | 552 'builder': 'Linux Clang (ChromiumOS dbg)', |
561 'hostname': 'vm116-m1', | 553 'hostname': 'vm116-m1', |
562 'os': 'linux', | 554 'os': 'linux', |
563 'version': 'lucid', | 555 'version': 'lucid', |
564 'bits': '64', | 556 'bits': '64', |
565 }, | 557 }, |
566 ] | 558 ] |
OLD | NEW |