| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright 2015 The Chromium Authors. All rights reserved. | 4 # Copyright 2015 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 slaves = [ | 8 slaves = [ |
| 9 { | 9 { |
| 10 'master': 'Infra', | 10 'master': 'Infra', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'builder': [ | 142 'builder': [ |
| 143 'conda-cipd-pkg-win-64', | 143 'conda-cipd-pkg-win-64', |
| 144 'infra-continuous-win-64', | 144 'infra-continuous-win-64', |
| 145 'luci-go-win64', | 145 'luci-go-win64', |
| 146 ], | 146 ], |
| 147 'hostname': 'vm412-m1', | 147 'hostname': 'vm412-m1', |
| 148 'os': 'win', | 148 'os': 'win', |
| 149 'version': 'win7', | 149 'version': 'win7', |
| 150 'bits': '64', | 150 'bits': '64', |
| 151 }, | 151 }, |
| 152 { |
| 153 'master': 'Infra', |
| 154 'builder': [ |
| 155 'codesearch-submodules-chromium', |
| 156 'codesearch-submodules-infra', |
| 157 ], |
| 158 'hostname': 'slave110-c1', |
| 159 'os': 'linux', |
| 160 'version': 'trusty', |
| 161 'bits': '64', |
| 162 }, |
| 152 ] | 163 ] |
| OLD | NEW |