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

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

Issue 23591008: Add mini_installer tests to the Chromium build infrastructure. (Closed) Base URL: http://src.chromium.org/chrome/trunk/tools/build/
Patch Set: Address csharp's comments. Created 7 years, 3 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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 'bits': '64', 767 'bits': '64',
768 }, 768 },
769 { 769 {
770 'master': 'ChromiumFYI', 770 'master': 'ChromiumFYI',
771 'builder': 'Win Coverage Tests (5)', 771 'builder': 'Win Coverage Tests (5)',
772 'hostname': 'vm21-m1', 772 'hostname': 'vm21-m1',
773 'os': 'win', 773 'os': 'win',
774 'version': 'win7', 774 'version': 'win7',
775 'bits': '64', 775 'bits': '64',
776 }, 776 },
777 {
778 'master': 'ChromiumFYI',
779 'builder': 'Chromium Win MiniInstaller Tests',
780 'hostname': 'vm950-m1',
781 'os': 'win',
782 'version': 'win7',
783 'bits': '64',
784 },
777 ] + [ 785 ] + [
778 # Deployed for http://crbug.com/166949 but not used yet. 786 # Deployed for http://crbug.com/166949 but not used yet.
779 { 787 {
780 'master': 'ChromiumFYIUnused', 788 'master': 'ChromiumFYIUnused',
781 'hostname': 'vm889-m1' , 789 'hostname': 'vm889-m1' ,
782 'os': 'win', 790 'os': 'win',
783 'version': 'win7', 791 'version': 'win7',
784 'bits': '64', 792 'bits': '64',
785 } 793 }
786 ] 794 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698