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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
746 'bits': '64', | 746 'bits': '64', |
747 }, | 747 }, |
748 { | 748 { |
749 'master': 'ChromiumFYI', | 749 'master': 'ChromiumFYI', |
750 'builder': 'Mac OpenSSL', | 750 'builder': 'Mac OpenSSL', |
751 'hostname': 'vm634-m1', | 751 'hostname': 'vm634-m1', |
752 'os': 'mac', | 752 'os': 'mac', |
753 'version': '10.8', | 753 'version': '10.8', |
754 'bits': '64', | 754 'bits': '64', |
755 }, | 755 }, |
| 756 { |
| 757 'master': 'ChromiumFYI', |
| 758 'builder': 'Site Isolation Linux', |
| 759 'hostname': 'vm977-m1', |
| 760 'os': 'linux', |
| 761 'version': 'precise', |
| 762 'bits': '64', |
| 763 }, |
| 764 { |
| 765 'master': 'ChromiumFYI', |
| 766 'builder': 'Site Isolation Win', |
| 767 'hostname': 'vm976-m1', |
| 768 'os': 'win', |
| 769 'version': 'win7', |
| 770 'bits': '64', |
| 771 }, |
756 ] | 772 ] |
OLD | NEW |