| 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_arm64_rel', | 13 'android_arm64_rel', |
| 14 'android_clang_dbg', | 14 'android_clang_dbg', |
| 15 'android_compile_dbg', | 15 'android_compile_dbg', |
| 16 'android_compile_rel', | 16 'android_compile_rel', |
| 17 'android_compile_arm64_dbg', | 17 'android_compile_arm64_dbg', |
| 18 'android_compile_arm64_rel', | 18 'android_compile_arm64_rel', |
| 19 'android_compile_mips_dbg', | 19 'android_compile_mips_dbg', |
| 20 'android_compile_x86_rel', | 20 'android_compile_x86_rel', |
| 21 'android_compile_x86_dbg', | 21 'android_compile_x86_dbg', |
| 22 'android_compile_x64_dbg', | 22 'android_compile_x64_dbg', |
| 23 'android_dbg', | 23 'android_dbg', |
| 24 'android_gyp_dbg', | 24 'android_gyp_dbg', |
| 25 'android_gyp_rel', | 25 'android_gyp_rel', |
| 26 'android_rel', | 26 'android_rel', |
| 27 'android_more_configs', |
| 27 'linux_compile_dbg', | 28 'linux_compile_dbg', |
| 28 'linux_compile_rel', | 29 'linux_compile_rel', |
| 29 'linux_dbg', | 30 'linux_dbg', |
| 30 'linux_rel', | 31 'linux_rel', |
| 31 'linux32_dbg', | 32 'linux32_dbg', |
| 32 'linux32_rel', | 33 'linux32_rel', |
| 33 'linux_gyp_dbg', | 34 'linux_gyp_dbg', |
| 34 'linux_gyp_rel', | 35 'linux_gyp_rel', |
| 35 'linux_libfuzzer_rel', | 36 'linux_libfuzzer_rel', |
| 36 'linux_arm', | 37 'linux_arm', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'master': 'WebRTCTryServer', | 156 'master': 'WebRTCTryServer', |
| 156 'os': 'win', | 157 'os': 'win', |
| 157 'version': 'win7', | 158 'version': 'win7', |
| 158 'bits': '64', | 159 'bits': '64', |
| 159 'builder': [ | 160 'builder': [ |
| 160 'win_baremetal', | 161 'win_baremetal', |
| 161 ], | 162 ], |
| 162 'hostname': hostname, | 163 'hostname': hostname, |
| 163 } for hostname in ['build143-b4', 'build139-b4'] | 164 } for hostname in ['build143-b4', 'build139-b4'] |
| 164 ] | 165 ] |
| OLD | NEW |