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

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
OLDNEW
(Empty)
1 # -*- python -*-
2 # ex: set syntax=python:
3
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
6 # found in the LICENSE file.
7
8 # See master.experimental/slaves.cfg for documentation.
9
10 slaves = [
11 {
12 'master': 'ChromiumPerfAv',
13 'hostname': 'chromeperf17',
14 'builder': 'AV Linux',
15 'os': 'linux',
16 'version': 'precise',
17 'bits': '64',
18 },
19 {
20 'master': 'ChromiumPerfAv',
21 'hostname': 'chromeperf18',
22 'builder': 'AV Linux Builder',
23 'os': 'linux',
24 'version': 'precise',
25 'bits': '64',
26 },
27 {
28 'master': 'ChromiumPerfAv',
29 'hostname': 'chromeperf33',
30 'builder': 'AV Win7',
31 'os': 'win',
32 'version': 'Win7',
33 'bits': '64',
34 },
35 ]
OLDNEW
« no previous file with comments | « build/masters/master.chromium.perf_av/master_site_config.py ('k') | build/tests/masters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698