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

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

Issue 1041133003: WebRTC: Re-enable TSan deadlock detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Removed expectation Created 5 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 'Android Builder (dbg)', 13 'Android Builder (dbg)',
14 'Linux Asan (parallel)', 14 'Linux Asan (parallel)',
15 'Linux Tsan v2 (with deadlock detection)',
16 ], 15 ],
17 'hostname': 'vm31-m3', 16 'hostname': 'vm31-m3',
18 }, 17 },
19 # Bare-metal Linux 64-bit machines with Android devices connected. 18 # Bare-metal Linux 64-bit machines with Android devices connected.
20 { 19 {
21 'master': 'WebRTCFYI', 20 'master': 'WebRTCFYI',
22 'os': 'linux', 21 'os': 'linux',
23 'version': 'precise', 22 'version': 'precise',
24 'bits': '64', 23 'bits': '64',
25 'builder': ['Android Tests (Samsung S3)(dbg)'], 24 'builder': ['Android Tests (Samsung S3)(dbg)'],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'builder': [ 62 'builder': [
64 'Win32 Debug (parallel)', 63 'Win32 Debug (parallel)',
65 'Win32 Release (parallel)', 64 'Win32 Release (parallel)',
66 'Win64 Debug (parallel)', 65 'Win64 Debug (parallel)',
67 'Win64 Release (parallel)', 66 'Win64 Release (parallel)',
68 'Win SyzyASan', 67 'Win SyzyASan',
69 ], 68 ],
70 'hostname': 'vm303-m3', 69 'hostname': 'vm303-m3',
71 }, 70 },
72 ] 71 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc.fyi/master_linux_cfg.py ('k') | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698