| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'bits': '64', | 136 'bits': '64', |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 'master': 'ChromiumLinux', | 139 'master': 'ChromiumLinux', |
| 140 'builder': 'Android Tests', | 140 'builder': 'Android Tests', |
| 141 'hostname': 'chromeperf72', | 141 'hostname': 'chromeperf72', |
| 142 'os': 'linux', | 142 'os': 'linux', |
| 143 'version': 'precise', | 143 'version': 'precise', |
| 144 'bits': '64', | 144 'bits': '64', |
| 145 }, | 145 }, |
| 146 { |
| 147 'master': 'ChromiumLinux', |
| 148 'builder': 'Android Webview AOSP Builder', |
| 149 'hostname': 'vm945-m1', |
| 150 'os': 'linux', |
| 151 'version': 'precise', |
| 152 'bits': '64', |
| 153 }, |
| 146 ] | 154 ] |
| OLD | NEW |