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

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

Issue 1781643006: Remove Mac Valgrind from the memory.fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « masters/master.chromium.memory.fyi/notifier_cfg.py ('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
11 slaves = [ 11 slaves = [
12 { 12 {
13 'master': 'ChromiumMemoryFYI', 13 'master': 'ChromiumMemoryFYI',
14 'hostname': 'build45-m1', 14 'hostname': 'build45-m1',
15 'builder': 'Chromium Linux Builder (valgrind)', 15 'builder': 'Chromium Linux Builder (valgrind)',
16 'os': 'linux', 16 'os': 'linux',
17 'version': 'precise', 17 'version': 'precise',
18 'bits': '64', 18 'bits': '64',
19 }, 19 },
20 { 20 {
21 'master': 'ChromiumMemoryFYI', 21 'master': 'ChromiumMemoryFYI',
22 'hostname': 'mini17-m1',
23 'builder': 'Chromium Mac (valgrind)(1)',
24 'os': 'mac',
25 'version': '10.6',
26 'bits': '64',
27 },
28 {
29 'master': 'ChromiumMemoryFYI',
30 'hostname': 'mini9-m1',
31 'builder': 'Chromium Mac (valgrind)(2)',
32 'os': 'mac',
33 'version': '10.6',
34 'bits': '64',
35 },
36 {
37 'master': 'ChromiumMemoryFYI',
38 'hostname': 'build124-a1',
39 'builder': 'Chromium Mac Builder (valgrind)',
40 'os': 'mac',
41 'version': '10.9',
42 'bits': '64',
43 },
44 {
45 'master': 'ChromiumMemoryFYI',
46 'hostname': 'vm924-m1', 22 'hostname': 'vm924-m1',
47 'builder': 'Linux Tests (valgrind)(1)', 23 'builder': 'Linux Tests (valgrind)(1)',
48 'os': 'linux', 24 'os': 'linux',
49 'version': 'precise', 25 'version': 'precise',
50 'bits': '64', 26 'bits': '64',
51 }, 27 },
52 { 28 {
53 'master': 'ChromiumMemoryFYI', 29 'master': 'ChromiumMemoryFYI',
54 'hostname': 'vm925-m1', 30 'hostname': 'vm925-m1',
55 'builder': 'Linux Tests (valgrind)(2)', 31 'builder': 'Linux Tests (valgrind)(2)',
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 }, 379 },
404 { 380 {
405 'master': 'ChromiumMemoryFYI', 381 'master': 'ChromiumMemoryFYI',
406 'builder': 'Linux ChromeOS MSan Tests', 382 'builder': 'Linux ChromeOS MSan Tests',
407 'hostname': 'vm48-m1', 383 'hostname': 'vm48-m1',
408 'os': 'linux', 384 'os': 'linux',
409 'version': 'precise', 385 'version': 'precise',
410 'bits': '64', 386 'bits': '64',
411 }, 387 },
412 ] 388 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.memory.fyi/notifier_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698