OLD | NEW |
1 # -*- python -*- | 1 # -*- python -*- |
2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
3 | 3 |
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2012 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 # See master.experimental/slaves.cfg for documentation. | 8 # See master.experimental/slaves.cfg for documentation. |
9 | 9 |
10 | 10 |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'bits': '64', | 101 'bits': '64', |
102 }, | 102 }, |
103 { | 103 { |
104 'master': 'ChromiumWin', | 104 'master': 'ChromiumWin', |
105 'builder': 'Win8 GN (dbg)', | 105 'builder': 'Win8 GN (dbg)', |
106 'hostname': 'vm876-m1', | 106 'hostname': 'vm876-m1', |
107 'os': 'win', | 107 'os': 'win', |
108 'version': 'win8', | 108 'version': 'win8', |
109 'bits': '64', | 109 'bits': '64', |
110 }, | 110 }, |
| 111 { |
| 112 'master': 'ChromiumWin', |
| 113 'builder': 'Win10 Tests x64', |
| 114 'hostname': 'vm6-m1', |
| 115 'os': 'win', |
| 116 'version': 'win10', |
| 117 'bits': '64', |
| 118 }, |
111 ] | 119 ] |
OLD | NEW |