OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |