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

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: Re-run recipe_simulation_test. 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
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipes/chromium_libfuzzer.py » ('j') | 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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'master': 'ChromiumFYI', 611 'master': 'ChromiumFYI',
612 'builder': 'Win 10 Fast Ring', 612 'builder': 'Win 10 Fast Ring',
613 'hostname': 'vm17-m1', 613 'hostname': 'vm17-m1',
614 'os': 'win', 614 'os': 'win',
615 'version': 'win10', 615 'version': 'win10',
616 'bits': '64', 616 'bits': '64',
617 }, 617 },
618 { 618 {
619 'master': 'ChromiumFYI', 619 'master': 'ChromiumFYI',
620 'builder': ['Libfuzzer Upload Linux ASan', 620 'builder': ['Libfuzzer Upload Linux ASan',
621 'Libfuzzer Upload Linux ASan Debug',
621 'Libfuzzer Upload Linux MSan', 622 'Libfuzzer Upload Linux MSan',
622 'Libfuzzer Upload Linux UBSan'], 623 'Libfuzzer Upload Linux UBSan'],
623 'hostname': 'slave43-c1', 624 'hostname': 'slave43-c1',
624 'os': 'linux', 625 'os': 'linux',
625 'version': 'trusty', 626 'version': 'trusty',
626 'bits': '64', 627 'bits': '64',
627 }, 628 },
628 { 629 {
629 'master': 'ChromiumFYI', 630 'master': 'ChromiumFYI',
630 'builder': 'MD Top Chrome ChromeOS non-material', 631 'builder': 'MD Top Chrome ChromeOS non-material',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 }, 668 },
668 { 669 {
669 'master': 'ChromiumFYI', 670 'master': 'ChromiumFYI',
670 'builder': 'Linux Kitchen (annotated_run)', 671 'builder': 'Linux Kitchen (annotated_run)',
671 'hostname': 'slave74-c1', 672 'hostname': 'slave74-c1',
672 'os': 'linux', 673 'os': 'linux',
673 'version': 'precise', 674 'version': 'precise',
674 'bits': '64', 675 'bits': '64',
675 }, 676 },
676 ] 677 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipes/chromium_libfuzzer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698