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

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: Add to client.webrtc.fyi master 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 }, 53 },
54 # Mac 54 # Mac
55 { 55 {
56 'master': 'WebRTCFYI', 56 'master': 'WebRTCFYI',
57 'os': 'mac', 57 'os': 'mac',
58 'version': '10.10', 58 'version': '10.10',
59 'bits': '64', 59 'bits': '64',
60 'builder': [ 60 'builder': [
61 'iOS64 Debug (GN)', 61 'iOS64 Debug (GN)',
62 'iOS64 Release (GN)', 62 'iOS64 Release (GN)',
63 'iOS API Framework Builder',
63 'Mac64 Release (swarming)', 64 'Mac64 Release (swarming)',
64 ], 65 ],
65 'hostname': 'vm267-m3', 66 'hostname': 'vm267-m3',
66 }, 67 },
67 # Win 68 # Win
68 { 69 {
69 'master': 'WebRTCFYI', 70 'master': 'WebRTCFYI',
70 'os': 'win', 71 'os': 'win',
71 'version': 'win7', 72 'version': 'win7',
72 'bits': '64', 73 'bits': '64',
73 'builder': [ 74 'builder': [
74 'Win32 Release (swarming)', 75 'Win32 Release (swarming)',
75 ], 76 ],
76 'hostname': 'vm303-m3', 77 'hostname': 'vm303-m3',
77 }, 78 },
78 ] 79 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698