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

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

Issue 8536050: Add chromium android bot to FYI waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 9 years, 1 month 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 | « masters/master.chromium.fyi/master.cfg ('k') | scripts/master/factory/chromium_commands.py » ('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) 2011 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2011 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'bits': '64', 314 'bits': '64',
315 }, 315 },
316 { 316 {
317 'master': 'ChromiumFYI', 317 'master': 'ChromiumFYI',
318 'builder': 'Chromium OS ASAN Builder', 318 'builder': 'Chromium OS ASAN Builder',
319 'hostname': 'vm45-m1', 319 'hostname': 'vm45-m1',
320 'os': 'linux', 320 'os': 'linux',
321 'version': 'lucid', 321 'version': 'lucid',
322 'bits': '64', 322 'bits': '64',
323 }, 323 },
324 {
325 'master': 'ChromiumFYI',
326 'builder': 'Chromium Linux Android',
327 'hostname': 'vm138-m1',
328 'os': 'linux',
329 'version': 'lucid',
330 'bits': '64',
331 },
324 ] 332 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/master/factory/chromium_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698