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

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

Issue 74063005: Switched remaining GPU test bots to be pure testers, triggered by builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Addressed stip's review feedback. Created 7 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.gpu.fyi/master.cfg ('k') | masters/master.chromium.gpu/master.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'build50-m1', 8 'hostname': 'build50-m1',
9 'builder': 'GPU Win Builder', 9 'builder': 'GPU Win Builder',
10 'os': 'win', 10 'os': 'win',
(...skipping 12 matching lines...) Expand all
23 'recipe': 'gpu/build_and_upload', 23 'recipe': 'gpu/build_and_upload',
24 'build_config': 'Debug', 24 'build_config': 'Debug',
25 }, 25 },
26 { 26 {
27 'master': 'ChromiumGPUFYI', 27 'master': 'ChromiumGPUFYI',
28 'hostname': 'gpuwin9', 28 'hostname': 'gpuwin9',
29 'builder': 'WinXP Release (NVIDIA)', 29 'builder': 'WinXP Release (NVIDIA)',
30 'os': 'win', 30 'os': 'win',
31 'version': 'xp', 31 'version': 'xp',
32 'bits': '32', 32 'bits': '32',
33 'recipe': 'gpu/build_and_test', 33 'recipe': 'gpu/download_and_test',
34 'build_config': 'Release', 34 'build_config': 'Release',
35 'perf_id': 'gpu-fyi-winxp-release-nvidia', 35 'perf_id': 'gpu-fyi-winxp-release-nvidia',
36 'triggered_by': 'GPU Win Builder',
36 }, 37 },
37 { 38 {
38 'master': 'ChromiumGPUFYI', 39 'master': 'ChromiumGPUFYI',
39 'hostname': 'gpuwin10', 40 'hostname': 'gpuwin10',
40 'builder': 'WinXP Debug (NVIDIA)', 41 'builder': 'WinXP Debug (NVIDIA)',
41 'os': 'win', 42 'os': 'win',
42 'version': 'xp', 43 'version': 'xp',
43 'bits': '32', 44 'bits': '32',
44 'recipe': 'gpu/build_and_test', 45 'recipe': 'gpu/download_and_test',
45 'build_config': 'Debug', 46 'build_config': 'Debug',
47 'triggered_by': 'GPU Win Builder (dbg)',
46 }, 48 },
47 { 49 {
48 'master': 'ChromiumGPUFYI', 50 'master': 'ChromiumGPUFYI',
49 'hostname': 'vm696-m1', 51 'hostname': 'vm696-m1',
50 'builder': 'GPU Mac Builder', 52 'builder': 'GPU Mac Builder',
51 'os': 'mac', 53 'os': 'mac',
52 'version': '10.8', 54 'version': '10.8',
53 'bits': '64', 55 'bits': '64',
54 'recipe': 'gpu/build_and_upload', 56 'recipe': 'gpu/build_and_upload',
55 'build_config': 'Release', 57 'build_config': 'Release',
(...skipping 28 matching lines...) Expand all
84 'recipe': 'gpu/build_and_upload', 86 'recipe': 'gpu/build_and_upload',
85 'build_config': 'Debug', 87 'build_config': 'Debug',
86 }, 88 },
87 { 89 {
88 'master': 'ChromiumGPUFYI', 90 'master': 'ChromiumGPUFYI',
89 'hostname': 'gpulin6', 91 'hostname': 'gpulin6',
90 'builder': 'Linux Release (Intel)', 92 'builder': 'Linux Release (Intel)',
91 'os': 'linux', 93 'os': 'linux',
92 'version': 'precise', 94 'version': 'precise',
93 'bits': '64', 95 'bits': '64',
94 'recipe': 'gpu/build_and_test', 96 'recipe': 'gpu/download_and_test',
95 'build_config': 'Release', 97 'build_config': 'Release',
96 'perf_id': 'gpu-fyi-linux-release-intel', 98 'perf_id': 'gpu-fyi-linux-release-intel',
99 'triggered_by': 'GPU Linux Builder',
97 }, 100 },
98 { 101 {
99 'master': 'ChromiumGPUFYI', 102 'master': 'ChromiumGPUFYI',
100 'hostname': 'gpulin5', 103 'hostname': 'gpulin5',
101 'builder': 'Linux Release (ATI)', 104 'builder': 'Linux Release (ATI)',
102 'os': 'linux', 105 'os': 'linux',
103 'version': 'precise', 106 'version': 'precise',
104 'bits': '64', 107 'bits': '64',
105 'recipe': 'gpu/build_and_test', 108 'recipe': 'gpu/download_and_test',
106 'build_config': 'Release', 109 'build_config': 'Release',
107 'perf_id': 'gpu-fyi-linux-release-ati', 110 'perf_id': 'gpu-fyi-linux-release-ati',
111 'triggered_by': 'GPU Linux Builder',
108 }, 112 },
109 { 113 {
110 'master': 'ChromiumGPUFYI', 114 'master': 'ChromiumGPUFYI',
111 'hostname': 'chromeperf21', 115 'hostname': 'chromeperf21',
112 'builder': 'Win7 Audio', 116 'builder': 'Win7 Audio',
113 'os': 'win', 117 'os': 'win',
114 'version': 'win7', 118 'version': 'win7',
115 'bits': '64', 119 'bits': '64',
116 }, 120 },
117 { 121 {
118 'master': 'ChromiumGPUFYI', 122 'master': 'ChromiumGPUFYI',
119 'hostname': 'chromeperf22', 123 'hostname': 'chromeperf22',
120 'builder': 'Linux Audio', 124 'builder': 'Linux Audio',
121 'os': 'linux', 125 'os': 'linux',
122 'version': 'precise', 126 'version': 'precise',
123 'bits': '64', 127 'bits': '64',
124 }, 128 },
125 ] 129 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.gpu.fyi/master.cfg ('k') | masters/master.chromium.gpu/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698