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

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

Issue 1858233002: V8: Move x87 builders to new master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Files Created 4 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 # -*- 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 # This is an list of dictionaries to describe slaves. 8 # This is an list of dictionaries to describe slaves.
9 # This list is intentionally flat to be easy to filter arbitrarily. 9 # This list is intentionally flat to be easy to filter arbitrarily.
10 10
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 # prevents installing 64 bit armv7 compiler. 104 # prevents installing 64 bit armv7 compiler.
105 'master': 'V8', 105 'master': 'V8',
106 'builder': ['V8 Mips - builder'], 106 'builder': ['V8 Mips - builder'],
107 'hostname': 'vm358-m3', 107 'hostname': 'vm358-m3',
108 'os': 'linux', 108 'os': 'linux',
109 'version': 'trusty', 109 'version': 'trusty',
110 'bits': '64', 110 'bits': '64',
111 }, 111 },
112 { 112 {
113 'master': 'V8', 113 'master': 'V8',
114 'builder': ['V8 Linux - x87 - nosnap - debug builder', 114 'builder': ['V8 Linux64 - gcov coverage'],
115 'V8 Linux64 - gcov coverage'],
116 'hostname': 'slave12-c3', 115 'hostname': 'slave12-c3',
117 'os': 'linux', 116 'os': 'linux',
118 'version': 'trusty', 117 'version': 'trusty',
119 'bits': '64', 118 'bits': '64',
120 }, 119 },
121 { 120 {
122 'master': 'V8', 121 'master': 'V8',
123 'builder': ['V8 Linux64 - internal snapshot'], 122 'builder': ['V8 Linux64 - internal snapshot'],
124 'hostname': 'vm363-m3', # Fast VM. 123 'hostname': 'vm363-m3', # Fast VM.
125 'os': 'linux', 124 'os': 'linux',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'hostname': 'build28-a3', 238 'hostname': 'build28-a3',
240 }, 239 },
241 { 240 {
242 'master': 'V8', 241 'master': 'V8',
243 'builder': ['V8 Mips - big endian - nosnap - 2'], 242 'builder': ['V8 Mips - big endian - nosnap - 2'],
244 'hostname': 'build29-a3', 243 'hostname': 'build29-a3',
245 }, 244 },
246 # FYI builders. 245 # FYI builders.
247 { 246 {
248 'master': 'V8', 247 'master': 'V8',
249 'builder': ['V8 Linux - x87 - nosnap - debug'],
250 'hostname': 'vm349-m3',
251 'os': 'linux',
252 'version': 'precise',
253 'bits': '32',
254 },
255 {
256 'master': 'V8',
257 'builder': ['V8 Linux - predictable', 248 'builder': ['V8 Linux - predictable',
258 'V8 Linux - noi18n - debug', 249 'V8 Linux - noi18n - debug',
259 'V8 Linux - interpreted regexp'], 250 'V8 Linux - interpreted regexp'],
260 'hostname': 'vm378-m3', 251 'hostname': 'vm378-m3',
261 'os': 'linux', 252 'os': 'linux',
262 'version': 'precise', 253 'version': 'precise',
263 'bits': '64', 254 'bits': '64',
264 }, 255 },
265 { 256 {
266 'master': 'V8', 257 'master': 'V8',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 for vm in [335, 368, 371]: 317 for vm in [335, 368, 371]:
327 slaves.append({ 318 slaves.append({
328 'master': 'V8', 319 'master': 'V8',
329 'builder': LINUX64_TESTERS + LINUX32_TESTERS, 320 'builder': LINUX64_TESTERS + LINUX32_TESTERS,
330 'hostname': 'vm%d-m3' % vm, 321 'hostname': 'vm%d-m3' % vm,
331 'os': 'linux', 322 'os': 'linux',
332 'version': 'precise', 323 'version': 'precise',
333 'bits': '64', 324 'bits': '64',
334 }) 325 })
335 326
336 for vm in [3, 4, 5, 26]: 327 for vm in [3, 4]:
Michael Achenbach 2016/04/05 14:50:03 Reserving 26 for a new s390 bot in a follow up CL
Sergiy Byelozyorov 2016/04/05 15:04:09 Not sure I understand. Are we going to decommissio
Michael Achenbach 2016/04/05 17:32:51 s390 is an architecture and v8 is going to port it
337 slaves.append({ 328 slaves.append({
338 'master': 'V8', 329 'master': 'V8',
339 'builder': LINUX64_TESTERS + LINUX32_TESTERS, 330 'builder': LINUX64_TESTERS + LINUX32_TESTERS,
340 'hostname': 'slave%d-c3' % vm, 331 'hostname': 'slave%d-c3' % vm,
341 'os': 'linux', 332 'os': 'linux',
342 'version': 'trusty', 333 'version': 'trusty',
343 'bits': '64', 334 'bits': '64',
344 }) 335 })
345 336
346 for vm in [59, 218, 225, 244]: 337 for vm in [59, 218, 225, 244]:
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'V8 Linux64 - debug - greedy allocator', 424 'V8 Linux64 - debug - greedy allocator',
434 'V8 Linux64 GC Stress - custom snapshot', 425 'V8 Linux64 GC Stress - custom snapshot',
435 'V8 Arm', 426 'V8 Arm',
436 'V8 Arm - debug', 427 'V8 Arm - debug',
437 'V8 Arm GC Stress', 428 'V8 Arm GC Stress',
438 'V8 Win32', 429 'V8 Win32',
439 'V8 Win32 - debug', 430 'V8 Win32 - debug',
440 ], 431 ],
441 ['slave%d-c3' % i for i in [28, 29, 83]], 432 ['slave%d-c3' % i for i in [28, 29, 83]],
442 ) 433 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698