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

Side by Side Diff: masters/master.tryserver.chromium.mac/master.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 | « no previous file | masters/master.tryserver.chromium.mac/slaves.cfg » ('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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 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 # READ THIS: 7 # READ THIS:
8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure 8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure
9 9
10 import os 10 import os
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'name': 'ios-simulator', 79 'name': 'ios-simulator',
80 'factory': base_factory('ios/try'), 80 'factory': base_factory('ios/try'),
81 } 81 }
82 82
83 b_ios_simulator_cronet = { 83 b_ios_simulator_cronet = {
84 'name': 'ios-simulator-cronet', 84 'name': 'ios-simulator-cronet',
85 'factory': base_factory('ios/try'), 85 'factory': base_factory('ios/try'),
86 } 86 }
87 87
88 b_ios_simulator_swarming = { 88 b_ios_simulator_swarming = {
89 'name': 'ios-simulator-swarming', 89 'name': 'ios-simulator-xcode-clang',
90 'factory': base_factory('ios/try'), 90 'factory': base_factory('ios/try'),
91 } 91 }
92 92
93 b_ios_device = { 93 b_ios_device = {
94 'name': 'ios-device', 94 'name': 'ios-device',
95 'factory': base_factory('ios/try'), 95 'factory': base_factory('ios/try'),
96 } 96 }
97 97
98 chromium_builders = [] 98 chromium_builders = []
99 99
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 # base.make_stop_form = hack_stop(base.make_stop_form) 356 # base.make_stop_form = hack_stop(base.make_stop_form)
357 357
358 358
359 ####### PROJECT IDENTITY 359 ####### PROJECT IDENTITY
360 360
361 # The 'projectURL' string will be used to provide a link 361 # The 'projectURL' string will be used to provide a link
362 # from buildbot HTML pages to your project's home page. 362 # from buildbot HTML pages to your project's home page.
363 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 363 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
364 364
365 # vi: set ts=4 sts=2 sw=2 et: 365 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.mac/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698