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

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

Issue 307353005: Add another MSan tester to chromium.fyi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 6 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 { 74 {
75 'master': 'ChromiumFYI', 75 'master': 'ChromiumFYI',
76 'builder': 'Chromium Linux MSan', 76 'builder': 'Chromium Linux MSan',
77 'hostname': 'vm841-m1', 77 'hostname': 'vm841-m1',
78 'os': 'linux', 78 'os': 'linux',
79 'version': 'precise', 79 'version': 'precise',
80 'bits': '64', 80 'bits': '64',
81 }, 81 },
82 { 82 {
83 'master': 'ChromiumFYI', 83 'master': 'ChromiumFYI',
84 'builder': 'Chromium Linux MSan (browser tests)',
85 'hostname': 'vm855-m1',
86 'os': 'linux',
87 'version': 'precise',
88 'bits': '64',
89 },
90 {
91 'master': 'ChromiumFYI',
84 'builder': 'Windows Builder (DrMemory)', 92 'builder': 'Windows Builder (DrMemory)',
85 'hostname': 'vm909-m1', 93 'hostname': 'vm909-m1',
86 'os': 'win', 94 'os': 'win',
87 'version': 'win7', 95 'version': 'win7',
88 'bits': '64', 96 'bits': '64',
89 }, 97 },
90 { 98 {
91 'master': 'ChromiumFYI', 99 'master': 'ChromiumFYI',
92 'builder': 'Windows Tests (DrMemory XP)', 100 'builder': 'Windows Tests (DrMemory XP)',
93 'hostname': 'vm471-m1', 101 'hostname': 'vm471-m1',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 ] + [ 836 ] + [
829 # Deployed for http://crbug.com/166949 but not used yet. 837 # Deployed for http://crbug.com/166949 but not used yet.
830 { 838 {
831 'master': 'ChromiumFYIUnused', 839 'master': 'ChromiumFYIUnused',
832 'hostname': 'vm889-m1' , 840 'hostname': 'vm889-m1' ,
833 'os': 'win', 841 'os': 'win',
834 'version': 'win7', 842 'version': 'win7',
835 'bits': '64', 843 'bits': '64',
836 } 844 }
837 ] 845 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698