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

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

Issue 1962693002: [libfuzzer] Adding and registering ASan Debug build. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 7 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 'master': 'ChromiumFYI', 600 'master': 'ChromiumFYI',
601 'builder': 'Win 10 Fast Ring', 601 'builder': 'Win 10 Fast Ring',
602 'hostname': 'vm17-m1', 602 'hostname': 'vm17-m1',
603 'os': 'win', 603 'os': 'win',
604 'version': 'win10', 604 'version': 'win10',
605 'bits': '64', 605 'bits': '64',
606 }, 606 },
607 { 607 {
608 'master': 'ChromiumFYI', 608 'master': 'ChromiumFYI',
609 'builder': ['Libfuzzer Upload Linux ASan', 609 'builder': ['Libfuzzer Upload Linux ASan',
610 'Libfuzzer Upload Linux ASan Debug',
610 'Libfuzzer Upload Linux MSan', 611 'Libfuzzer Upload Linux MSan',
611 'Libfuzzer Upload Linux UBSan'], 612 'Libfuzzer Upload Linux UBSan'],
612 'hostname': 'slave43-c1', 613 'hostname': 'slave43-c1',
613 'os': 'linux', 614 'os': 'linux',
614 'version': 'trusty', 615 'version': 'trusty',
615 'bits': '64', 616 'bits': '64',
616 }, 617 },
617 { 618 {
618 'master': 'ChromiumFYI', 619 'master': 'ChromiumFYI',
619 'builder': 'MD Top Chrome ChromeOS non-material', 620 'builder': 'MD Top Chrome ChromeOS non-material',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 }, 657 },
657 { 658 {
658 'master': 'ChromiumFYI', 659 'master': 'ChromiumFYI',
659 'builder': 'Linux Kitchen (annotated_run)', 660 'builder': 'Linux Kitchen (annotated_run)',
660 'hostname': 'slave74-c1', 661 'hostname': 'slave74-c1',
661 'os': 'linux', 662 'os': 'linux',
662 'version': 'precise', 663 'version': 'precise',
663 'bits': '64', 664 'bits': '64',
664 }, 665 },
665 ] 666 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698