| 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': 'InfraCron', | 10 'master': 'InfraCron', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 { | 121 { |
| 122 'master': 'InfraCron', | 122 'master': 'InfraCron', |
| 123 'builder': ['Chromium Linux Codesearch'], | 123 'builder': ['Chromium Linux Codesearch'], |
| 124 'hostname': 'slave14-c1', | 124 'hostname': 'slave14-c1', |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 'master': 'InfraCron', | 127 'master': 'InfraCron', |
| 128 'builder': ['ChromiumOS Codesearch'], | 128 'builder': ['ChromiumOS Codesearch'], |
| 129 'hostname': 'slave15-c1', | 129 'hostname': 'slave15-c1', |
| 130 }, | 130 }, |
| 131 { |
| 132 'master': 'InfraCron', |
| 133 'builder': ['git-hash-metrics'], |
| 134 'hostname': 'slave71-c1', |
| 135 }, |
| 131 ] | 136 ] |
| OLD | NEW |