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

Side by Side Diff: masters/master.tryserver.chromiumos/slaves.cfg

Issue 8305010: Add ChromiumOS Trybot support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 9 years, 2 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 | « masters/master.tryserver.chromiumos/master.cfg ('k') | scripts/master/cros_builder_mapping.py » ('j') | 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
11 slaves = [ 11 slaves = [
12 { 12 {
13 'master': 'ChromiumOS', 13 'master': 'ChromiumOSTryServer',
14 'builder': 'x86 generic full', 14 'builder': 'x86 generic PFQ',
15 'hostname': 'build2-m2', 15 'slavename': 'build-99-m4',
16 'os': 'linux', 16 'os': 'linux',
17 }, 17 },
18 { 18 # {
19 'master': 'ChromiumOS', 19 # 'master': 'ChromiumOS',
20 'builder': 'x86 generic PFQ', 20 # 'builder': 'refresh packages',
21 'hostname': 'build3-m2', 21 # 'hostname': 'vm5-m2',
22 'os': 'linux', 22 # 'os': 'linux',
23 }, 23 # },
24 { 24 # {
25 'master': 'ChromiumOS', 25 # 'master': 'ChromiumOS',
26 'builder': 'x86 generic chrome PFQ', 26 # 'builder': 'x86 generic ASAN',
27 'hostname': 'build1-m2', 27 # 'hostname': 'build8-m2',
28 'os': 'linux', 28 # 'os': 'linux',
29 }, 29 # },
30 {
31 'master': 'ChromiumOS',
32 'builder': 'arm generic chrome PFQ',
33 'hostname': 'vm2-m2',
34 'os': 'linux',
35 },
36 {
37 'master': 'ChromiumOS',
38 'builder': 'tegra2 chrome PFQ',
39 'hostname': 'vm4-m2',
40 'os': 'linux',
41 },
42 {
43 'master': 'ChromiumOS',
44 'builder': 'chromiumos sdk',
45 'hostname': 'vm6-m2',
46 'os': 'linux',
47 },
48 {
49 'master': 'ChromiumOS',
50 'builder': 'x86 pineview full',
51 'hostname': 'build5-m2',
52 'os': 'linux',
53 },
54 {
55 'master': 'ChromiumOS',
56 'builder': 'arm generic PFQ',
57 'hostname': 'vm3-m2',
58 'os': 'linux',
59 },
60 {
61 'master': 'ChromiumOS',
62 'builder': 'arm generic full',
63 'hostname': 'build7-m2',
64 'os': 'linux',
65 },
66 {
67 'master': 'ChromiumOS',
68 'builder': 'tegra2 PFQ',
69 'hostname': 'vm1-m2',
70 'os': 'linux',
71 },
72 {
73 'master': 'ChromiumOS',
74 'builder': 'tegra2 full',
75 'hostname': 'build9-m2',
76 'os': 'linux',
77 },
78 {
79 'master': 'ChromiumOS',
80 'builder': 'tegra2 seaboard full',
81 'hostname': 'build10-m2',
82 'os': 'linux',
83 },
84 {
85 'master': 'ChromiumOS',
86 'builder': 'x86 generic commit queue',
87 'hostname': 'build4-m2',
88 'os': 'linux',
89 },
90 {
91 'master': 'ChromiumOS',
92 'builder': ['x86-generic-gcc_46', 'arm-tegra2-seaboard-gcc_46',
93 'amd64-generic-full', 'arm-tegra2-seaboard-toolchain'],
94 'hostname': 'build6-m2',
95 'os': 'linux',
96 },
97 {
98 'master': 'ChromiumOS',
99 'builder': 'refresh packages',
100 'hostname': 'vm5-m2',
101 'os': 'linux',
102 },
103 {
104 'master': 'ChromiumOS',
105 'builder': 'x86 generic ASAN',
106 'hostname': 'build8-m2',
107 'os': 'linux',
108 },
109 ] 30 ]
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromiumos/master.cfg ('k') | scripts/master/cros_builder_mapping.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698