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

Side by Side Diff: masters/master.chromium.fyi/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
« no previous file with comments | « no previous file | masters/master.chromium.linux/slaves.cfg » ('j') | 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) 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 { 198 {
199 'master': 'ChromiumFYI', 199 'master': 'ChromiumFYI',
200 'hostname': 'vm899-m1', 200 'hostname': 'vm899-m1',
201 'builder': ['Chromium Linux Precise Goma LinkTest'], 201 'builder': ['Chromium Linux Precise Goma LinkTest'],
202 'os': 'linux', 202 'os': 'linux',
203 'version': 'precise', 203 'version': 'precise',
204 'bits': '64', 204 'bits': '64',
205 }, 205 },
206 { 206 {
207 'master': 'ChromiumFYI', 207 'master': 'ChromiumFYI',
208 'hostname': 'vm993-m1', 208 'hostname': 'vm925-m1',
Lei Zhang 2016/04/26 01:18:23 So this is a 64-bit kernel+userland machine, but i
209 'builder': ['Chromium Linux32 Goma Canary (clobber)'], 209 'builder': ['Chromium Linux32 Goma Canary (clobber)'],
210 'os': 'linux', 210 'os': 'linux',
211 'version': 'precise', 211 'version': 'precise',
212 'bits': '32', 212 'bits': '64',
213 }, 213 },
214 { 214 {
215 'master': 'ChromiumFYI', 215 'master': 'ChromiumFYI',
216 'hostname': 'vm657-m1', 216 'hostname': 'vm657-m1',
217 'builder': ['Chromium Mac 10.9 Goma Canary'], 217 'builder': ['Chromium Mac 10.9 Goma Canary'],
218 'os': 'mac', 218 'os': 'mac',
219 'version': '10.9', 219 'version': '10.9',
220 'bits': '64', 220 'bits': '64',
221 }, 221 },
222 { 222 {
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 }, 680 },
681 { 681 {
682 'master': 'ChromiumFYI', 682 'master': 'ChromiumFYI',
683 'builder': 'Linux Kitchen (annotated_run)', 683 'builder': 'Linux Kitchen (annotated_run)',
684 'hostname': 'slave74-c1', 684 'hostname': 'slave74-c1',
685 'os': 'linux', 685 'os': 'linux',
686 'version': 'precise', 686 'version': 'precise',
687 'bits': '64', 687 'bits': '64',
688 }, 688 },
689 ] 689 ]
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698