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

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

Issue 1865653002: WebRTC: Add recipe to build iOS API Framework (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Review comments addressed Created 4 years, 8 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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': 'WebRTCFYI', 8 'master': 'WebRTCFYI',
9 'os': 'linux', 9 'os': 'linux',
10 'version': 'trusty', 10 'version': 'trusty',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 }, 52 },
53 # Mac 53 # Mac
54 { 54 {
55 'master': 'WebRTCFYI', 55 'master': 'WebRTCFYI',
56 'os': 'mac', 56 'os': 'mac',
57 'version': '10.10', 57 'version': '10.10',
58 'bits': '64', 58 'bits': '64',
59 'builder': [ 59 'builder': [
60 'iOS64 Debug (GN)', 60 'iOS64 Debug (GN)',
61 'iOS64 Release (GN)', 61 'iOS64 Release (GN)',
62 'iOS API Framework Builder',
62 'Mac64 Release (swarming)', 63 'Mac64 Release (swarming)',
63 ], 64 ],
64 'hostname': 'vm267-m3', 65 'hostname': 'vm267-m3',
65 }, 66 },
66 # Win 67 # Win
67 { 68 {
68 'master': 'WebRTCFYI', 69 'master': 'WebRTCFYI',
69 'os': 'win', 70 'os': 'win',
70 'version': 'win7', 71 'version': 'win7',
71 'bits': '64', 72 'bits': '64',
72 'builder': [ 73 'builder': [
73 'Win32 Release (swarming)', 74 'Win32 Release (swarming)',
74 ], 75 ],
75 'hostname': 'vm303-m3', 76 'hostname': 'vm303-m3',
76 }, 77 },
77 ] 78 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc.fyi/master_mac_cfg.py ('k') | scripts/slave/recipes/webrtc/ios_api_framework.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698