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

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

Issue 2384243005: Add initial CL for RandomOrder chromium.fyi bot (Closed)
Patch Set: Train new expectations 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }, 157 },
158 { 158 {
159 'master': 'ChromiumFYI', 159 'master': 'ChromiumFYI',
160 'builder': 'WebKit Linux - RandomOrder',
161 'hostname': 'slave19-c1',
162 'os': 'linux',
163 'version': 'precise',
164 'bits': '64',
165 },
166 {
167 'master': 'ChromiumFYI',
160 'builder': 'Headless Linux (dbg)', 168 'builder': 'Headless Linux (dbg)',
161 'hostname': 'slave16-c1', 169 'hostname': 'slave16-c1',
162 'os': 'linux', 170 'os': 'linux',
163 'version': 'trusty', 171 'version': 'trusty',
164 'bits': '64', 172 'bits': '64',
165 }, 173 },
166 { 174 {
167 'master': 'ChromiumFYI', 175 'master': 'ChromiumFYI',
168 'hostname': 'vm912-m1', 176 'hostname': 'vm912-m1',
169 'builder': ['Chromium Linux Goma Canary'], 177 'builder': ['Chromium Linux Goma Canary'],
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 'master': 'ChromiumFYI', 828 'master': 'ChromiumFYI',
821 'builder': [ 829 'builder': [
822 'Chromium Win PGO Builder', 830 'Chromium Win PGO Builder',
823 'Chromium Win x64 PGO Builder', 831 'Chromium Win x64 PGO Builder',
824 ], 832 ],
825 'hostname': slave, 833 'hostname': slave,
826 'os': 'win', 834 'os': 'win',
827 'version': 'win7', 835 'version': 'win7',
828 'bits': '64', 836 'bits': '64',
829 }) 837 })
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