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

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

Issue 2313253005: WebRTC: Promote Linux 32-bit bots to main waterfall again. (Closed)
Patch Set: Created 4 years, 3 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',
11 'bits': '64', 11 'bits': '64',
12 'builder': [ 12 'builder': [
13 'Android32 Builder', 13 'Android32 Builder',
14 'Auto-roll - WebRTC DEPS', 14 'Auto-roll - WebRTC DEPS',
15 'Linux32 Debug',
16 'Linux32 Release',
17 'Linux64 GCC', 15 'Linux64 GCC',
18 'Linux64 Release (swarming)', 16 'Linux64 Release (swarming)',
19 ], 17 ],
20 'hostname': 'slave23-c3', 18 'hostname': 'slave23-c3',
21 }, 19 },
22 # Bare-metal Linux 64-bit machines with Android devices connected. 20 # Bare-metal Linux 64-bit machines with Android devices connected.
23 { 21 {
24 'master': 'WebRTCFYI', 22 'master': 'WebRTCFYI',
25 'os': 'linux', 23 'os': 'linux',
26 'version': 'trusty', 24 'version': 'trusty',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'master': 'WebRTCFYI', 65 'master': 'WebRTCFYI',
68 'os': 'win', 66 'os': 'win',
69 'version': 'win7', 67 'version': 'win7',
70 'bits': '64', 68 'bits': '64',
71 'builder': [ 69 'builder': [
72 'Win32 Release (swarming)', 70 'Win32 Release (swarming)',
73 ], 71 ],
74 'hostname': 'vm303-m3', 72 'hostname': 'vm303-m3',
75 }, 73 },
76 ] 74 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc.fyi/master_linux_cfg.py ('k') | masters/master.client.webrtc/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698