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

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

Issue 2302233002: Deprecate Chromium Linux32 Goma Canary (clobber) (Closed)
Patch Set: rebase 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 { 166 {
167 'master': 'ChromiumFYI', 167 'master': 'ChromiumFYI',
168 'hostname': 'vm899-m1', 168 'hostname': 'vm899-m1',
169 'builder': ['Chromium Linux Precise Goma LinkTest'], 169 'builder': ['Chromium Linux Precise Goma LinkTest'],
170 'os': 'linux', 170 'os': 'linux',
171 'version': 'precise', 171 'version': 'precise',
172 'bits': '64', 172 'bits': '64',
173 }, 173 },
174 { 174 {
175 'master': 'ChromiumFYI', 175 'master': 'ChromiumFYI',
176 'hostname': 'vm925-m1',
177 'builder': ['Chromium Linux32 Goma Canary (clobber)'],
178 'os': 'linux',
179 'version': 'precise',
180 'bits': '64',
181 },
182 {
183 'master': 'ChromiumFYI',
184 'hostname': 'vm657-m1', 176 'hostname': 'vm657-m1',
185 'builder': ['Chromium Mac 10.9 Goma Canary'], 177 'builder': ['Chromium Mac 10.9 Goma Canary'],
186 'os': 'mac', 178 'os': 'mac',
187 'version': '10.9', 179 'version': '10.9',
188 'bits': '64', 180 'bits': '64',
189 }, 181 },
190 { 182 {
191 'master': 'ChromiumFYI', 183 'master': 'ChromiumFYI',
192 'hostname': 'vm658-m1', 184 'hostname': 'vm658-m1',
193 'builder': ['Chromium Mac 10.9 Goma Canary (dbg)'], 185 'builder': ['Chromium Mac 10.9 Goma Canary (dbg)'],
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'master': 'ChromiumFYI', 769 'master': 'ChromiumFYI',
778 'builder': [ 770 'builder': [
779 'Chromium Win PGO Builder', 771 'Chromium Win PGO Builder',
780 'Chromium Win x64 PGO Builder', 772 'Chromium Win x64 PGO Builder',
781 ], 773 ],
782 'hostname': slave, 774 'hostname': slave,
783 'os': 'win', 775 'os': 'win',
784 'version': 'win7', 776 'version': 'win7',
785 'bits': '64', 777 'bits': '64',
786 }) 778 })
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698