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

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

Issue 1659163003: WebRTC: Add iOS bots running tests with the simulator (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updated more expectations Created 4 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
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': 'precise', 10 'version': 'precise',
(...skipping 22 matching lines...) Expand all
33 }, 33 },
34 # Mac 34 # Mac
35 { 35 {
36 'master': 'WebRTCFYI', 36 'master': 'WebRTCFYI',
37 'os': 'mac', 37 'os': 'mac',
38 'version': '10.10', 38 'version': '10.10',
39 'bits': '64', 39 'bits': '64',
40 'builder': [ 40 'builder': [
41 'iOS64 Debug (GN)', 41 'iOS64 Debug (GN)',
42 'iOS64 Release (GN)', 42 'iOS64 Release (GN)',
43 'iOS64 Debug',
44 'iOS64 Simulator Debug',
43 'Mac64 Release (swarming)', 45 'Mac64 Release (swarming)',
44 ], 46 ],
45 'hostname': 'vm267-m3', 47 'hostname': 'vm267-m3',
46 }, 48 },
47 # Win 49 # Win
48 { 50 {
49 'master': 'WebRTCFYI', 51 'master': 'WebRTCFYI',
50 'os': 'win', 52 'os': 'win',
51 'version': 'win7', 53 'version': 'win7',
52 'bits': '64', 54 'bits': '64',
53 'builder': [ 55 'builder': [
54 'Win32 Release (swarming)', 56 'Win32 Release (swarming)',
55 ], 57 ],
56 'hostname': 'vm303-m3', 58 'hostname': 'vm303-m3',
57 }, 59 },
58 ] 60 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc.fyi/master_mac_cfg.py ('k') | scripts/slave/recipe_modules/ios/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698