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

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

Issue 1158703005: Add Linux ARM builder to main waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 6 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 # Linux 13 # Linux
14 ################################################################################ 14 ################################################################################
15 { 15 {
16 'master': 'ChromiumLinux', 16 'master': 'ChromiumLinux',
17 'hostname': 'slave26-c1',
18 'builder': 'Linux ARM',
19 'os': 'linux',
20 'version': 'precise',
21 'bits': '64',
22 },
23 {
24 'master': 'ChromiumLinux',
17 'hostname': 'build36-m1', 25 'hostname': 'build36-m1',
18 'builder': 'Linux Builder', 26 'builder': 'Linux Builder',
19 'os': 'linux', 27 'os': 'linux',
20 'version': 'precise', 28 'version': 'precise',
21 'bits': '64', 29 'bits': '64',
22 }, 30 },
23 { 31 {
24 'master': 'ChromiumLinux', 32 'master': 'ChromiumLinux',
25 'hostname': 'vm906-m1', 33 'hostname': 'vm906-m1',
26 'builder': 'Linux Tests', 34 'builder': 'Linux Tests',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 }, 169 },
162 { 170 {
163 'master': 'ChromiumLinux', 171 'master': 'ChromiumLinux',
164 'builder': 'Cast Android (dbg)', 172 'builder': 'Cast Android (dbg)',
165 'hostname': 'vm29-m1', 173 'hostname': 'vm29-m1',
166 'os': 'linux', 174 'os': 'linux',
167 'version': 'precise', 175 'version': 'precise',
168 'bits': '64', 176 'bits': '64',
169 }, 177 },
170 ] 178 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.linux/master_linux_cfg.py ('k') | scripts/slave/recipe_modules/chromium/chromium_linux.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698