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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 'bits': '64', | 711 'bits': '64', |
712 }, | 712 }, |
713 { | 713 { |
714 'master': 'ChromiumFYI', | 714 'master': 'ChromiumFYI', |
715 'builder': 'Linux remote_run Tester', | 715 'builder': 'Linux remote_run Tester', |
716 'hostname': 'slave74-c1', | 716 'hostname': 'slave74-c1', |
717 'os': 'linux', | 717 'os': 'linux', |
718 'version': 'precise', | 718 'version': 'precise', |
719 'bits': '64', | 719 'bits': '64', |
720 }, | 720 }, |
| 721 { |
| 722 'master': 'ChromiumFYI', |
| 723 'builder': 'Mojo ChromiumOS', |
| 724 'hostname': 'vm46-m1', |
| 725 'os': 'linux', |
| 726 'version': 'precise', |
| 727 'bits': '64', |
| 728 }, |
| 729 { |
| 730 'master': 'ChromiumFYI', |
| 731 'builder': 'Mojo Windows', |
| 732 'hostname': 'vm16-m1', |
| 733 'os': 'win', |
| 734 'version': 'win7', |
| 735 'bits': '64', |
| 736 }, |
721 ] | 737 ] |
OLD | NEW |