| 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 30 matching lines...) Expand all Loading... |
| 41 'builder': [ | 41 'builder': [ |
| 42 'recipes-py-continuous', | 42 'recipes-py-continuous', |
| 43 ], | 43 ], |
| 44 'hostname': 'slave138-c1', | 44 'hostname': 'slave138-c1', |
| 45 'os': 'linux', | 45 'os': 'linux', |
| 46 'version': 'trusty', | 46 'version': 'trusty', |
| 47 'bits': '64', | 47 'bits': '64', |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 'master': 'Infra', | 50 'master': 'Infra', |
| 51 'builder': [ |
| 52 'recipe_engine-recipes-tests', |
| 53 'build-recipes-tests', |
| 54 'depot_tools-recipes-tests', |
| 55 ], |
| 56 'hostname': 'slave999-c1', |
| 57 'os': 'linux', |
| 58 'version': 'trusty', |
| 59 'bits': '64', |
| 60 }, |
| 61 { |
| 62 'master': 'Infra', |
| 51 'builder': ['infra-continuous-trusty-32'], | 63 'builder': ['infra-continuous-trusty-32'], |
| 52 'hostname': 'vm26-m1', | 64 'hostname': 'vm26-m1', |
| 53 'os': 'linux', | 65 'os': 'linux', |
| 54 'version': 'trusty', | 66 'version': 'trusty', |
| 55 'bits': '32', | 67 'bits': '32', |
| 56 }, | 68 }, |
| 57 { | 69 { |
| 58 'master': 'Infra', | 70 'master': 'Infra', |
| 59 'builder': [ | 71 'builder': [ |
| 60 'infra-continuous-precise-64', | 72 'infra-continuous-precise-64', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'builder': [ | 142 'builder': [ |
| 131 'codesearch-submodules-chromium', | 143 'codesearch-submodules-chromium', |
| 132 'codesearch-submodules-infra', | 144 'codesearch-submodules-infra', |
| 133 ], | 145 ], |
| 134 'hostname': 'slave110-c1', | 146 'hostname': 'slave110-c1', |
| 135 'os': 'linux', | 147 'os': 'linux', |
| 136 'version': 'trusty', | 148 'version': 'trusty', |
| 137 'bits': '64', | 149 'bits': '64', |
| 138 }, | 150 }, |
| 139 ] | 151 ] |
| OLD | NEW |