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

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

Issue 8046027: Add a new master for chromium on chromium OS (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
OLDNEW
(Empty)
1 # -*- python -*-
2 # ex: set syntax=python:
3
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
6 # found in the LICENSE file.
7
8 # See master.experimental/slaves.cfg for documentation.
9
10
11 slaves = [
12 {
13 'master': 'Chromium ChromiumOS',
14 'builder': 'Linux ChromeOS',
15 'hostname': 'vm122-m1',
16 'os': 'linux',
17 'version': 'lucid',
18 'bits': '64',
19 },
20 {
21 'master': 'Chromium ChromiumOS',
22 'builder': 'ChromiumOS (x86)',
23 'hostname': 'build14-m1',
24 'os': 'linux',
25 'version': 'lucid',
26 'bits': '64',
27 },
28 {
29 'master': 'Chromium ChromiumOS',
30 'builder': 'ChromiumOS (arm)',
31 'hostname': 'vm61-m1',
32 'os': 'linux',
33 'version': 'lucid',
34 'bits': '64',
35 },
36 {
37 'master': 'Chromium ChromiumOS',
38 'builder': 'ChromiumOS (tegra2)',
39 'hostname': 'vm62-m1',
40 'os': 'linux',
41 'version': 'lucid',
42 'bits': '64',
43 },
44 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698