| 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', |
| 11 'builder': ['infra-continuous-xenial-64'], | 11 'builder': ['infra-continuous-xenial-64'], |
| 12 'hostname': 'vm10-m1', | 12 'hostname': 'vm10-m1', |
| 13 'os': 'linux', | 13 'os': 'linux', |
| 14 'version': 'xenial', | 14 'version': 'xenial', |
| 15 'bits': '64', | 15 'bits': '64', |
| 16 }, | 16 }, |
| 17 { | 17 { |
| 18 'master': 'Infra', | 18 'master': 'Infra', |
| 19 'builder': ['infra-continuous-wily-64'], | 19 'builder': ['infra-continuous-wily-64'], |
| 20 'hostname': 'vm39-m1', | 20 'hostname': 'vm39-m1', |
| 21 'os': 'linux', | 21 'os': 'linux', |
| 22 'version': 'wily', | 22 'version': 'wily', |
| 23 'bits': '64', | 23 'bits': '64', |
| 24 }, | 24 }, |
| 25 { | 25 { |
| 26 'master': 'Infra', | 26 'master': 'Infra', |
| 27 'builder': [ | 27 'builder': [ |
| 28 'conda-cipd-pkg-trusty-64', | 28 'conda-cipd-pkg-trusty-64', |
| 29 'infra-continuous-trusty-64', | 29 'infra-continuous-trusty-64', |
| 30 'infra-continuous-trusty-64-perf', |
| 30 'luci-gae-trusty64', | 31 'luci-gae-trusty64', |
| 31 'luci-go-trusty64', | 32 'luci-go-trusty64', |
| 32 'depot_tools zip uploader', | 33 'depot_tools zip uploader', |
| 33 ], | 34 ], |
| 34 'hostname': 'vm822-m1', | 35 'hostname': 'vm822-m1', |
| 35 'os': 'linux', | 36 'os': 'linux', |
| 36 'version': 'trusty', | 37 'version': 'trusty', |
| 37 'bits': '64', | 38 'bits': '64', |
| 38 }, | 39 }, |
| 39 { | 40 { |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'codesearch-submodules-build', | 165 'codesearch-submodules-build', |
| 165 'codesearch-submodules-chromium', | 166 'codesearch-submodules-chromium', |
| 166 'codesearch-submodules-infra', | 167 'codesearch-submodules-infra', |
| 167 ], | 168 ], |
| 168 'hostname': 'slave110-c1', | 169 'hostname': 'slave110-c1', |
| 169 'os': 'linux', | 170 'os': 'linux', |
| 170 'version': 'trusty', | 171 'version': 'trusty', |
| 171 'bits': '64', | 172 'bits': '64', |
| 172 }, | 173 }, |
| 173 ] | 174 ] |
| OLD | NEW |