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

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: trigger 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
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipes/chromium.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 ] + [ 876 ] + [
869 # Deployed for http://crbug.com/166949 but not used yet. 877 # Deployed for http://crbug.com/166949 but not used yet.
870 { 878 {
871 'master': 'ChromiumFYIUnused', 879 'master': 'ChromiumFYIUnused',
872 'hostname': 'vm889-m1' , 880 'hostname': 'vm889-m1' ,
873 'os': 'win', 881 'os': 'win',
874 'version': 'win7', 882 'version': 'win7',
875 'bits': '64', 883 'bits': '64',
876 } 884 }
877 ] 885 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipes/chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698