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

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

Issue 2459983002: Reland of Add initial CL for RandomOrder chromium.fyi bot (Closed)
Patch Set: Make --order default None 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
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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 { 166 {
167 'master': 'ChromiumFYI', 167 'master': 'ChromiumFYI',
168 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'], 168 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'],
169 'hostname': 'slave49-c1', 169 'hostname': 'slave49-c1',
170 'os': 'linux', 170 'os': 'linux',
171 'version': 'precise', 171 'version': 'precise',
172 'bits': '64', 172 'bits': '64',
173 }, 173 },
174 { 174 {
175 'master': 'ChromiumFYI', 175 'master': 'ChromiumFYI',
176 'builder': 'WebKit Linux - RandomOrder',
177 'hostname': 'slave19-c1',
178 'os': 'linux',
179 'version': 'precise',
180 'bits': '64',
181 },
182 {
183 'master': 'ChromiumFYI',
176 'builder': 'Headless Linux (dbg)', 184 'builder': 'Headless Linux (dbg)',
177 'hostname': 'slave16-c1', 185 'hostname': 'slave16-c1',
178 'os': 'linux', 186 'os': 'linux',
179 'version': 'trusty', 187 'version': 'trusty',
180 'bits': '64', 188 'bits': '64',
181 }, 189 },
182 { 190 {
183 'master': 'ChromiumFYI', 191 'master': 'ChromiumFYI',
184 'hostname': 'vm912-m1', 192 'hostname': 'vm912-m1',
185 'builder': ['Chromium Linux Goma Canary'], 193 'builder': ['Chromium Linux Goma Canary'],
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 'master': 'ChromiumFYI', 872 'master': 'ChromiumFYI',
865 'builder': [ 873 'builder': [
866 'Chromium Win PGO Builder', 874 'Chromium Win PGO Builder',
867 'Chromium Win x64 PGO Builder', 875 'Chromium Win x64 PGO Builder',
868 ], 876 ],
869 'hostname': slave, 877 'hostname': slave,
870 'os': 'win', 878 'os': 'win',
871 'version': 'win7', 879 'version': 'win7',
872 'bits': '64', 880 'bits': '64',
873 }) 881 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698