OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 | 5 |
6 slaves = [ | 6 slaves = [ |
7 { | 7 { |
8 'master': 'SkiaFYI', | 8 'master': 'SkiaFYI', |
9 'hostname': 'skiabot-linux-housekeeper-000', | 9 'hostname': 'skiabot-linux-housekeeper-000', |
10 'builder': [ | 10 'builder': [ |
(...skipping 18 matching lines...) Expand all Loading... |
29 { | 29 { |
30 'master': 'SkiaFYI', | 30 'master': 'SkiaFYI', |
31 'hostname': 'skiabot-linux-housekeeper-002', | 31 'hostname': 'skiabot-linux-housekeeper-002', |
32 'builder': [ | 32 'builder': [ |
33 'Infra-PerCommit', | 33 'Infra-PerCommit', |
34 ], | 34 ], |
35 'os': 'linux', | 35 'os': 'linux', |
36 'version': 'precise', | 36 'version': 'precise', |
37 'bits': '64', | 37 'bits': '64', |
38 }, | 38 }, |
| 39 { |
| 40 'master': 'SkiaFYI', |
| 41 'hostname': 'slave11-c3', |
| 42 'builder': [ |
| 43 'skia_presubmit', |
| 44 ], |
| 45 'os': 'linux', |
| 46 'version': 'precise', |
| 47 'bits': '64', |
| 48 }, |
39 ] | 49 ] |
OLD | NEW |