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

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

Issue 2302233002: Deprecate Chromium Linux32 Goma Canary (clobber) (Closed)
Patch Set: Same as Patch Set 1 Created 4 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
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 { 158 {
159 'master': 'ChromiumFYI', 159 'master': 'ChromiumFYI',
160 'hostname': 'vm899-m1', 160 'hostname': 'vm899-m1',
161 'builder': ['Chromium Linux Precise Goma LinkTest'], 161 'builder': ['Chromium Linux Precise Goma LinkTest'],
162 'os': 'linux', 162 'os': 'linux',
163 'version': 'precise', 163 'version': 'precise',
164 'bits': '64', 164 'bits': '64',
165 }, 165 },
166 { 166 {
167 'master': 'ChromiumFYI', 167 'master': 'ChromiumFYI',
168 'hostname': 'vm925-m1',
169 'builder': ['Chromium Linux32 Goma Canary (clobber)'],
170 'os': 'linux',
171 'version': 'precise',
172 'bits': '64',
173 },
174 {
175 'master': 'ChromiumFYI',
176 'hostname': 'vm657-m1', 168 'hostname': 'vm657-m1',
177 'builder': ['Chromium Mac 10.9 Goma Canary'], 169 'builder': ['Chromium Mac 10.9 Goma Canary'],
178 'os': 'mac', 170 'os': 'mac',
179 'version': '10.9', 171 'version': '10.9',
180 'bits': '64', 172 'bits': '64',
181 }, 173 },
182 { 174 {
183 'master': 'ChromiumFYI', 175 'master': 'ChromiumFYI',
184 'hostname': 'vm658-m1', 176 'hostname': 'vm658-m1',
185 'builder': ['Chromium Mac 10.9 Goma Canary (dbg)'], 177 'builder': ['Chromium Mac 10.9 Goma Canary (dbg)'],
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'master': 'ChromiumFYI', 753 'master': 'ChromiumFYI',
762 'builder': [ 754 'builder': [
763 'Chromium Win PGO Builder', 755 'Chromium Win PGO Builder',
764 'Chromium Win x64 PGO Builder', 756 'Chromium Win x64 PGO Builder',
765 ], 757 ],
766 'hostname': slave, 758 'hostname': slave,
767 'os': 'win', 759 'os': 'win',
768 'version': 'win7', 760 'version': 'win7',
769 'bits': '64', 761 'bits': '64',
770 }) 762 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698