| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'builder': [ | 152 'builder': [ |
| 153 'conda-cipd-pkg-win-64', | 153 'conda-cipd-pkg-win-64', |
| 154 'infra-continuous-win-64', | 154 'infra-continuous-win-64', |
| 155 'luci-go-win64', | 155 'luci-go-win64', |
| 156 ], | 156 ], |
| 157 'hostname': 'vm412-m1', | 157 'hostname': 'vm412-m1', |
| 158 'os': 'win', | 158 'os': 'win', |
| 159 'version': 'win7', | 159 'version': 'win7', |
| 160 'bits': '64', | 160 'bits': '64', |
| 161 }, | 161 }, |
| 162 { | |
| 163 'master': 'Infra', | |
| 164 'builder': [ | |
| 165 'codesearch-submodules-build', | |
| 166 'codesearch-submodules-chromium', | |
| 167 'codesearch-submodules-infra', | |
| 168 ], | |
| 169 'hostname': 'slave110-c1', | |
| 170 'os': 'linux', | |
| 171 'version': 'trusty', | |
| 172 'bits': '64', | |
| 173 }, | |
| 174 ] | 162 ] |
| OLD | NEW |