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

Side by Side Diff: masters/master.chromium/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
« no previous file with comments | « masters/master.chromium/master_gatekeeper_cfg.py ('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 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'bits': '32', 45 'bits': '32',
46 }, 46 },
47 { 47 {
48 'master': 'Chromium', 48 'master': 'Chromium',
49 'hostname': 'build25-m1', 49 'hostname': 'build25-m1',
50 'builder': 'Linux x64', 50 'builder': 'Linux x64',
51 'os': 'linux', 51 'os': 'linux',
52 'version': 'lucid', 52 'version': 'lucid',
53 'bits': '64', 53 'bits': '64',
54 }, 54 },
55 {
56 'master': 'Chromium',
57 'hostname': 'build8-m1',
58 'builder': 'Arm',
59 'os': 'linux',
60 'version': 'lucid',
61 'bits': '64',
62 },
63 ################################################################################ 55 ################################################################################
64 # Linux Touch 56 # Linux Touch
65 ################################################################################ 57 ################################################################################
66 { 58 {
67 'master': 'Chromium', 59 'master': 'Chromium',
68 'hostname': 'build23-m1', 60 'hostname': 'build23-m1',
69 'builder': 'Linux Touch', 61 'builder': 'Linux Touch',
70 'os': 'linux', 62 'os': 'linux',
71 'version': 'lucid', 63 'version': 'lucid',
72 'bits': '64', 64 'bits': '64',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 }, 549 },
558 { 550 {
559 'master': 'Chromium', 551 'master': 'Chromium',
560 'builder': 'Linux Clang (ChromiumOS dbg)', 552 'builder': 'Linux Clang (ChromiumOS dbg)',
561 'hostname': 'vm116-m1', 553 'hostname': 'vm116-m1',
562 'os': 'linux', 554 'os': 'linux',
563 'version': 'lucid', 555 'version': 'lucid',
564 'bits': '64', 556 'bits': '64',
565 }, 557 },
566 ] 558 ]
OLDNEW
« no previous file with comments | « masters/master.chromium/master_gatekeeper_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698