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

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

Issue 24918002: Converted the remaining GPU bots to recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 7 years, 2 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 slaves = [ 5 slaves = [
6 { 6 {
7 'master': 'ChromiumGPUFYI', 7 'master': 'ChromiumGPUFYI',
8 'hostname': 'gpuwin9', 8 'hostname': 'gpuwin9',
9 'builder': 'WinXP Release (NVIDIA)', 9 'builder': 'WinXP Release (NVIDIA)',
10 'os': 'win', 10 'os': 'win',
11 'version': 'xp', 11 'version': 'xp',
12 'bits': '32', 12 'bits': '32',
13 'perf_id': 'gpu-fyi-winxp-release-nvidia',
13 }, 14 },
14 { 15 {
15 'master': 'ChromiumGPUFYI', 16 'master': 'ChromiumGPUFYI',
16 'hostname': 'gpuwin10', 17 'hostname': 'gpuwin10',
17 'builder': 'WinXP Debug (NVIDIA)', 18 'builder': 'WinXP Debug (NVIDIA)',
18 'os': 'win', 19 'os': 'win',
19 'version': 'xp', 20 'version': 'xp',
20 'bits': '32', 21 'bits': '32',
21 }, 22 },
22 { 23 {
23 'master': 'ChromiumGPUFYI', 24 'master': 'ChromiumGPUFYI',
24 'hostname': 'gpulin6', 25 'hostname': 'gpulin6',
25 'builder': 'Linux Release (Intel)', 26 'builder': 'Linux Release (Intel)',
26 'os': 'linux', 27 'os': 'linux',
27 'version': 'precise', 28 'version': 'precise',
28 'bits': '64', 29 'bits': '64',
30 'perf_id': 'gpu-fyi-linux-release-intel',
29 }, 31 },
30 { 32 {
31 'master': 'ChromiumGPUFYI', 33 'master': 'ChromiumGPUFYI',
32 'hostname': 'gpulin5', 34 'hostname': 'gpulin5',
33 'builder': 'Linux Release (ATI)', 35 'builder': 'Linux Release (ATI)',
34 'os': 'linux', 36 'os': 'linux',
35 'version': 'precise', 37 'version': 'precise',
36 'bits': '64', 38 'bits': '64',
39 'perf_id': 'gpu-fyi-linux-release-ati',
37 }, 40 },
38 { 41 {
39 'master': 'ChromiumGPUFYI', 42 'master': 'ChromiumGPUFYI',
40 'hostname': 'chromeperf21', 43 'hostname': 'chromeperf21',
41 'builder': 'Win7 Audio', 44 'builder': 'Win7 Audio',
42 'os': 'win', 45 'os': 'win',
43 'version': 'win7', 46 'version': 'win7',
44 'bits': '64', 47 'bits': '64',
48 'is_audio': True,
45 }, 49 },
46 { 50 {
47 'master': 'ChromiumGPUFYI', 51 'master': 'ChromiumGPUFYI',
48 'hostname': 'chromeperf22', 52 'hostname': 'chromeperf22',
49 'builder': 'Linux Audio', 53 'builder': 'Linux Audio',
50 'os': 'linux', 54 'os': 'linux',
51 'version': 'precise', 55 'version': 'precise',
52 'bits': '64', 56 'bits': '64',
57 'is_audio': True,
53 }, 58 },
54 ] 59 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698