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

Side by Side Diff: masters/master.chromium/slaves.cfg

Issue 14890029: Add split-dll build to main waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years, 7 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 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
11 slaves = [ 11 slaves = [
12 ################################################################################ 12 ################################################################################
13 # Full 13 # Full
14 ################################################################################ 14 ################################################################################
15 { 15 {
16 'master': 'Chromium', 16 'master': 'Chromium',
17 'hostname': 'build51-m1', 17 'hostname': 'build51-m1',
18 'builder': 'Win', 18 'builder': 'Win',
19 'os': 'win', 19 'os': 'win',
20 'version': '2008', 20 'version': '2008',
21 'bits': '64', 21 'bits': '64',
22 }, 22 },
23 { 23 {
24 'master': 'Chromium', 24 'master': 'Chromium',
25 'hostname': 'vm16-m1',
26 'builder': 'Win Split',
27 'os': 'win',
28 'version': '7',
29 'bits': '64',
30 },
31 {
32 'master': 'Chromium',
25 'hostname': 'vm683-m1', 33 'hostname': 'vm683-m1',
26 'builder': 'Mac', 34 'builder': 'Mac',
27 'os': 'mac', 35 'os': 'mac',
28 'version': '10.6', 36 'version': '10.6',
29 'bits': '64', 37 'bits': '64',
30 }, 38 },
31 { 39 {
32 'master': 'Chromium', 40 'master': 'Chromium',
33 'hostname': 'build29-m1', 41 'hostname': 'build29-m1',
34 'builder': 'Linux', 42 'builder': 'Linux',
(...skipping 11 matching lines...) Expand all
46 }, 54 },
47 { 55 {
48 'master': 'Chromium', 56 'master': 'Chromium',
49 'hostname': 'build8-m1', 57 'hostname': 'build8-m1',
50 'builder': 'Android', 58 'builder': 'Android',
51 'os': 'linux', 59 'os': 'linux',
52 'version': 'precise', 60 'version': 'precise',
53 'bits': '64', 61 'bits': '64',
54 }, 62 },
55 ] 63 ]
OLDNEW
« masters/master.chromium/master_full_cfg.py ('K') | « masters/master.chromium/master_full_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698