| 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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 'bits': '64', | 736 'bits': '64', |
| 737 }, | 737 }, |
| 738 { | 738 { |
| 739 'master': 'ChromiumFYI', | 739 'master': 'ChromiumFYI', |
| 740 'builder': 'Windows deterministic', | 740 'builder': 'Windows deterministic', |
| 741 'hostname': 'vm98-m1', | 741 'hostname': 'vm98-m1', |
| 742 'os': 'win', | 742 'os': 'win', |
| 743 'version': 'win7', | 743 'version': 'win7', |
| 744 'bits': '64', | 744 'bits': '64', |
| 745 }, | 745 }, |
| 746 { |
| 747 'master': 'ChromiumFYI', |
| 748 'builder': 'Chromium DevTools Linux', |
| 749 'hostname': 'slave122-c1', |
| 750 'os': 'linux', |
| 751 'version': 'precise', |
| 752 'bits': '64', |
| 753 }, |
| 746 ] | 754 ] |
| OLD | NEW |