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

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

Issue 1727013002: Shut off webkit valgrind bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 { 76 {
77 'master': 'ChromiumMemoryFYI', 77 'master': 'ChromiumMemoryFYI',
78 'hostname': 'vm900-m1', 78 'hostname': 'vm900-m1',
79 'builder': 'Linux Tests (valgrind)(5)', 79 'builder': 'Linux Tests (valgrind)(5)',
80 'os': 'linux', 80 'os': 'linux',
81 'version': 'precise', 81 'version': 'precise',
82 'bits': '64', 82 'bits': '64',
83 }, 83 },
84 { 84 {
85 'master': 'ChromiumMemoryFYI', 85 'master': 'ChromiumMemoryFYI',
86 'hostname': 'build62-m1',
87 'builder': 'Webkit Linux (valgrind layout)',
88 'os': 'linux',
89 'version': 'precise',
90 'bits': '64',
91 },
92 {
93 'master': 'ChromiumMemoryFYI',
94 'builder': 'Chromium OS Builder (valgrind)', 86 'builder': 'Chromium OS Builder (valgrind)',
95 'hostname': 'build54-m1', 87 'hostname': 'build54-m1',
96 'os': 'linux', 88 'os': 'linux',
97 'version': 'precise', 89 'version': 'precise',
98 'bits': '64', 90 'bits': '64',
99 }, 91 },
100 { 92 {
101 'master': 'ChromiumMemoryFYI', 93 'master': 'ChromiumMemoryFYI',
102 'builder': 'Chromium OS (valgrind)(1)', 94 'builder': 'Chromium OS (valgrind)(1)',
103 'hostname': 'vm469-m1', 95 'hostname': 'vm469-m1',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 }, 403 },
412 { 404 {
413 'master': 'ChromiumMemoryFYI', 405 'master': 'ChromiumMemoryFYI',
414 'builder': 'Linux ChromeOS MSan Tests', 406 'builder': 'Linux ChromeOS MSan Tests',
415 'hostname': 'vm48-m1', 407 'hostname': 'vm48-m1',
416 'os': 'linux', 408 'os': 'linux',
417 'version': 'precise', 409 'version': 'precise',
418 'bits': '64', 410 'bits': '64',
419 }, 411 },
420 ] 412 ]
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