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

Side by Side Diff: build/masters/master.chromium.perf_av/slaves.cfg

Issue 115363004: Remove "AV Win7" bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years 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 | « build/masters/master.chromium.perf_av/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 slaves = [ 10 slaves = [
11 { 11 {
12 'master': 'ChromiumPerfAv', 12 'master': 'ChromiumPerfAv',
13 'hostname': 'chromeperf17', 13 'hostname': 'chromeperf17',
14 'builder': 'AV Linux', 14 'builder': 'AV Linux',
15 'os': 'linux', 15 'os': 'linux',
16 'version': 'precise', 16 'version': 'precise',
17 'bits': '64', 17 'bits': '64',
18 }, 18 },
19 { 19 {
20 'master': 'ChromiumPerfAv', 20 'master': 'ChromiumPerfAv',
21 'hostname': 'chromeperf18', 21 'hostname': 'chromeperf18',
22 'builder': 'AV Linux Builder', 22 'builder': 'AV Linux Builder',
23 'os': 'linux', 23 'os': 'linux',
24 'version': 'precise', 24 'version': 'precise',
25 'bits': '64', 25 'bits': '64',
26 }, 26 },
27 {
28 'master': 'ChromiumPerfAv',
29 'hostname': 'chromeperf33',
Nico 2013/12/13 23:09:09 (btw, masters/master.chromium.unused is gone – is
ghost stip (do not use) 2013/12/13 23:57:09 I thought it was still there, I'll ask the sysadmi
30 'builder': 'AV Win7',
31 'os': 'win',
32 'version': 'Win7',
33 'bits': '64',
34 },
35 ] 27 ]
OLDNEW
« no previous file with comments | « build/masters/master.chromium.perf_av/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698