| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 slaves = [ | 5 slaves = [ |
| 6 # Linux 64-bit. | 6 # Linux 64-bit. |
| 7 { | 7 { |
| 8 'master': 'WebRTC', | 8 'master': 'WebRTC', |
| 9 'os': 'linux', | 9 'os': 'linux', |
| 10 'version': 'trusty', | 10 'version': 'trusty', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'os': 'mac', | 117 'os': 'mac', |
| 118 'version': '10.10', | 118 'version': '10.10', |
| 119 'bits': '64', | 119 'bits': '64', |
| 120 'builder': [ | 120 'builder': [ |
| 121 'iOS32 Debug', | 121 'iOS32 Debug', |
| 122 'iOS32 Release', | 122 'iOS32 Release', |
| 123 'iOS64 Debug', | 123 'iOS64 Debug', |
| 124 'iOS64 Release', | 124 'iOS64 Release', |
| 125 'iOS32 Simulator Debug', | 125 'iOS32 Simulator Debug', |
| 126 'iOS64 Simulator Debug', | 126 'iOS64 Simulator Debug', |
| 127 'iOS64 Debug (GN)', | 127 'iOS64 Debug (GYP)', |
| 128 'iOS64 Release (GN)', | 128 'iOS64 Release (GYP)', |
| 129 'iOS API Framework Builder', | 129 'iOS API Framework Builder', |
| 130 'Mac64 Debug', | 130 'Mac64 Debug', |
| 131 'Mac64 Release', | 131 'Mac64 Release', |
| 132 'Mac64 Debug (GYP)', | 132 'Mac64 Debug (GYP)', |
| 133 'Mac64 Release (GYP)', | 133 'Mac64 Release (GYP)', |
| 134 'Mac Asan', | 134 'Mac Asan', |
| 135 ], | 135 ], |
| 136 'hostname': 'vm%d-m3' % i, | 136 'hostname': 'vm%d-m3' % i, |
| 137 } for i in range(672, 675) + [612, 677] | 137 } for i in range(672, 675) + [612, 677] |
| 138 ] + [ | 138 ] + [ |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'master': 'WebRTC', | 196 'master': 'WebRTC', |
| 197 'os': 'win', | 197 'os': 'win', |
| 198 'version': 'win7', | 198 'version': 'win7', |
| 199 'bits': '64', | 199 'bits': '64', |
| 200 'builder': [ | 200 'builder': [ |
| 201 'Win32 Release [large tests]', | 201 'Win32 Release [large tests]', |
| 202 ], | 202 ], |
| 203 'hostname': 'build20-b3', | 203 'hostname': 'build20-b3', |
| 204 } | 204 } |
| 205 ] | 205 ] |
| OLD | NEW |