| 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_gyp_dbg', | 22 'android_gyp_dbg', |
| 23 'android_gyp_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 'linux32_dbg', |
| 29 'linux32_rel', |
| 28 'linux_gyp_dbg', | 30 'linux_gyp_dbg', |
| 29 'linux_gyp_rel', | 31 'linux_gyp_rel', |
| 30 'linux_libfuzzer_rel', | 32 'linux_libfuzzer_rel', |
| 31 'linux_arm', | 33 'linux_arm', |
| 32 'linux_asan', | 34 'linux_asan', |
| 33 'linux_memcheck', | 35 'linux_memcheck', |
| 34 'linux_msan', | 36 'linux_msan', |
| 35 'linux_swarming', | 37 'linux_swarming', |
| 36 'linux_tsan2', | 38 'linux_tsan2', |
| 37 'linux_ubsan', | 39 'linux_ubsan', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 'master': 'WebRTCTryServer', | 187 'master': 'WebRTCTryServer', |
| 186 'os': 'win', | 188 'os': 'win', |
| 187 'version': 'win7', | 189 'version': 'win7', |
| 188 'bits': '64', | 190 'bits': '64', |
| 189 'builder': [ | 191 'builder': [ |
| 190 'win_baremetal', | 192 'win_baremetal', |
| 191 ], | 193 ], |
| 192 'hostname': hostname, | 194 'hostname': hostname, |
| 193 } for hostname in ['build143-b4', 'build139-b4'] | 195 } for hostname in ['build143-b4', 'build139-b4'] |
| 194 ] | 196 ] |
| OLD | NEW |