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

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

Issue 2460493002: WebRTC: Add new Linux (more configs) bots. (Closed)
Patch Set: Rebased Created 4 years, 1 month 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',
(...skipping 23 matching lines...) Expand all
34 'linux_gyp_rel', 34 'linux_gyp_rel',
35 'linux_libfuzzer_rel', 35 'linux_libfuzzer_rel',
36 'linux_arm', 36 'linux_arm',
37 'linux_asan', 37 'linux_asan',
38 'linux_memcheck', 38 'linux_memcheck',
39 'linux_msan', 39 'linux_msan',
40 'linux_swarming', 40 'linux_swarming',
41 'linux_tsan2', 41 'linux_tsan2',
42 'linux_ubsan', 42 'linux_ubsan',
43 'linux_ubsan_vptr', 43 'linux_ubsan_vptr',
44 'linux_more_configs',
44 ], 45 ],
45 'hostname': 'slave%d-c4' % i, 46 'hostname': 'slave%d-c4' % i,
46 } for i in range(719, 726) + range(837, 841) + range(1210, 1220) 47 } for i in range(719, 726) + range(837, 841) + range(1210, 1220)
47 ] + [ 48 ] + [
48 { 49 {
49 'master': 'WebRTCTryServer', 50 'master': 'WebRTCTryServer',
50 'os': 'linux', 51 'os': 'linux',
51 'version': 'trusty', 52 'version': 'trusty',
52 'bits': '64', 53 'bits': '64',
53 'builder': [ 54 'builder': [
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'master': 'WebRTCTryServer', 155 'master': 'WebRTCTryServer',
155 'os': 'win', 156 'os': 'win',
156 'version': 'win7', 157 'version': 'win7',
157 'bits': '64', 158 'bits': '64',
158 'builder': [ 159 'builder': [
159 'win_baremetal', 160 'win_baremetal',
160 ], 161 ],
161 'hostname': hostname, 162 'hostname': hostname,
162 } for hostname in ['build143-b4', 'build139-b4'] 163 } for hostname in ['build143-b4', 'build139-b4']
163 ] 164 ]
OLDNEW
« no previous file with comments | « masters/master.tryserver.webrtc/master.cfg ('k') | scripts/slave/recipe_modules/webrtc/chromium_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698