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', |
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_x86_dbg', | 18 'android_compile_x86_dbg', |
19 'android_compile_x64_dbg', | 19 'android_compile_x64_dbg', |
20 'android_gn_dbg', | 20 'android_gn_dbg', |
21 'android_gn_rel', | 21 'android_gn_rel', |
22 'linux_compile_dbg', | 22 'linux_compile_dbg', |
23 'linux_compile_rel', | 23 'linux_compile_rel', |
24 'linux_dbg', | 24 'linux_dbg', |
25 'linux_rel', | 25 'linux_rel', |
26 'linux_gn_dbg', | 26 'linux_gn_dbg', |
27 'linux_gn_rel', | 27 'linux_gn_rel', |
| 28 'linux_libfuzzer_rel', |
28 'linux_asan', | 29 'linux_asan', |
29 'linux_memcheck', | 30 'linux_memcheck', |
30 'linux_msan', | 31 'linux_msan', |
31 'linux_swarming', | 32 'linux_swarming', |
32 'linux_tsan2', | 33 'linux_tsan2', |
33 'linux_ubsan', | 34 'linux_ubsan', |
34 'linux_ubsan_vptr', | 35 'linux_ubsan_vptr', |
35 'presubmit', | 36 'presubmit', |
36 ], | 37 ], |
37 'hostname': 'slave%d-c4' % i, | 38 'hostname': 'slave%d-c4' % i, |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'master': 'WebRTCTryServer', | 172 'master': 'WebRTCTryServer', |
172 'os': 'win', | 173 'os': 'win', |
173 'version': 'win7', | 174 'version': 'win7', |
174 'bits': '64', | 175 'bits': '64', |
175 'builder': [ | 176 'builder': [ |
176 'win_baremetal', | 177 'win_baremetal', |
177 ], | 178 ], |
178 'hostname': 'build23-a4', | 179 'hostname': 'build23-a4', |
179 } | 180 } |
180 ] | 181 ] |
OLD | NEW |