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

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

Issue 2118483002: WebRTC: Updates a->b lab machines for tryserver android_dbg master (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 | « 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 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 30 matching lines...) Expand all
41 ] + [ 41 ] + [
42 # Linux bare-metal machines with Android devices. 42 # Linux bare-metal machines with Android devices.
43 { 43 {
44 'master': 'WebRTCTryServer', 44 'master': 'WebRTCTryServer',
45 'os': 'linux', 45 'os': 'linux',
46 'version': 'trusty', 46 'version': 'trusty',
47 'bits': '64', 47 'bits': '64',
48 'builder': [ 48 'builder': [
49 'android_dbg', 49 'android_dbg',
50 ], 50 ],
51 'hostname': 'build%d-a4' % i, 51 'hostname': 'build%d-b4' % i,
52 } for i in range(77, 79) 52 } for i in range(141, 143)
53 ] + [ 53 ] + [
54 { 54 {
55 'master': 'WebRTCTryServer', 55 'master': 'WebRTCTryServer',
56 'os': 'linux', 56 'os': 'linux',
57 'version': 'trusty', 57 'version': 'trusty',
58 'bits': '64', 58 'bits': '64',
59 'builder': [ 59 'builder': [
60 'android_arm64_rel', 60 'android_arm64_rel',
61 ], 61 ],
62 'hostname': 'build140-b4', 62 'hostname': 'build140-b4',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'master': 'WebRTCTryServer', 170 'master': 'WebRTCTryServer',
171 'os': 'win', 171 'os': 'win',
172 'version': 'win7', 172 'version': 'win7',
173 'bits': '64', 173 'bits': '64',
174 'builder': [ 174 'builder': [
175 'win_baremetal', 175 'win_baremetal',
176 ], 176 ],
177 'hostname': hostname, 177 'hostname': hostname,
178 } for hostname in ['build143-b4', 'build139-b4'] 178 } for hostname in ['build143-b4', 'build139-b4']
179 ] 179 ]
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