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

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

Issue 1917373002: Remove Linux Trusty chromium.fyi bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 | Annotate | Revision Log
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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 { 150 {
151 'master': 'ChromiumFYI', 151 'master': 'ChromiumFYI',
152 'builder': 'Android Cloud Tests', 152 'builder': 'Android Cloud Tests',
153 'hostname': 'slave51-c1', 153 'hostname': 'slave51-c1',
154 'os': 'linux', 154 'os': 'linux',
155 'version': 'trusty', 155 'version': 'trusty',
156 'bits': '64', 156 'bits': '64',
157 }, 157 },
158 { 158 {
159 'master': 'ChromiumFYI', 159 'master': 'ChromiumFYI',
160 'builder': ['Linux Trusty', 'Linux Trusty (dbg)'],
161 'hostname': 'build84-a1',
162 'os': 'linux',
163 'version': 'trusty',
164 'bits': '64',
165 },
166 {
167 'master': 'ChromiumFYI',
168 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'], 160 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'],
169 'hostname': 'vm49-m1', 161 'hostname': 'vm49-m1',
170 'os': 'linux', 162 'os': 'linux',
171 'version': 'precise', 163 'version': 'precise',
172 'bits': '64', 164 'bits': '64',
173 }, 165 },
174 { 166 {
175 'master': 'ChromiumFYI', 167 'master': 'ChromiumFYI',
176 'builder': 'Headless Linux (dbg)', 168 'builder': 'Headless Linux (dbg)',
177 'hostname': 'slave16-c1', 169 'hostname': 'slave16-c1',
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 }, 664 },
673 { 665 {
674 'master': 'ChromiumFYI', 666 'master': 'ChromiumFYI',
675 'builder': 'Linux Kitchen (annotated_run)', 667 'builder': 'Linux Kitchen (annotated_run)',
676 'hostname': 'slave74-c1', 668 'hostname': 'slave74-c1',
677 'os': 'linux', 669 'os': 'linux',
678 'version': 'precise', 670 'version': 'precise',
679 'bits': '64', 671 'bits': '64',
680 }, 672 },
681 ] 673 ]
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