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

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

Issue 1904313002: Rename chromium.fyi 'Chromium Win 10' to 'Win 10 Fast Ring' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'CFI Linux CF', 644 'CFI Linux CF',
645 'LTO Linux Perf', 645 'LTO Linux Perf',
646 ], 646 ],
647 'hostname': 'slave33-c1', 647 'hostname': 'slave33-c1',
648 'os': 'linux', 648 'os': 'linux',
649 'version': 'trusty', 649 'version': 'trusty',
650 'bits': '64', 650 'bits': '64',
651 }, 651 },
652 { 652 {
653 'master': 'ChromiumFYI', 653 'master': 'ChromiumFYI',
654 'builder': 'Chromium Win 10', 654 'builder': 'Win 10 Fast Ring',
655 'hostname': 'vm17-m1', 655 'hostname': 'vm17-m1',
656 'os': 'win', 656 'os': 'win',
657 'version': 'win10', 657 'version': 'win10',
658 'bits': '64', 658 'bits': '64',
659 }, 659 },
660 { 660 {
661 'master': 'ChromiumFYI', 661 'master': 'ChromiumFYI',
662 'builder': ['Libfuzzer Upload Linux ASan', 662 'builder': ['Libfuzzer Upload Linux ASan',
663 'Libfuzzer Upload Linux MSan', 663 'Libfuzzer Upload Linux MSan',
664 'Libfuzzer Upload Linux UBSan'], 664 'Libfuzzer Upload Linux UBSan'],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 }, 709 },
710 { 710 {
711 'master': 'ChromiumFYI', 711 'master': 'ChromiumFYI',
712 'builder': 'Linux Kitchen (annotated_run)', 712 'builder': 'Linux Kitchen (annotated_run)',
713 'hostname': 'slave74-c1', 713 'hostname': 'slave74-c1',
714 'os': 'linux', 714 'os': 'linux',
715 'version': 'precise', 715 'version': 'precise',
716 'bits': '64', 716 'bits': '64',
717 }, 717 },
718 ] 718 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698