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

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

Issue 1852223002: Revert of WebRTC: Move libfuzzer bot to client.webrtc.fyi (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased 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',
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 ARM', 15 'Linux32 ARM',
16 'Linux64 GCC', 16 'Linux64 GCC',
17 'Linux64 Release (swarming)', 17 'Linux64 Release (swarming)',
18 'Linux64 Release (Libfuzzer)',
19 ], 18 ],
20 'hostname': 'slave23-c3', 19 'hostname': 'slave23-c3',
21 }, 20 },
22 # Bare-metal Linux 64-bit machines with Android devices connected. 21 # Bare-metal Linux 64-bit machines with Android devices connected.
23 { 22 {
24 'master': 'WebRTCFYI', 23 'master': 'WebRTCFYI',
25 'os': 'linux', 24 'os': 'linux',
26 'version': 'trusty', 25 'version': 'trusty',
27 'bits': '64', 26 'bits': '64',
28 'builder': [ 27 'builder': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'master': 'WebRTCFYI', 68 'master': 'WebRTCFYI',
70 'os': 'win', 69 'os': 'win',
71 'version': 'win7', 70 'version': 'win7',
72 'bits': '64', 71 'bits': '64',
73 'builder': [ 72 'builder': [
74 'Win32 Release (swarming)', 73 'Win32 Release (swarming)',
75 ], 74 ],
76 'hostname': 'vm303-m3', 75 'hostname': 'vm303-m3',
77 }, 76 },
78 ] 77 ]
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