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

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

Issue 1840063002: Recipe for Headless Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove compile_targets 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
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 { 248 {
249 'master': 'ChromiumFYI', 249 'master': 'ChromiumFYI',
250 'builder': 'Linux V8 API Stability', 250 'builder': 'Linux V8 API Stability',
251 'hostname': 'vm49-m1', 251 'hostname': 'vm49-m1',
252 'os': 'linux', 252 'os': 'linux',
253 'version': 'precise', 253 'version': 'precise',
254 'bits': '64', 254 'bits': '64',
255 }, 255 },
256 { 256 {
257 'master': 'ChromiumFYI', 257 'master': 'ChromiumFYI',
258 'builder': 'Headless Linux (dbg)',
259 'hostname': 'slave16-c1',
260 'os': 'linux',
261 'version': 'trusty',
262 'bits': '64',
263 },
264 {
265 'master': 'ChromiumFYI',
258 'hostname': 'vm641-m1', 266 'hostname': 'vm641-m1',
259 'builder': 'Chromium_iOS_Simulator_(dbg)', 267 'builder': 'Chromium_iOS_Simulator_(dbg)',
260 'os': 'mac', 268 'os': 'mac',
261 'version': '10.9', 269 'version': '10.9',
262 }, 270 },
263 { 271 {
264 'master': 'ChromiumFYI', 272 'master': 'ChromiumFYI',
265 'hostname': 'vm687-m1', 273 'hostname': 'vm687-m1',
266 'builder': 'Chromium_iOS_Device', 274 'builder': 'Chromium_iOS_Device',
267 'os': 'mac', 275 'os': 'mac',
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 }, 782 },
775 { 783 {
776 'master': 'ChromiumFYI', 784 'master': 'ChromiumFYI',
777 'builder': 'MD Top Chrome Linux material', 785 'builder': 'MD Top Chrome Linux material',
778 'hostname': 'slave69-c1', 786 'hostname': 'slave69-c1',
779 'os': 'linux', 787 'os': 'linux',
780 'version': 'trusty', 788 'version': 'trusty',
781 'bits': '64', 789 'bits': '64',
782 }, 790 },
783 ] 791 ]
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