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

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

Issue 66953010: Added an iOS Device ninja build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Removed commented line Created 7 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
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'master': 'ChromiumMac', 144 'master': 'ChromiumMac',
145 'builder': 'Mac10.6 Sync', 145 'builder': 'Mac10.6 Sync',
146 'hostname': 'mini13-m1', 146 'hostname': 'mini13-m1',
147 'os': 'mac', 147 'os': 'mac',
148 'version': '10.6', 148 'version': '10.6',
149 'bits': '64', 149 'bits': '64',
150 }, 150 },
151 { 151 {
152 'master': 'ChromiumMac', 152 'master': 'ChromiumMac',
153 'hostname': 'mini43-a1', 153 'hostname': 'mini43-a1',
154 'builder': ['iOS Simulator (dbg)', 'iOS Device',], 154 'builder': ['iOS Simulator (dbg)', 'iOS Device', 'iOS Device ninja'],
155 'os': 'mac', 155 'os': 'mac',
156 'version': '10.7', 156 'version': '10.7',
157 }, 157 },
158 ] 158 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698