| 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': 'trusty', | 10 'version': 'trusty', |
| 11 'bits': '64', | 11 'bits': '64', |
| 12 'builder': [ | 12 'builder': [ |
| 13 'android_clang_dbg', | 13 'android_clang_dbg', |
| 14 'android_compile_dbg', | 14 'android_compile_dbg', |
| 15 'android_compile_rel', | 15 'android_compile_rel', |
| 16 'android_compile_arm64_dbg', | 16 'android_compile_arm64_dbg', |
| 17 'android_compile_arm64_rel', | 17 'android_compile_arm64_rel', |
| 18 'android_compile_mips_dbg', | 18 'android_compile_mips_dbg', |
| 19 'android_compile_x86_rel', | 19 'android_compile_x86_rel', |
| 20 'android_compile_x86_dbg', | 20 'android_compile_x86_dbg', |
| 21 'android_compile_x64_dbg', | 21 'android_compile_x64_dbg', |
| 22 'android_gn_dbg', | 22 'android_gyp_dbg', |
| 23 'android_gn_rel', | 23 'android_gyp_rel', |
| 24 'linux_compile_dbg', | 24 'linux_compile_dbg', |
| 25 'linux_compile_rel', | 25 'linux_compile_rel', |
| 26 'linux_dbg', | 26 'linux_dbg', |
| 27 'linux_rel', | 27 'linux_rel', |
| 28 'linux_gn_dbg', | 28 'linux_gyp_dbg', |
| 29 'linux_gn_rel', | 29 'linux_gyp_rel', |
| 30 'linux_libfuzzer_rel', | 30 'linux_libfuzzer_rel', |
| 31 'linux_arm', | 31 'linux_arm', |
| 32 'linux_asan', | 32 'linux_asan', |
| 33 'linux_memcheck', | 33 'linux_memcheck', |
| 34 'linux_msan', | 34 'linux_msan', |
| 35 'linux_swarming', | 35 'linux_swarming', |
| 36 'linux_tsan2', | 36 'linux_tsan2', |
| 37 'linux_ubsan', | 37 'linux_ubsan', |
| 38 'linux_ubsan_vptr', | 38 'linux_ubsan_vptr', |
| 39 'presubmit', | 39 'presubmit', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'os': 'mac', | 103 'os': 'mac', |
| 104 'version': '10.10', | 104 'version': '10.10', |
| 105 'bits': '64', | 105 'bits': '64', |
| 106 'builder': [ | 106 'builder': [ |
| 107 'mac_asan', | 107 'mac_asan', |
| 108 'mac_compile_dbg', | 108 'mac_compile_dbg', |
| 109 'mac_compile_rel', | 109 'mac_compile_rel', |
| 110 'mac_dbg', | 110 'mac_dbg', |
| 111 'mac_rel', | 111 'mac_rel', |
| 112 'mac_swarming', | 112 'mac_swarming', |
| 113 'mac_gn_dbg', | 113 'mac_gyp_dbg', |
| 114 'mac_gn_rel', | 114 'mac_gyp_rel', |
| 115 'ios_dbg', | 115 'ios_dbg', |
| 116 'ios_rel', | 116 'ios_rel', |
| 117 'ios_arm64_dbg', | 117 'ios_arm64_dbg', |
| 118 'ios_arm64_rel', | 118 'ios_arm64_rel', |
| 119 'ios_api_framework', | 119 'ios_api_framework', |
| 120 'ios32_sim_dbg', | 120 'ios32_sim_dbg', |
| 121 'ios64_sim_dbg', | 121 'ios64_sim_dbg', |
| 122 'ios64_gn_dbg', | 122 'ios64_gn_dbg', |
| 123 'ios64_gn_rel', | 123 'ios64_gn_rel', |
| 124 ], | 124 ], |
| (...skipping 21 matching lines...) Expand all Loading... |
| 146 'bits': '64', | 146 'bits': '64', |
| 147 'builder': [ | 147 'builder': [ |
| 148 'win_compile_dbg', | 148 'win_compile_dbg', |
| 149 'win_compile_rel', | 149 'win_compile_rel', |
| 150 'win_compile_x64_dbg', | 150 'win_compile_x64_dbg', |
| 151 'win_compile_x64_rel', | 151 'win_compile_x64_rel', |
| 152 'win_dbg', | 152 'win_dbg', |
| 153 'win_rel', | 153 'win_rel', |
| 154 'win_x64_dbg', | 154 'win_x64_dbg', |
| 155 'win_x64_rel', | 155 'win_x64_rel', |
| 156 'win_x64_gn_dbg', | 156 'win_x64_gyp_dbg', |
| 157 'win_x64_gn_rel', | 157 'win_x64_gyp_rel', |
| 158 'win_clang_dbg', | 158 'win_clang_dbg', |
| 159 'win_clang_rel', | 159 'win_clang_rel', |
| 160 'win_x64_clang_dbg', | 160 'win_x64_clang_dbg', |
| 161 'win_x64_clang_rel', | 161 'win_x64_clang_rel', |
| 162 'win_asan', | 162 'win_asan', |
| 163 'win_drmemory_light', | 163 'win_drmemory_light', |
| 164 'win_drmemory_full', | 164 'win_drmemory_full', |
| 165 'win_swarming', | 165 'win_swarming', |
| 166 ], | 166 ], |
| 167 'hostname': 'vm%d-m4' % i, | 167 'hostname': 'vm%d-m4' % i, |
| 168 } for i in range(207, 209) + [133, 212, 234, 263, 363, 407, 495] | 168 } for i in range(207, 209) + [133, 212, 234, 263, 363, 407, 495] |
| 169 ] + [ | 169 ] + [ |
| 170 # Windows bare-metal machines with audio devices and headsets. | 170 # Windows bare-metal machines with audio devices and headsets. |
| 171 { | 171 { |
| 172 'master': 'WebRTCTryServer', | 172 'master': 'WebRTCTryServer', |
| 173 'os': 'win', | 173 'os': 'win', |
| 174 'version': 'win7', | 174 'version': 'win7', |
| 175 'bits': '64', | 175 'bits': '64', |
| 176 'builder': [ | 176 'builder': [ |
| 177 'win_baremetal', | 177 'win_baremetal', |
| 178 ], | 178 ], |
| 179 'hostname': hostname, | 179 'hostname': hostname, |
| 180 } for hostname in ['build143-b4', 'build139-b4'] | 180 } for hostname in ['build143-b4', 'build139-b4'] |
| 181 ] | 181 ] |
| OLD | NEW |