| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright 2014 The Chromium Authors. All rights reserved. | 4 # Copyright 2014 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 slaves = [ | 10 slaves = [ |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'bits': '64', | 113 'bits': '64', |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 'master': 'ChromiumPerfFyi', | 116 'master': 'ChromiumPerfFyi', |
| 117 'hostname': 'vm7-m1', | 117 'hostname': 'vm7-m1', |
| 118 'builder': 'Win Large Profile Generator Perf', | 118 'builder': 'Win Large Profile Generator Perf', |
| 119 'os': 'win', | 119 'os': 'win', |
| 120 'version': 'win7', | 120 'version': 'win7', |
| 121 'bits': '64', | 121 'bits': '64', |
| 122 }, | 122 }, |
| 123 { |
| 124 'master': 'ChromiumPerfFyi', |
| 125 'hostname': 'slave50-c1', |
| 126 'builder': 'Linux CT Top1K RR Perf', |
| 127 'os': 'linux', |
| 128 'version': 'trusty', |
| 129 'bits': '64', |
| 130 }, |
| 123 ] | 131 ] |
| OLD | NEW |