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

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

Issue 2476023002: Replace ios-simulator-swarming with ios-simulator-xcode-clang (Closed)
Patch Set: Created 4 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
« no previous file with comments | « masters/master.tryserver.chromium.mac/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 # Copyright 2014 The Chromium Authors. All rights reserved. 3 # Copyright 2014 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # See master.experimental/slaves.cfg for documentation. 7 # See master.experimental/slaves.cfg for documentation.
8 8
9 def mac(): 9 def mac():
10 cq_slaves = ( 10 cq_slaves = (
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'vm1076-m4', 252 'vm1076-m4',
253 'vm1077-m4', 253 'vm1077-m4',
254 'vm1078-m4', 254 'vm1078-m4',
255 'vm1079-m4', 255 'vm1079-m4',
256 'vm1080-m4', 256 'vm1080-m4',
257 ], 257 ],
258 'ios-simulator-cronet': [ 258 'ios-simulator-cronet': [
259 'vm255-m4', 259 'vm255-m4',
260 'vm667-m4', 260 'vm667-m4',
261 ], 261 ],
262 'ios-simulator-swarming': [ 262 'ios-simulator-xcode-clang': [
263 'vm811-m4', 263 'vm811-m4',
264 'vm812-m4', 264 'vm812-m4',
265 'vm813-m4', 265 'vm813-m4',
266 'vm814-m4', 266 'vm814-m4',
267 'vm815-m4', 267 'vm815-m4',
268 'vm816-m4', 268 'vm816-m4',
269 'vm817-m4', 269 'vm817-m4',
270 'vm821-m4', 270 'vm821-m4',
271 'vm822-m4', 271 'vm822-m4',
272 'vm823-m4', 272 'vm823-m4',
(...skipping 13 matching lines...) Expand all
286 'builder': builder, 286 'builder': builder,
287 'hostname': slave, 287 'hostname': slave,
288 'os': 'mac', 288 'os': 'mac',
289 'version': '10.11', 289 'version': '10.11',
290 } for slave in slave_map[builder]]) 290 } for slave in slave_map[builder]])
291 291
292 return slaves 292 return slaves
293 293
294 294
295 slaves = mac() + ios() 295 slaves = mac() + ios()
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.mac/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698