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

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

Issue 2456053008: Revert of Add initial CL for RandomOrder chromium.fyi bot (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/chromium/layout_test_wrapper.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'version': 'precise', 147 'version': 'precise',
148 'bits': '64', 148 'bits': '64',
149 }, 149 },
150 { 150 {
151 'master': 'ChromiumFYI', 151 'master': 'ChromiumFYI',
152 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'], 152 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'],
153 'hostname': 'slave49-c1', 153 'hostname': 'slave49-c1',
154 'os': 'linux', 154 'os': 'linux',
155 'version': 'precise', 155 'version': 'precise',
156 'bits': '64', 156 'bits': '64',
157 },
158 {
159 'master': 'ChromiumFYI',
160 'builder': 'WebKit Linux - RandomOrder',
161 'hostname': 'slave19-c1',
162 'os': 'linux',
163 'version': 'precise',
164 'bits': '64',
165 }, 157 },
166 { 158 {
167 'master': 'ChromiumFYI', 159 'master': 'ChromiumFYI',
168 'builder': 'Headless Linux (dbg)', 160 'builder': 'Headless Linux (dbg)',
169 'hostname': 'slave16-c1', 161 'hostname': 'slave16-c1',
170 'os': 'linux', 162 'os': 'linux',
171 'version': 'trusty', 163 'version': 'trusty',
172 'bits': '64', 164 'bits': '64',
173 }, 165 },
174 { 166 {
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 'master': 'ChromiumFYI', 820 'master': 'ChromiumFYI',
829 'builder': [ 821 'builder': [
830 'Chromium Win PGO Builder', 822 'Chromium Win PGO Builder',
831 'Chromium Win x64 PGO Builder', 823 'Chromium Win x64 PGO Builder',
832 ], 824 ],
833 'hostname': slave, 825 'hostname': slave,
834 'os': 'win', 826 'os': 'win',
835 'version': 'win7', 827 'version': 'win7',
836 'bits': '64', 828 'bits': '64',
837 }) 829 })
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/chromium/layout_test_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698