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

Side by Side Diff: masters/master.chromium.fyi/slaves.cfg

Issue 2293913004: Add ClangToTLinuxAsanLibfuzzer (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 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 { 657 {
658 'master': 'ChromiumFYI', 658 'master': 'ChromiumFYI',
659 'builder': 'Libfuzzer Upload Mac ASan', 659 'builder': 'Libfuzzer Upload Mac ASan',
660 'hostname': 'vm113-m1', 660 'hostname': 'vm113-m1',
661 'os': 'mac', 661 'os': 'mac',
662 'version': '10.9', 662 'version': '10.9',
663 'bits': '64', 663 'bits': '64',
664 }, 664 },
665 { 665 {
666 'master': 'ChromiumFYI', 666 'master': 'ChromiumFYI',
667 'builder': ['ClangToTLinuxASanLibfuzzer'],
668 'hostname': 'slave116-c1',
669 'os': 'linux',
670 'version': 'trusty',
671 'bits', '64',
672 },
673 {
674 'master': 'ChromiumFYI',
667 'builder': 'MD Top Chrome ChromeOS non-material', 675 'builder': 'MD Top Chrome ChromeOS non-material',
668 'hostname': 'slave45-c1', 676 'hostname': 'slave45-c1',
669 'os': 'linux', 677 'os': 'linux',
670 'version': 'trusty', 678 'version': 'trusty',
671 'bits': '64', 679 'bits': '64',
672 }, 680 },
673 { 681 {
674 'master': 'ChromiumFYI', 682 'master': 'ChromiumFYI',
675 'builder': 'MD Top Chrome ChromeOS material-hybrid', 683 'builder': 'MD Top Chrome ChromeOS material-hybrid',
676 'hostname': 'slave68-c1', 684 'hostname': 'slave68-c1',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'master': 'ChromiumFYI', 793 'master': 'ChromiumFYI',
786 'builder': [ 794 'builder': [
787 'Chromium Win PGO Builder', 795 'Chromium Win PGO Builder',
788 'Chromium Win x64 PGO Builder', 796 'Chromium Win x64 PGO Builder',
789 ], 797 ],
790 'hostname': slave, 798 'hostname': slave,
791 'os': 'win', 799 'os': 'win',
792 'version': 'win7', 800 'version': 'win7',
793 'bits': '64', 801 'bits': '64',
794 }) 802 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698