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

Side by Side Diff: masters/master.chromium.unused/slaves.cfg

Issue 23875043: Remove perf bots from chromium.webkit waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: add telemetry_unittests to mac and win test bots 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 | « no previous file | masters/master.chromium.webkit/master_linux_latest_cfg.py » ('j') | 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 mac_mini_unused = [ 10 mac_mini_unused = [
11 { 11 {
12 'master': 'ChromiumUnused', 12 'master': 'ChromiumUnused',
13 'hostname': 'mini%d-m1' % i, 13 'hostname': 'mini%d-m1' % i,
14 'os': 'mac', 14 'os': 'mac',
15 } for i in [60, 74] 15 } for i in [6, 60, 74]
16 ] 16 ]
17 17
18 mac_vm_unused = [ 18 mac_vm_unused = [
19 { 19 {
20 'master': 'ChromiumUnused', 20 'master': 'ChromiumUnused',
21 'hostname': 'vm%d-m1' % i, 21 'hostname': 'vm%d-m1' % i,
22 'os': 'mac', 22 'os': 'mac',
23 } for i in [602, 622, 627, 629, 632, 636, 640, 647] 23 } for i in [602, 622, 627, 629, 632, 636, 640, 647]
24 ] 24 ]
25 25
(...skipping 24 matching lines...) Expand all
50 linux_vm_unused = [ 50 linux_vm_unused = [
51 { 51 {
52 'master': 'ChromiumUnused', 52 'master': 'ChromiumUnused',
53 'hostname': 'vm%d-m1' % i, 53 'hostname': 'vm%d-m1' % i,
54 'os': 'linux', 54 'os': 'linux',
55 } for i in [ ] 55 } for i in [ ]
56 ] 56 ]
57 57
58 slaves = (mac_mini_unused + mac_vm_unused + win_build_unused + win_vm_unused + 58 slaves = (mac_mini_unused + mac_vm_unused + win_build_unused + win_vm_unused +
59 linux_build_unused + linux_vm_unused) 59 linux_build_unused + linux_vm_unused)
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.webkit/master_linux_latest_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698