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

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

Issue 3390027: Add a clang/mac bot to the FYI waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: rebase Created 10 years, 2 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 | « buildbot/master.chromium.fyi/master.cfg ('k') | buildbot/scripts/slave/compile.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) 2006-2009 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2006-2009 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'bits': '32', 365 'bits': '32',
366 }, 366 },
367 { 367 {
368 'master': 'ChromiumFYI', 368 'master': 'ChromiumFYI',
369 'builder': 'Chromium Linux Debug Clang', 369 'builder': 'Chromium Linux Debug Clang',
370 'hostname': 'bunny', 370 'hostname': 'bunny',
371 'os': 'linux', 371 'os': 'linux',
372 'version': 'lucid', 372 'version': 'lucid',
373 'bits': '64', 373 'bits': '64',
374 }, 374 },
375 {
376 'master': 'ChromiumFYI',
377 'builder': 'Chromium Mac Debug Clang',
378 'hostname': 'codf62',
379 'os': 'mac',
380 'version': '10.6',
381 },
375 ] 382 ]
OLDNEW
« no previous file with comments | « buildbot/master.chromium.fyi/master.cfg ('k') | buildbot/scripts/slave/compile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698