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

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

Issue 507007: Adding Arm chromium builder to waterfall. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/buildbot/
Patch Set: Created 11 years 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) 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'bits': '32', 532 'bits': '32',
533 }, 533 },
534 { 534 {
535 'master': 'Chromium', 535 'master': 'Chromium',
536 'hostname': 'codg135', 536 'hostname': 'codg135',
537 'builder': 'XP Tests (dbg)(4)', 537 'builder': 'XP Tests (dbg)(4)',
538 'os': 'win', 538 'os': 'win',
539 'version': 'xp', 539 'version': 'xp',
540 'bits': '32', 540 'bits': '32',
541 }, 541 },
542 {
543 'master': 'Chromium',
544 'hostname': 'codg161',
545 'builder': 'Chromium Arm',
546 'os': 'linux',
547 'version': 'karmic',
548 'bits': '32',
549 },
542 ] 550 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698