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

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

Issue 9006008: Add MIPS coverage to V8 build bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 9 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 | « masters/master.client.v8/master.cfg ('k') | 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
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2011 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 # Temporarily a copy from branches_cfg.py until loading is done with correct 8 # Temporarily a copy from branches_cfg.py until loading is done with correct
9 # path from scripts/slave/slaves_utils.py. 9 # path from scripts/slave/slaves_utils.py.
10 stable_branch = '3.5' 10 stable_branch = '3.5'
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 { 176 {
177 'master': 'V8', 177 'master': 'V8',
178 'builder': 'V8 Linux - nosse4', 178 'builder': 'V8 Linux - nosse4',
179 'hostname': 'vm97-m3', 179 'hostname': 'vm97-m3',
180 'os': 'linux', 180 'os': 'linux',
181 'version': 'lucid', 181 'version': 'lucid',
182 'bits': '64', 182 'bits': '64',
183 }, 183 },
184 { 184 {
185 'master': 'V8', 185 'master': 'V8',
186 'builder': 'V8 Linux - arm - sim', 186 'builder': ['V8 Linux - arm - sim', 'V8 Linux - mips - sim'],
187 'hostname': 'vm176-m3', 187 'hostname': 'vm176-m3',
188 'os': 'linux', 188 'os': 'linux',
189 'version': 'lucid', 189 'version': 'lucid',
190 'bits': '32', 190 'bits': '32',
191 }, 191 },
192 { 192 {
193 'master': 'V8', 193 'master': 'V8',
194 'builder': 'V8 Linux - arm - sim - mozilla', 194 'builder': 'V8 Linux - arm - sim - mozilla',
195 'hostname': 'vm108-m3', 195 'hostname': 'vm108-m3',
196 'os': 'linux', 196 'os': 'linux',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'V8 Linux64 - trunk', 467 'V8 Linux64 - trunk',
468 branch_names['stable']['x64'], 468 branch_names['stable']['x64'],
469 branch_names['dev']['x64'], 469 branch_names['dev']['x64'],
470 branch_names['beta']['x64']], 470 branch_names['beta']['x64']],
471 'hostname': 'vm109-m3', 471 'hostname': 'vm109-m3',
472 'os': 'linux', 472 'os': 'linux',
473 'version': 'lucid', 473 'version': 'lucid',
474 'bits': '64', 474 'bits': '64',
475 }, 475 },
476 ] 476 ]
OLDNEW
« no previous file with comments | « masters/master.client.v8/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698