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

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

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