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

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

Issue 24299003: GTTF: Remove broken slave "Linux Reliability (valgrind and tsan)" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.chromium.memory.fyi/master.cfg ('k') | no next file » | 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 { 100 {
101 'master': 'ChromiumMemoryFYI', 101 'master': 'ChromiumMemoryFYI',
102 'hostname': 'vm900-m1', 102 'hostname': 'vm900-m1',
103 'builder': 'Linux Tests (valgrind)(5)', 103 'builder': 'Linux Tests (valgrind)(5)',
104 'os': 'linux', 104 'os': 'linux',
105 'version': 'precise', 105 'version': 'precise',
106 'bits': '64', 106 'bits': '64',
107 }, 107 },
108 { 108 {
109 'master': 'ChromiumMemoryFYI', 109 'master': 'ChromiumMemoryFYI',
110 'hostname': 'vm901-m1',
111 'builder': 'Linux Reliability (valgrind and tsan)',
112 'os': 'linux',
113 'version': 'precise',
114 'bits': '64',
115 },
116 {
117 'master': 'ChromiumMemoryFYI',
118 'hostname': 'build62-m1', 110 'hostname': 'build62-m1',
119 'builder': 'Webkit Linux (valgrind layout)', 111 'builder': 'Webkit Linux (valgrind layout)',
120 'os': 'linux', 112 'os': 'linux',
121 'version': 'precise', 113 'version': 'precise',
122 'bits': '64', 114 'bits': '64',
123 }, 115 },
124 { 116 {
125 'master': 'ChromiumMemoryFYI', 117 'master': 'ChromiumMemoryFYI',
126 'builder': 'Chromium OS Builder (valgrind)', 118 'builder': 'Chromium OS Builder (valgrind)',
127 'hostname': 'build54-m1', 119 'hostname': 'build54-m1',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 }, 235 },
244 { 236 {
245 'master': 'ChromiumMemoryFYI', 237 'master': 'ChromiumMemoryFYI',
246 'builder': 'Linux Tests (TSan v2)', 238 'builder': 'Linux Tests (TSan v2)',
247 'hostname': 'vm14-m1', 239 'hostname': 'vm14-m1',
248 'os': 'linux', 240 'os': 'linux',
249 'version': 'precise', 241 'version': 'precise',
250 'bits': '64', 242 'bits': '64',
251 }, 243 },
252 ] 244 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.memory.fyi/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698