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

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

Issue 2119363003: V8: Add temporary bots to support gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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 # -*- 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 { 63 {
64 'master': 'V8', 64 'master': 'V8',
65 'builder': ['V8 Linux64 - gcov coverage'], 65 'builder': ['V8 Linux64 - gcov coverage'],
66 'hostname': 'slave12-c3', 66 'hostname': 'slave12-c3',
67 'os': 'linux', 67 'os': 'linux',
68 'version': 'trusty', 68 'version': 'trusty',
69 'bits': '64', 69 'bits': '64',
70 }, 70 },
71 { 71 {
72 'master': 'V8', 72 'master': 'V8',
73 'builder': ['V8 Linux64 - internal snapshot'], 73 'builder': ['V8 Linux64 - internal snapshot',
74 'V8 Linux64 - gyp'],
74 'hostname': 'vm363-m3', # Fast VM. 75 'hostname': 'vm363-m3', # Fast VM.
75 'os': 'linux', 76 'os': 'linux',
76 'version': 'precise', 77 'version': 'precise',
77 'bits': '64', 78 'bits': '64',
78 }, 79 },
79 { 80 {
80 'master': 'V8', 81 'master': 'V8',
81 'builder': ['V8 Linux64 ASAN'], 82 'builder': ['V8 Linux64 ASAN'],
82 'hostname': 'slave81-c3', # Fast VM. 83 'hostname': 'slave81-c3', # Fast VM.
83 'os': 'linux', 84 'os': 'linux',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 'V8 Linux64 - custom snapshot - debug', 244 'V8 Linux64 - custom snapshot - debug',
244 'V8 Linux64 - debug', 245 'V8 Linux64 - debug',
245 'V8 Linux64 - debug - avx2', 246 'V8 Linux64 - debug - avx2',
246 'V8 Linux64 GC Stress - custom snapshot', 247 'V8 Linux64 GC Stress - custom snapshot',
247 'V8 Win32', 248 'V8 Win32',
248 'V8 Win32 - debug', 249 'V8 Win32 - debug',
249 ], 250 ],
250 ['slave%d-c3' % i for i in [28, 29, 83]], 251 ['slave%d-c3' % i for i in [28, 29, 83]],
251 slaves, 252 slaves,
252 ) 253 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698