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

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

Issue 2293803004: Infra setup for Hoverboard test slave (Closed)
Patch Set: Added recipe_modules entry 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 { 126 {
127 'master': 'ChromiumFYI', 127 'master': 'ChromiumFYI',
128 'builder': 'Android Cloud Tests', 128 'builder': 'Android Cloud Tests',
129 'hostname': 'slave51-c1', 129 'hostname': 'slave51-c1',
130 'os': 'linux', 130 'os': 'linux',
131 'version': 'trusty', 131 'version': 'trusty',
132 'bits': '64', 132 'bits': '64',
133 }, 133 },
134 { 134 {
135 'master': 'ChromiumFYI', 135 'master': 'ChromiumFYI',
136 'builder': 'Android VR Tests',
137 'hostname': 'build122-b1',
138 'os': 'linux',
139 'version': 'trusty',
140 'bits': '64',
141 },
142 {
143 'master': 'ChromiumFYI',
136 'builder': 'WebKit Linux - WPTServe', 144 'builder': 'WebKit Linux - WPTServe',
137 'hostname': 'slave72-c1', 145 'hostname': 'slave72-c1',
138 'os': 'linux', 146 'os': 'linux',
139 'version': 'precise', 147 'version': 'precise',
140 'bits': '64', 148 'bits': '64',
141 }, 149 },
142 { 150 {
143 'master': 'ChromiumFYI', 151 'master': 'ChromiumFYI',
144 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'], 152 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'],
145 'hostname': 'slave49-c1', 153 'hostname': 'slave49-c1',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 }, 760 },
753 { 761 {
754 'master': 'ChromiumFYI', 762 'master': 'ChromiumFYI',
755 'builder': 'Windows Clang deterministic', 763 'builder': 'Windows Clang deterministic',
756 'hostname': 'vm38-m1', 764 'hostname': 'vm38-m1',
757 'os': 'win', 765 'os': 'win',
758 'version': 'win7', 766 'version': 'win7',
759 'bits': '64', 767 'bits': '64',
760 }, 768 },
761 ] 769 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698