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

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

Issue 10804023: Remove FYI android buildertester bot (Closed) Base URL: https://git.chromium.org/chromium/tools/build.git@master
Patch Set: Created 8 years, 5 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
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('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) 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 { 288 {
289 'master': 'ChromiumFYI', 289 'master': 'ChromiumFYI',
290 'builder': 'Chromium Linux Android Tester', 290 'builder': 'Chromium Linux Android Tester',
291 'hostname': 'chromeperf36', 291 'hostname': 'chromeperf36',
292 'os': 'linux', 292 'os': 'linux',
293 'version': 'lucid', 293 'version': 'lucid',
294 'bits': '64', 294 'bits': '64',
295 }, 295 },
296 { 296 {
297 'master': 'ChromiumFYI', 297 'master': 'ChromiumFYI',
298 'builder': 'Chromium Linux Android',
299 'hostname': 'chromeperf24',
300 'os': 'linux',
301 'version': 'lucid',
302 'bits': '64',
303 },
304 {
305 'master': 'ChromiumFYI',
306 'hostname': 'vm428-m1', 298 'hostname': 'vm428-m1',
307 'builder': ['Linux (dbg)(shared)','Chromium Linux Runner Test'], 299 'builder': ['Linux (dbg)(shared)','Chromium Linux Runner Test'],
308 'os': 'linux', 300 'os': 'linux',
309 'version': 'lucid', 301 'version': 'lucid',
310 'bits': '64', 302 'bits': '64',
311 }, 303 },
312 { 304 {
313 'master': 'ChromiumFYI', 305 'master': 'ChromiumFYI',
314 'hostname': 'vm429-m1', 306 'hostname': 'vm429-m1',
315 'builder': 'Chromium Linux Browser Builder (valgrind)', 307 'builder': 'Chromium Linux Browser Builder (valgrind)',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'bits': '64', 358 'bits': '64',
367 }, 359 },
368 { 360 {
369 'master': 'ChromiumFYI', 361 'master': 'ChromiumFYI',
370 'hostname': 'vm627-m1', 362 'hostname': 'vm627-m1',
371 'builder': 'Chromium iOS', 363 'builder': 'Chromium iOS',
372 'os': 'mac', 364 'os': 'mac',
373 'version': '10.7', 365 'version': '10.7',
374 }, 366 },
375 ] 367 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698