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

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

Issue 2351963004: V8: Remove xcode-ninja bot (Closed)
Patch Set: Remove bot Created 4 years, 2 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
« no previous file with comments | « masters/master.client.v8/master.cfg ('k') | scripts/slave/recipe_modules/v8/builders.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 8
9 from master.v8.tools import distribute_subdir_slaves 9 from master.v8.tools import distribute_subdir_slaves
10 10
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 }) 214 })
215 215
216 for vm in [631, 632, 633]: 216 for vm in [631, 632, 633]:
217 slaves.append({ 217 slaves.append({
218 'master': 'V8', 218 'master': 'V8',
219 'builder': [ 219 'builder': [
220 'V8 Mac', 220 'V8 Mac',
221 'V8 Mac - debug', 221 'V8 Mac - debug',
222 'V8 Mac64', 222 'V8 Mac64',
223 'V8 Mac64 - debug', 223 'V8 Mac64 - debug',
224 'V8 Mac64 - xcode',
225 ], 224 ],
226 'hostname': 'vm%d-m3' % vm, 225 'hostname': 'vm%d-m3' % vm,
227 'os': 'mac', 226 'os': 'mac',
228 'version': '10.6', 227 'version': '10.6',
229 'bits': '64', 228 'bits': '64',
230 }) 229 })
231 230
232 231
233 distribute_subdir_slaves( 232 distribute_subdir_slaves(
234 'V8', 233 'V8',
235 [ 234 [
236 'V8 Linux', 235 'V8 Linux',
237 'V8 Linux - debug', 236 'V8 Linux - debug',
238 'V8 Linux - debug - avx2', 237 'V8 Linux - debug - avx2',
239 'V8 Linux - gc stress', 238 'V8 Linux - gc stress',
240 'V8 Linux - nosnap', 239 'V8 Linux - nosnap',
241 'V8 Linux - nosnap - debug', 240 'V8 Linux - nosnap - debug',
242 'V8 Linux64', 241 'V8 Linux64',
243 'V8 Linux64 - avx2', 242 'V8 Linux64 - avx2',
244 'V8 Linux64 - custom snapshot - debug', 243 'V8 Linux64 - custom snapshot - debug',
245 'V8 Linux64 - debug', 244 'V8 Linux64 - debug',
246 'V8 Linux64 - debug - avx2', 245 'V8 Linux64 - debug - avx2',
247 'V8 Linux64 GC Stress - custom snapshot', 246 'V8 Linux64 GC Stress - custom snapshot',
248 'V8 Win32', 247 'V8 Win32',
249 'V8 Win32 - debug', 248 'V8 Win32 - debug',
250 ], 249 ],
251 ['slave%d-c3' % i for i in [28, 29, 83]], 250 ['slave%d-c3' % i for i in [28, 29, 83]],
252 slaves, 251 slaves,
253 ) 252 )
OLDNEW
« no previous file with comments | « masters/master.client.v8/master.cfg ('k') | scripts/slave/recipe_modules/v8/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698