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

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

Issue 1917883003: This moves all of the remaining 32-bit linux builders onto 64-bit hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: nits Created 4 years, 8 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
(...skipping 12 matching lines...) Expand all
23 { 23 {
24 'master': 'ChromiumLinux', 24 'master': 'ChromiumLinux',
25 'hostname': 'vm906-m1', 25 'hostname': 'vm906-m1',
26 'builder': 'Linux Tests', 26 'builder': 'Linux Tests',
27 'os': 'linux', 27 'os': 'linux',
28 'version': 'precise', 28 'version': 'precise',
29 'bits': '64', 29 'bits': '64',
30 }, 30 },
31 { 31 {
32 'master': 'ChromiumLinux', 32 'master': 'ChromiumLinux',
33 'hostname': 'vm871-m1', 33 'hostname': 'vm924-m1',
34 'builder': 'Linux Tests (dbg)(1)(32)', 34 'builder': 'Linux Tests (dbg)(1)(32)',
35 'os': 'linux', 35 'os': 'linux',
36 'version': 'precise', 36 'version': 'precise',
37 'bits': '32', 37 'bits': '64',
38 }, 38 },
39 { 39 {
40 'master': 'ChromiumLinux', 40 'master': 'ChromiumLinux',
41 'hostname': 'build38-m1', 41 'hostname': 'build38-m1',
42 'builder': 'Linux Builder (dbg)', 42 'builder': 'Linux Builder (dbg)',
43 'os': 'linux', 43 'os': 'linux',
44 'version': 'precise', 44 'version': 'precise',
45 'bits': '64', 45 'bits': '64',
46 }, 46 },
47 { 47 {
48 'master': 'ChromiumLinux', 48 'master': 'ChromiumLinux',
49 'builder': 'Linux Builder (dbg)(32)', 49 'builder': 'Linux Builder (dbg)(32)',
50 'hostname': 'build12-m1', 50 'hostname': 'build45-m1',
51 'os': 'linux', 51 'os': 'linux',
52 'version': 'precise', 52 'version': 'precise',
53 'bits': '32', 53 'bits': '64',
54 }, 54 },
55 { 55 {
56 'master': 'ChromiumLinux', 56 'master': 'ChromiumLinux',
57 'hostname': 'vm916-m1', 57 'hostname': 'vm916-m1',
58 'builder': 'Linux Tests (dbg)(1)', 58 'builder': 'Linux Tests (dbg)(1)',
59 'os': 'linux', 59 'os': 'linux',
60 'version': 'precise', 60 'version': 'precise',
61 'bits': '64', 61 'bits': '64',
62 }, 62 },
63 { 63 {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 }, 137 },
138 { 138 {
139 'master': 'ChromiumLinux', 139 'master': 'ChromiumLinux',
140 'builder': 'Cast Android (dbg)', 140 'builder': 'Cast Android (dbg)',
141 'hostname': 'vm29-m1', 141 'hostname': 'vm29-m1',
142 'os': 'linux', 142 'os': 'linux',
143 'version': 'precise', 143 'version': 'precise',
144 'bits': '64', 144 'bits': '64',
145 }, 145 },
146 ] 146 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698