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

Side by Side Diff: masters/master.client.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 64-bit. 6 # Linux 64-bit.
7 { 7 {
8 'master': 'WebRTC', 8 'master': 'WebRTC',
9 'os': 'linux', 9 'os': 'linux',
10 'version': 'trusty', 10 'version': 'trusty',
(...skipping 16 matching lines...) Expand all
27 'Linux64 Debug', 27 'Linux64 Debug',
28 'Linux64 Release', 28 'Linux64 Release',
29 'Linux64 Debug (GYP)', 29 'Linux64 Debug (GYP)',
30 'Linux64 Release (GYP)', 30 'Linux64 Release (GYP)',
31 'Linux64 Release (Libfuzzer)', 31 'Linux64 Release (Libfuzzer)',
32 'Linux Asan', 32 'Linux Asan',
33 'Linux MSan', 33 'Linux MSan',
34 'Linux Tsan v2', 34 'Linux Tsan v2',
35 'Linux UBSan', 35 'Linux UBSan',
36 'Linux UBSan vptr', 36 'Linux UBSan vptr',
37 'Linux (more configs)',
37 ], 38 ],
38 'hostname': 'slave%d-c3' % i, 39 'hostname': 'slave%d-c3' % i,
39 } for i in range(6, 10) + range(13, 21) 40 } for i in range(6, 10) + range(13, 21)
40 ] + [ 41 ] + [
41 { 42 {
42 'master': 'WebRTC', 43 'master': 'WebRTC',
43 'os': 'linux', 44 'os': 'linux',
44 'version': 'trusty', 45 'version': 'trusty',
45 'bits': '64', 46 'bits': '64',
46 'builder': [ 47 'builder': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'master': 'WebRTC', 125 'master': 'WebRTC',
125 'os': 'win', 126 'os': 'win',
126 'version': 'win7', 127 'version': 'win7',
127 'bits': '64', 128 'bits': '64',
128 'builder': [ 129 'builder': [
129 'Win32 Release [large tests]', 130 'Win32 Release [large tests]',
130 ], 131 ],
131 'hostname': 'build20-b3', 132 'hostname': 'build20-b3',
132 } 133 }
133 ] 134 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc/master_linux_cfg.py ('k') | masters/master.tryserver.webrtc/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698