| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 { | 81 { |
| 82 'master': 'InfraCron', | 82 'master': 'InfraCron', |
| 83 'builder': ['builder-alerts'], | 83 'builder': ['builder-alerts'], |
| 84 'hostname': 'vm944-m1', | 84 'hostname': 'vm944-m1', |
| 85 'os': 'linux', | 85 'os': 'linux', |
| 86 'version': 'trusty', | 86 'version': 'trusty', |
| 87 'bits': '64', | 87 'bits': '64', |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 'master': 'InfraCron', | 90 'master': 'InfraCron', |
| 91 'builder': ['publish_tarball'], | 91 'builder': ['publish_tarball', 'Chromium Android Find Annotated Tests'], |
| 92 'hostname': 'slave10-c1', | 92 'hostname': 'slave10-c1', |
| 93 'os': 'linux', | 93 'os': 'linux', |
| 94 'version': 'trusty', | 94 'version': 'trusty', |
| 95 'bits': '64', | 95 'bits': '64', |
| 96 }, | 96 }, |
| 97 { | 97 { |
| 98 'master': 'InfraCron', | 98 'master': 'InfraCron', |
| 99 'builder': ['rebaseline-o-matic'], | 99 'builder': ['rebaseline-o-matic'], |
| 100 'hostname': 'vm140-m1', | 100 'hostname': 'vm140-m1', |
| 101 'os': 'linux', | 101 'os': 'linux', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 119 'master': 'InfraCron', | 119 'master': 'InfraCron', |
| 120 'builder': ['ChromiumOS Codesearch'], | 120 'builder': ['ChromiumOS Codesearch'], |
| 121 'hostname': 'slave15-c1', | 121 'hostname': 'slave15-c1', |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 'master': 'InfraCron', | 124 'master': 'InfraCron', |
| 125 'builder': ['git-hash-metrics'], | 125 'builder': ['git-hash-metrics'], |
| 126 'hostname': 'slave71-c1', | 126 'hostname': 'slave71-c1', |
| 127 }, | 127 }, |
| 128 ] | 128 ] |
| OLD | NEW |