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

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

Issue 865783003: WebRTC: Reshuffle Mac slaves in client.webrtc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 # Pool some builders over multiple slave machines, as a WebRTC checkout is only 5 # Pool some builders over multiple slave machines, as a WebRTC checkout is only
6 # about 1.5 GB including source code and compiled artifacts. 6 # about 1.5 GB including source code and compiled artifacts.
7 slaves = [ 7 slaves = [
8 # Linux 32-bit. 8 # Linux 32-bit.
9 { 9 {
10 'master': 'WebRTC', 10 'master': 'WebRTC',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'os': 'mac', 133 'os': 'mac',
134 'version': '10.8', 134 'version': '10.8',
135 'bits': '64', 135 'bits': '64',
136 'builder': [ 136 'builder': [
137 'iOS Debug', 137 'iOS Debug',
138 'iOS Release', 138 'iOS Release',
139 'iOS ARM64 Debug', 139 'iOS ARM64 Debug',
140 'iOS ARM64 Release', 140 'iOS ARM64 Release',
141 'Mac32 Debug', 141 'Mac32 Debug',
142 'Mac32 Release', 142 'Mac32 Release',
143 ],
144 'hostname': 'vm672-m3',
145 },
146 {
147 'master': 'WebRTC',
148 'os': 'mac',
149 'version': '10.8',
150 'bits': '64',
151 'builder': [
143 'Mac64 Debug', 152 'Mac64 Debug',
144 'Mac64 Release', 153 'Mac64 Release',
145 'Mac64 Debug (GN)', 154 'Mac64 Debug (GN)',
146 'Mac64 Release (GN)', 155 'Mac64 Release (GN)',
147 'Mac Asan', 156 'Mac Asan',
148 ], 157 ],
149 'hostname': 'vm%d-m3' % i, 158 'hostname': 'vm673-m3',
150 } for i in range(672, 674) 159 },
151 ] + [
152 # Mac, bare-metal. 160 # Mac, bare-metal.
153 { 161 {
154 'master': 'WebRTC', 162 'master': 'WebRTC',
155 'os': 'mac', 163 'os': 'mac',
156 'version': '10.8', 164 'version': '10.8',
157 'bits': '64', 165 'bits': '64',
158 'builder': [ 166 'builder': [
159 'Mac32 Release [large tests]', 167 'Mac32 Release [large tests]',
160 ], 168 ],
161 'hostname': 'build23-a3', 169 'hostname': 'build23-a3',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'master': 'WebRTC', 212 'master': 'WebRTC',
205 'os': 'win', 213 'os': 'win',
206 'version': 'win7', 214 'version': 'win7',
207 'bits': '64', 215 'bits': '64',
208 'builder': [ 216 'builder': [
209 'Win32 Release [large tests]', 217 'Win32 Release [large tests]',
210 ], 218 ],
211 'hostname': 'chromeperf90', 219 'hostname': 'chromeperf90',
212 } 220 }
213 ] 221 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698