| 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. | 6 # Linux. |
| 7 { | 7 { |
| 8 'master': 'WebRTCTryServer', | 8 'master': 'WebRTCTryServer', |
| 9 'os': 'linux', | 9 'os': 'linux', |
| 10 'version': 'precise', | 10 'version': 'precise', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'mac_asan', | 79 'mac_asan', |
| 80 'mac_rel', | 80 'mac_rel', |
| 81 'mac_x64', | 81 'mac_x64', |
| 82 'mac_x64_gn', | 82 'mac_x64_gn', |
| 83 'mac_x64_gn_rel', | 83 'mac_x64_gn_rel', |
| 84 'mac_x64_rel', | 84 'mac_x64_rel', |
| 85 'ios', | 85 'ios', |
| 86 'ios_rel', | 86 'ios_rel', |
| 87 'ios_arm64', | 87 'ios_arm64', |
| 88 'ios_arm64_rel', | 88 'ios_arm64_rel', |
| 89 'ios32_sim', |
| 90 'ios64_sim', |
| 89 ], | 91 ], |
| 90 'hostname': 'vm%d-m4' % i, | 92 'hostname': 'vm%d-m4' % i, |
| 91 } for i in range(738, 741) + range(818, 820) + [665, 748] | 93 } for i in range(738, 741) + range(818, 820) + [665, 748] |
| 92 ] + [ | 94 ] + [ |
| 93 # Mac bare-metal machines with audio devices and headsets. | 95 # Mac bare-metal machines with audio devices and headsets. |
| 94 { | 96 { |
| 95 'master': 'WebRTCTryServer', | 97 'master': 'WebRTCTryServer', |
| 96 'os': 'mac', | 98 'os': 'mac', |
| 97 'version': '10.8', | 99 'version': '10.8', |
| 98 'bits': '64', | 100 'bits': '64', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'master': 'WebRTCTryServer', | 137 'master': 'WebRTCTryServer', |
| 136 'os': 'win', | 138 'os': 'win', |
| 137 'version': 'win7', | 139 'version': 'win7', |
| 138 'bits': '64', | 140 'bits': '64', |
| 139 'builder': [ | 141 'builder': [ |
| 140 'win_baremetal', | 142 'win_baremetal', |
| 141 ], | 143 ], |
| 142 'hostname': 'build23-a4', | 144 'hostname': 'build23-a4', |
| 143 } | 145 } |
| 144 ] | 146 ] |
| OLD | NEW |