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

Side by Side Diff: masters/master.client.tsan/slaves.cfg

Issue 5042002: Add a dummy master for tsan where we have their slaves.cfg, so we... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # -*- python -*-
2 # ex: set syntax=python:
3
4 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file.
7
8 slaves = [
9 {
10 'master': 'TSAN',
11 'builder': 'unknown',
12 'hostname': 'vm10-m3',
13 'os': 'win',
14 'version': 'xp',
15 'bits': '32',
16 },
17 {
18 'master': 'TSAN',
19 'builder': 'unknown',
20 'hostname': 'vm74-m3',
21 'os': 'win',
22 'version': 'xp',
23 'bits': '32',
24 },
25 {
26 'master': 'TSAN',
27 'builder': 'unknown',
28 'hostname': 'vm50-m3',
29 'os': 'win',
30 'version': 'vista',
31 'bits': '64',
32 },
33 {
34 'master': 'TSAN',
35 'builder': 'unknown',
36 'hostname': 'vm75-m3',
37 'os': 'win',
38 'version': 'vista',
39 'bits': '64',
40 },
41 {
42 'master': 'TSAN',
43 'builder': 'unknown',
44 'hostname': 'vm51-m3',
45 'os': 'win',
46 'version': 'win7',
47 'bits': '64',
48 },
49 {
50 'master': 'TSAN',
51 'builder': 'unknown',
52 'hostname': 'vm76-m3',
53 'os': 'win',
54 'version': 'win7',
55 'bits': '64',
56 },
57 {
58 'master': 'TSAN',
59 'builder': 'unknown',
60 'hostname': 'vm42-m3',
61 'os': 'linux',
62 'version': 'lucid',
63 'bits': '64',
64 },
65 {
66 'master': 'TSAN',
67 'builder': 'unknown',
68 'hostname': 'vm43-m3',
69 'os': 'linux',
70 'version': 'lucid',
71 'bits': '64',
72 },
73 {
74 'master': 'TSAN',
75 'builder': 'unknown',
76 'hostname': 'vm44-m3',
77 'os': 'linux',
78 'version': 'lucid',
79 'bits': '64',
80 },
81 {
82 'master': 'TSAN',
83 'builder': 'unknown',
84 'hostname': 'vm45-m3',
85 'os': 'linux',
86 'version': 'lucid',
87 'bits': '64',
88 },
89 {
90 'master': 'TSAN',
91 'builder': 'unknown',
92 'hostname': 'mini12-m3',
93 'os': 'mac',
94 'version': '10.6',
95 'bits': '64',
96 },
97 {
98 'master': 'TSAN',
99 'builder': 'unknown',
100 'hostname': 'mini13-m3',
101 'os': 'mac',
102 'version': '10.6',
103 'bits': '64',
104 },
105 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698