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

Side by Side Diff: masters/master.tryserver.webrtc/slaves.cfg

Issue 2289423002: iOS: Rename GYP builders for iOS. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « masters/master.tryserver.webrtc/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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 slaves = [ 5 slaves = [
6 # Linux. 6 # Linux.
7 { 7 {
8 'master': 'WebRTCTryServer', 8 'master': 'WebRTCTryServer',
9 'os': 'linux', 9 'os': 'linux',
10 'version': 'trusty', 10 'version': 'trusty',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'mac_swarming', 112 'mac_swarming',
113 'mac_gyp_dbg', 113 'mac_gyp_dbg',
114 'mac_gyp_rel', 114 'mac_gyp_rel',
115 'ios_dbg', 115 'ios_dbg',
116 'ios_rel', 116 'ios_rel',
117 'ios_arm64_dbg', 117 'ios_arm64_dbg',
118 'ios_arm64_rel', 118 'ios_arm64_rel',
119 'ios_api_framework', 119 'ios_api_framework',
120 'ios32_sim_dbg', 120 'ios32_sim_dbg',
121 'ios64_sim_dbg', 121 'ios64_sim_dbg',
122 'ios64_gn_dbg', 122 'ios64_gyp_dbg',
123 'ios64_gn_rel', 123 'ios64_gyp_rel',
124 ], 124 ],
125 'hostname': 'vm%d-m4' % i, 125 'hostname': 'vm%d-m4' % i,
126 } for i in range(510, 513) + range(665, 667) + range(738, 741) + 126 } for i in range(510, 513) + range(665, 667) + range(738, 741) +
127 range(818, 820) + [748, 1033] 127 range(818, 820) + [748, 1033]
128 ] + [ 128 ] + [
129 # Mac bare-metal machines with audio devices and headsets. 129 # Mac bare-metal machines with audio devices and headsets.
130 { 130 {
131 'master': 'WebRTCTryServer', 131 'master': 'WebRTCTryServer',
132 'os': 'mac', 132 'os': 'mac',
133 'version': '10.10', 133 'version': '10.10',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'master': 'WebRTCTryServer', 172 'master': 'WebRTCTryServer',
173 'os': 'win', 173 'os': 'win',
174 'version': 'win7', 174 'version': 'win7',
175 'bits': '64', 175 'bits': '64',
176 'builder': [ 176 'builder': [
177 'win_baremetal', 177 'win_baremetal',
178 ], 178 ],
179 'hostname': hostname, 179 'hostname': hostname,
180 } for hostname in ['build143-b4', 'build139-b4'] 180 } for hostname in ['build143-b4', 'build139-b4']
181 ] 181 ]
OLDNEW
« no previous file with comments | « masters/master.tryserver.webrtc/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698