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

Side by Side Diff: master.nacl/slaves.cfg

Issue 5329006: Delete obsolete masters from tools/buildbot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years 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 | « master.nacl/run_master.bat ('k') | master.naclports/.status_password » ('j') | 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) 2006-2009 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 # See master.experimental/slaves.cfg for documentation.
9
10
11 slaves = [
12 ### NativeClient
13 # WINDOWS
14 {
15 'master': 'NativeClient',
16 'builder': ['vista64-m64-n64-dbg', 'vista64-m64-n64-opt'],
17 'hostname': 'codg201',
18 'os': 'win',
19 'version': 'vista',
20 'nacl_cygwin': False,
21 },
22 {
23 'master': 'NativeClient',
24 'builder': ['win7atom64-m64-n64-test-dbg',
25 'win7atom64-m64-n64-test-opt'],
26 'hostname': 'nacl-atom1',
27 'os': 'win',
28 'version': '7',
29 'nacl_cygwin': True,
30 },
31 {
32 'master': 'NativeClient',
33 'builder': 'xp-m32-n32-coverage',
34 'hostname': 'codf215',
35 'os': 'win',
36 'version': 'xp',
37 },
38 {
39 'master': 'NativeClient',
40 'builder': 'xp-m32-n32-dbg',
41 'hostname': 'codf207',
42 'os': 'win',
43 'version': 'xp',
44 },
45 {
46 'master': 'NativeClient',
47 'builder': 'xp-m32-n32-opt',
48 'hostname': 'codf213',
49 'os': 'win',
50 'version': 'xp',
51 },
52 # MAC
53 {
54 'master': 'NativeClient',
55 'builder': ['mac-m32-n32-dbg', 'mac-m32-n32-opt'],
56 'hostname': 'codf64',
57 'os': 'mac',
58 'version': 'osx 10.5',
59 },
60 {
61 'master': 'NativeClient',
62 'builder': ['mac-m32-n32-coverage'],
63 'hostname': 'codf93',
64 'os': 'mac',
65 'version': 'osx 10.5',
66 },
67 # HARDY
68 {
69 'master': 'NativeClient',
70 'builder': [
71 'hardy64-m32-n32-coverage',
72 'hardy64-m64-n64-coverage',
73 'hardy64-marm-narm-coverage',
74 ],
75 'hostname': 'codf225',
76 'os': 'linux',
77 'version': 'hardy',
78 'bits': '64',
79 },
80 {
81 'master': 'NativeClient',
82 'builder': ['hardy32-m32-n32-dbg', 'hardy32-m32-n32-opt'],
83 'hostname': 'codf214',
84 'os': 'linux',
85 'version': 'hardy',
86 'bits': '32',
87 },
88 {
89 'master': 'NativeClient',
90 'builder': ['hardy64-m32-n32-dbg',
91 'hardy64-m64-n64-dbg'],
92 'hostname': 'codf197',
93 'os': 'linux',
94 'version': 'hardy',
95 'bits': '64',
96 },
97 {
98 'master': 'NativeClient',
99 'builder': ['hardy64-m32-n32-opt',
100 'hardy64-m64-n64-opt'],
101 'hostname': 'codf194',
102 'os': 'linux',
103 'version': 'hardy',
104 'bits': '64',
105 },
106 # JAUNTY
107 {
108 'master': 'NativeClient',
109 'builder': ['lucid32-m32-n32-dbg', 'lucid32-m32-n32-opt'],
110 'hostname': 'codg167',
111 'os': 'linux',
112 'version': 'lucid',
113 'bits': '32',
114 },
115 {
116 'master': 'NativeClient',
117 'builder': ['lucid64-m32-n32-dbg',
118 'lucid64-m64-n64-dbg'],
119 'hostname': 'codf160',
120 'os': 'linux',
121 'version': 'lucid',
122 'bits': '64',
123 },
124 {
125 'master': 'NativeClient',
126 'builder': ['lucid64-m32-n32-opt',
127 'lucid64-m64-n64-opt'],
128 'hostname': 'codf195',
129 'os': 'linux',
130 'version': 'lucid',
131 'bits': '64',
132 },
133 # ARM-ON-X86
134 {
135 'master': 'NativeClient',
136 'builder': [
137 'hardy64-marm-narm-dbg',
138 ],
139 'hostname': 'codf193',
140 'os': 'linux',
141 'version': 'hardy',
142 'bits': '64',
143 'arm_tools': True,
144 },
145 {
146 'master': 'NativeClient',
147 'builder': [
148 'hardy64-marm-narm-opt',
149 ],
150 'hostname': 'codg200',
151 'os': 'linux',
152 'version': 'hardy',
153 'bits': '64',
154 'arm_tools': True,
155 },
156 # KARMIC
157 {
158 'master': 'NativeClient',
159 'builder': 'karmic64-valgrind',
160 'hostname': 'codg191',
161 'os': 'linux',
162 'version': 'karmic',
163 'bits': '64',
164 },
165 # ARM
166 {
167 'master': 'NativeClient',
168 'builder': ['arm-marm-narm-test-dbg', 'arm-marm-narm-test-opt'],
169 'hostname': 'nacl-arm1',
170 'os': 'linux',
171 'version': 'armboard',
172 'bits': '32',
173 'arm_tools': True,
174 },
175 # LUCID
176 {
177 'master': 'NativeClient',
178 'builder': 'lucid64-pnacl-translator',
179 'hostname': 'nacl-lucid1',
180 'os': 'linux',
181 'version': 'lucid',
182 'bits': '64',
183 },
184 {
185 'master': 'NativeClient',
186 'builder': 'lucid64-spec-arm',
187 'hostname': 'nacl-lucid2',
188 'os': 'linux',
189 'version': 'lucid',
190 'bits': '64',
191 },
192 {
193 'master': 'NativeClient',
194 'builder': 'lucid64-spec-x86',
195 'hostname': 'nacl-lucid3',
196 'os': 'linux',
197 'version': 'lucid',
198 'bits': '64',
199 },
200 ]
OLDNEW
« no previous file with comments | « master.nacl/run_master.bat ('k') | master.naclports/.status_password » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698