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

Side by Side Diff: master.chromeos/slaves.cfg

Issue 668140: Adding more board types to the waterfall. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years, 9 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
« no previous file with comments | « master.chromeos/public_html/announce.html ('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) 2010 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2010 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
(...skipping 11 matching lines...) Expand all
22 # 'os': 'linux', 22 # 'os': 'linux',
23 # }, 23 # },
24 # { 24 # {
25 # 'master': 'ChromiumOS', 25 # 'master': 'ChromiumOS',
26 # 'builder': 'x86 Image (RC)', 26 # 'builder': 'x86 Image (RC)',
27 # 'hostname': 'codg139', 27 # 'hostname': 'codg139',
28 # 'os': 'linux', 28 # 'os': 'linux',
29 # }, 29 # },
30 { 30 {
31 'master': 'ChromiumOS', 31 'master': 'ChromiumOS',
32 'builder': 'x86 new incremental image', 32 'builder': 'x86 new incremental image (RC)',
33 'hostname': 'codg174', 33 'hostname': 'codg174',
34 'os': 'linux', 34 'os': 'linux',
35 }, 35 },
36 { 36 {
37 'master': 'ChromiumOS', 37 'master': 'ChromiumOS',
38 'builder': 'x86 new full image', 38 'builder': 'x86 new full image',
39 'hostname': 'codg163', 39 'hostname': 'codg163',
40 'os': 'linux', 40 'os': 'linux',
41 }, 41 },
42 { 42 {
43 'master': 'ChromiumOS', 43 'master': 'ChromiumOS',
44 'builder': 'arm new incremental image', 44 'builder': 'arm new incremental image',
45 'hostname': 'codg175', 45 'hostname': 'codg175',
46 'os': 'linux', 46 'os': 'linux',
47 }, 47 },
48 { 48 {
49 'master': 'ChromiumOS', 49 'master': 'ChromiumOS',
50 'builder': 'arm new full image', 50 'builder': 'arm new full image',
51 'hostname': 'codg176', 51 'hostname': 'codg176',
52 'os': 'linux', 52 'os': 'linux',
53 }, 53 },
54 {
55 'master': 'ChromiumOS',
56 'builder': 'arm st1q incremental image',
57 'hostname': 'codg158',
58 'os': 'linux',
59 },
60 {
61 'master': 'ChromiumOS',
62 'builder': 'arm st1q full image',
63 'hostname': 'codg159',
64 'os': 'linux',
65 },
66 {
67 'master': 'ChromiumOS',
68 'builder': 'arm beagleboard incremental image',
69 'hostname': 'codg172',
70 'os': 'linux',
71 },
72 {
73 'master': 'ChromiumOS',
74 'builder': 'arm beagleboard full image',
75 'hostname': 'codg173',
76 'os': 'linux',
77 },
78 {
79 'master': 'ChromiumOS',
80 'builder': 'arm tegra2 full image',
81 'hostname': 'codg136',
82 'os': 'linux',
83 },
54 ] 84 ]
OLDNEW
« no previous file with comments | « master.chromeos/public_html/announce.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698