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

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

Issue 1257683007: Make CrWinClangLLD bot do 32-bit builds, add a CrWinClangLLD64 bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: . Created 5 years, 4 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 { 588 {
589 'master': 'ChromiumFYI', 589 'master': 'ChromiumFYI',
590 'builder': ['CrWinAsan tester', 'CrWinClangLLD tester'], 590 'builder': ['CrWinAsan tester', 'CrWinClangLLD tester'],
591 'hostname': 'vm978-m1', 591 'hostname': 'vm978-m1',
592 'os': 'win', 592 'os': 'win',
593 'version': 'win7', 593 'version': 'win7',
594 'bits': '64', 594 'bits': '64',
595 }, 595 },
596 { 596 {
597 'master': 'ChromiumFYI', 597 'master': 'ChromiumFYI',
598 'builder': 'CrWinAsan(dll)', 598 'builder': ['CrWinAsan(dll)', 'CrWinClangLLD64'],
599 'hostname': 'build27-m1', 599 'hostname': 'build27-m1',
600 'os': 'win', 600 'os': 'win',
601 'version': 'win7', 601 'version': 'win7',
602 'bits': '64', 602 'bits': '64',
603 }, 603 },
604 { 604 {
605 'master': 'ChromiumFYI', 605 'master': 'ChromiumFYI',
606 'builder': 'CrWinAsan(dll) tester', 606 'builder': ['CrWinAsan(dll) tester', 'CrWinClangLLD64 tester'],
607 'hostname': 'vm190-m1', 607 'hostname': 'vm190-m1',
608 'os': 'win', 608 'os': 'win',
609 'version': 'win7', 609 'version': 'win7',
610 'bits': '64', 610 'bits': '64',
611 }, 611 },
612 { 612 {
613 'master': 'ChromiumFYI', 613 'master': 'ChromiumFYI',
614 'builder': [ 614 'builder': [
615 'ClangToTLinux', 615 'ClangToTLinux',
616 'ClangToTLinux tester', 616 'ClangToTLinux tester',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 }, 900 },
901 { 901 {
902 'master': 'ChromiumFYI', 902 'master': 'ChromiumFYI',
903 'builder': 'Chromium Win 10', 903 'builder': 'Chromium Win 10',
904 'hostname': 'vm17-m1', 904 'hostname': 'vm17-m1',
905 'os': 'win', 905 'os': 'win',
906 'version': 'win10', 906 'version': 'win10',
907 'bits': '64', 907 'bits': '64',
908 }, 908 },
909 ] 909 ]
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