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

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

Issue 1147043007: Promote deterministic build CI to real CI (tree closer, except for the Clang builder) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: revert the recipe change. Created 5 years, 6 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 { 622 {
623 'master': 'ChromiumFYI', 623 'master': 'ChromiumFYI',
624 'builder': ['CrWinAsan tester', 'CrWinClangLLD tester'], 624 'builder': ['CrWinAsan tester', 'CrWinClangLLD tester'],
625 'hostname': 'vm978-m1', 625 'hostname': 'vm978-m1',
626 'os': 'win', 626 'os': 'win',
627 'version': 'win7', 627 'version': 'win7',
628 'bits': '64', 628 'bits': '64',
629 }, 629 },
630 { 630 {
631 'master': 'ChromiumFYI', 631 'master': 'ChromiumFYI',
632 'builder': 'ClangWinRepeatable',
633 'hostname': 'win13-c1',
634 'os': 'win',
635 'version': 'win7',
636 'bits': '64',
637 },
638 {
639 'master': 'ChromiumFYI',
632 'builder': 'CrWinAsan(dll)', 640 'builder': 'CrWinAsan(dll)',
633 'hostname': 'build27-m1', 641 'hostname': 'build27-m1',
634 'os': 'win', 642 'os': 'win',
635 'version': 'win7', 643 'version': 'win7',
636 'bits': '64', 644 'bits': '64',
637 }, 645 },
638 { 646 {
639 'master': 'ChromiumFYI', 647 'master': 'ChromiumFYI',
640 'builder': 'CrWinAsan(dll) tester', 648 'builder': 'CrWinAsan(dll) tester',
641 'hostname': 'vm190-m1', 649 'hostname': 'vm190-m1',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 }, 930 },
923 { 931 {
924 'master': 'ChromiumFYI', 932 'master': 'ChromiumFYI',
925 'builder': 'CFI Linux', 933 'builder': 'CFI Linux',
926 'hostname': 'slave20-c1', 934 'hostname': 'slave20-c1',
927 'os': 'linux', 935 'os': 'linux',
928 'version': 'precise', 936 'version': 'precise',
929 'bits': '64', 937 'bits': '64',
930 }, 938 },
931 ] 939 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.chromium.linux/master_android_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698