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

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

Issue 2395143002: WebRTC: Move Android bots with devices to the perf waterfall. (Closed)
Patch Set: Rebase Created 4 years, 2 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') | scripts/slave/recipe_modules/webrtc/api.py » ('j') | 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 28 matching lines...) Expand all
39 'linux_msan', 39 'linux_msan',
40 'linux_swarming', 40 'linux_swarming',
41 'linux_tsan2', 41 'linux_tsan2',
42 'linux_ubsan', 42 'linux_ubsan',
43 'linux_ubsan_vptr', 43 'linux_ubsan_vptr',
44 'presubmit', 44 'presubmit',
45 ], 45 ],
46 'hostname': 'slave%d-c4' % i, 46 'hostname': 'slave%d-c4' % i,
47 } for i in range(719, 726) + range(777, 779) + range(837, 841) 47 } for i in range(719, 726) + range(777, 779) + range(837, 841)
48 ] + [ 48 ] + [
49 # Linux bare-metal machines with Android devices.
50 {
51 'master': 'WebRTCTryServer',
52 'os': 'linux',
53 'version': 'trusty',
54 'bits': '64',
55 'builder': [
56 'android_n6',
57 ],
58 'hostname': 'build39-b4',
59 },
60 ] + [
61 # Linux bare-metal machines with audio devices and headsets. 49 # Linux bare-metal machines with audio devices and headsets.
62 { 50 {
63 'master': 'WebRTCTryServer', 51 'master': 'WebRTCTryServer',
64 'os': 'linux', 52 'os': 'linux',
65 'version': 'trusty', 53 'version': 'trusty',
66 'bits': '64', 54 'bits': '64',
67 'builder': [ 55 'builder': [
68 'linux_baremetal', 56 'linux_baremetal',
69 ], 57 ],
70 'hostname': hostname, 58 'hostname': hostname,
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'master': 'WebRTCTryServer', 146 'master': 'WebRTCTryServer',
159 'os': 'win', 147 'os': 'win',
160 'version': 'win7', 148 'version': 'win7',
161 'bits': '64', 149 'bits': '64',
162 'builder': [ 150 'builder': [
163 'win_baremetal', 151 'win_baremetal',
164 ], 152 ],
165 'hostname': hostname, 153 'hostname': hostname,
166 } for hostname in ['build143-b4', 'build139-b4'] 154 } for hostname in ['build143-b4', 'build139-b4']
167 ] 155 ]
OLDNEW
« no previous file with comments | « masters/master.tryserver.webrtc/master.cfg ('k') | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698