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

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

Issue 2068023003: Delete the builders on master.chromium.swarm that have been offline for months. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « masters/master.chromium.swarm/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 heartbeat_slaves = [ 10 heartbeat_slaves = [
(...skipping 20 matching lines...) Expand all
31 { 31 {
32 'master': 'ChromiumSwarm', 32 'master': 'ChromiumSwarm',
33 'builder': 'Android Swarm', 33 'builder': 'Android Swarm',
34 'hostname': 'slave34-c1', 34 'hostname': 'slave34-c1',
35 'os': 'linux', 35 'os': 'linux',
36 'version': 'lucid', 36 'version': 'lucid',
37 'bits': '64', 37 'bits': '64',
38 }, 38 },
39 { 39 {
40 'master': 'ChromiumSwarm', 40 'master': 'ChromiumSwarm',
41 'builder': 'Windows Swarm',
42 'hostname': 'win17-c1',
43 'os': 'win',
44 'version': 'win7',
45 'bits': '64',
46 },
47 {
48 'master': 'ChromiumSwarm',
49 'builder': 'Mac Swarm', 41 'builder': 'Mac Swarm',
50 'hostname': 'build184-m1', 42 'hostname': 'build184-m1',
51 'os': 'mac', 43 'os': 'mac',
52 'version': '10.11', 44 'version': '10.11',
53 'bits': '64', 45 'bits': '64',
54 }, 46 },
55 { 47 {
56 'master': 'ChromiumSwarm', 48 'master': 'ChromiumSwarm',
57 'builder': 'Windows deterministic',
58 'hostname': 'win12-c1',
59 'os': 'win',
60 'version': 'win7',
61 'bits': '64',
62 },
63 {
64 'master': 'ChromiumSwarm',
65 'builder': 'Windows Clang deterministic',
66 'hostname': 'win13-c1',
67 'os': 'win',
68 'version': 'win7',
69 'bits': '64',
70 },
71 {
72 'master': 'ChromiumSwarm',
73 'builder': 'Linux deterministic', 49 'builder': 'Linux deterministic',
74 'hostname': 'slave0-c1', 50 'hostname': 'slave0-c1',
75 'os': 'linux', 51 'os': 'linux',
76 'version': 'lucid', 52 'version': 'lucid',
77 'bits': '64', 53 'bits': '64',
78 }, 54 },
79 {
80 'master': 'ChromiumSwarm',
81 'builder': 'Mac deterministic',
82 'hostname': 'vm610-m1',
83 'os': 'mac',
84 'version': '10.9',
85 'bits': '64',
86 },
87 {
88 'master': 'ChromiumSwarm',
89 'builder': 'Android deterministic',
90 'hostname': 'slave1-c1',
91 'os': 'linux',
92 'version': 'lucid',
93 'bits': '64',
94 },
95 ] 55 ]
96 56
97 slaves = heartbeat_slaves + real_slaves 57 slaves = heartbeat_slaves + real_slaves
OLDNEW
« no previous file with comments | « masters/master.chromium.swarm/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698