| 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': [ | 11 'builder': [ |
| 12 'conda-cipd-pkg-trusty-64', | 12 'conda-cipd-pkg-trusty-64', |
| 13 'infra-continuous-trusty-64', | 13 'infra-continuous-trusty-64', |
| 14 'luci-gae-trusty64', | 14 'luci-gae-trusty64', |
| 15 'luci-go-trusty64', | 15 'luci-go-trusty64', |
| 16 'depot_tools zip uploader', |
| 16 ], | 17 ], |
| 17 'hostname': 'vm822-m1', | 18 'hostname': 'vm822-m1', |
| 18 'os': 'linux', | 19 'os': 'linux', |
| 19 'version': 'trusty', | 20 'version': 'trusty', |
| 20 'bits': '64', | 21 'bits': '64', |
| 21 }, | 22 }, |
| 22 { | 23 { |
| 23 'master': 'Infra', | 24 'master': 'Infra', |
| 24 'builder': ['infra-continuous-trusty-32'], | 25 'builder': ['infra-continuous-trusty-32'], |
| 25 'hostname': 'vm26-m1', | 26 'hostname': 'vm26-m1', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'conda-cipd-pkg-win-64', | 117 'conda-cipd-pkg-win-64', |
| 117 'infra-continuous-win-64', | 118 'infra-continuous-win-64', |
| 118 'luci-go-win64', | 119 'luci-go-win64', |
| 119 ], | 120 ], |
| 120 'hostname': 'vm412-m1', | 121 'hostname': 'vm412-m1', |
| 121 'os': 'win', | 122 'os': 'win', |
| 122 'version': 'win7', | 123 'version': 'win7', |
| 123 'bits': '64', | 124 'bits': '64', |
| 124 }, | 125 }, |
| 125 ] | 126 ] |
| OLD | NEW |