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

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

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

Powered by Google App Engine
This is Rietveld 408576698