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

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

Issue 2184603003: Move memory FYI slaves to memory full master and switch configs over. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update expectations Created 4 years, 4 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
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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 }, 275 },
276 { 276 {
277 'master': 'ChromiumMemoryFYI', 277 'master': 'ChromiumMemoryFYI',
278 'builder': 'Linux ChromeOS MSan Tests', 278 'builder': 'Linux ChromeOS MSan Tests',
279 'hostname': 'vm48-m1', 279 'hostname': 'vm48-m1',
280 'os': 'linux', 280 'os': 'linux',
281 'version': 'precise', 281 'version': 'precise',
282 'bits': '64', 282 'bits': '64',
283 }, 283 },
284 ] 284 ]
285
286 for s in slaves:
287 s['hostname'] = 'fake-' + s['hostname']
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698