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

Side by Side Diff: masters/master.client.webrtc.fyi/slaves.cfg

Issue 220453004: WebRTC: Move TSan v2 and SyzyASan bots to main build+try masters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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': 'WebRTCFYI', 8 'master': 'WebRTCFYI',
9 'os': 'linux', 9 'os': 'linux',
10 'version': 'precise', 10 'version': 'precise',
11 'bits': '64', 11 'bits': '64',
12 'builder': [ 12 'builder': [
13 'Linux LSan (and ASan)', 13 'Linux LSan (and ASan)',
14 'Linux Tsan v2',
15 'Linux TsanRV', 14 'Linux TsanRV',
16 ], 15 ],
17 'hostname': 'vm%d-m3' % i, 16 'hostname': 'vm%d-m3' % i,
18 } for i in [4, 31] 17 } for i in [4, 31]
19 ] + [ 18 ] + [
20 # Mac 19 # Mac
21 { 20 {
22 'master': 'WebRTCFYI', 21 'master': 'WebRTCFYI',
23 'os': 'mac', 22 'os': 'mac',
24 'version': '10.6', # Notice 10.6 due to lack of Valgrind support on newer. 23 'version': '10.6', # Notice 10.6 due to lack of Valgrind support on newer.
25 'bits': '64', 24 'bits': '64',
26 'builder': [ 25 'builder': [
27 'Mac 10.6 Memcheck', 26 'Mac 10.6 Memcheck',
28 'Mac 10.6 TSan', 27 'Mac 10.6 TSan',
29 ], 28 ],
30 'hostname': 'vm%d-m3' % i, 29 'hostname': 'vm%d-m3' % i,
31 } for i in [653, 665] 30 } for i in [653, 665]
32 ] + [ 31 ] + [
33 # Windows 32 # Windows
34 { 33 {
35 'master': 'WebRTCFYI', 34 'master': 'WebRTCFYI',
36 'os': 'win', 35 'os': 'win',
37 'version': 'win7', 36 'version': 'win7',
38 'bits': '64', 37 'bits': '64',
39 'builder': [ 38 'builder': [
40 'Win DrMemory Full', 39 'Win DrMemory Full',
41 'Win DrMemory Light', 40 'Win DrMemory Light',
42 'Win DrMemory Pattern', 41 'Win DrMemory Pattern',
43 'Win SyzyASan',
44 'Win Tsan', 42 'Win Tsan',
45 ], 43 ],
46 'hostname': 'vm%d-m3' % i, 44 'hostname': 'vm%d-m3' % i,
47 } for i in [162, 168, 169, 193] 45 } for i in [162, 168, 169, 193]
48 ] 46 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc.fyi/master_win_cfg.py ('k') | masters/master.client.webrtc/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698