Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Side by Side Diff: masters/master.tryserver.webrtc/slaves.cfg

Issue 2316553002: WebRTC: Add Linux 32-bit trybots (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « masters/master.tryserver.webrtc/master.cfg ('k') | scripts/slave/recipe_modules/webrtc/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698