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

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

Issue 1836713002: [libfuzzer] registering ubsan build. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: added slaves.cfg 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
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | 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 # -*- 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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 { 733 {
734 'master': 'ChromiumFYI', 734 'master': 'ChromiumFYI',
735 'builder': 'Chromium Win 10', 735 'builder': 'Chromium Win 10',
736 'hostname': 'vm17-m1', 736 'hostname': 'vm17-m1',
737 'os': 'win', 737 'os': 'win',
738 'version': 'win10', 738 'version': 'win10',
739 'bits': '64', 739 'bits': '64',
740 }, 740 },
741 { 741 {
742 'master': 'ChromiumFYI', 742 'master': 'ChromiumFYI',
743 'builder': ['Libfuzzer Upload Linux ASan', 'Libfuzzer Upload Linux MSan'], 743 'builder': ['Libfuzzer Upload Linux ASan',
744 'Libfuzzer Upload Linux MSan',
745 'Libfuzzer Upload Linux UBSan'],
744 'hostname': 'slave43-c1', 746 'hostname': 'slave43-c1',
745 'os': 'linux', 747 'os': 'linux',
746 'version': 'trusty', 748 'version': 'trusty',
747 'bits': '64', 749 'bits': '64',
748 }, 750 },
749 { 751 {
750 'master': 'ChromiumFYI', 752 'master': 'ChromiumFYI',
751 'builder': 'MD Top Chrome ChromeOS non-material', 753 'builder': 'MD Top Chrome ChromeOS non-material',
752 'hostname': 'slave45-c1', 754 'hostname': 'slave45-c1',
753 'os': 'linux', 755 'os': 'linux',
(...skipping 18 matching lines...) Expand all
772 }, 774 },
773 { 775 {
774 'master': 'ChromiumFYI', 776 'master': 'ChromiumFYI',
775 'builder': 'MD Top Chrome Linux material', 777 'builder': 'MD Top Chrome Linux material',
776 'hostname': 'slave69-c1', 778 'hostname': 'slave69-c1',
777 'os': 'linux', 779 'os': 'linux',
778 'version': 'trusty', 780 'version': 'trusty',
779 'bits': '64', 781 'bits': '64',
780 }, 782 },
781 ] 783 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698