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

Side by Side Diff: masters/master.client.skia/slaves.cfg

Issue 2039213003: Add separate GPU BENCH builder for 10k SKPs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Add test Created 4 years, 6 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
« no previous file with comments | « masters/master.client.skia/builders.cfg ('k') | scripts/slave/recipes/skia/ct_skps.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 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 5
6 INTEGER_WIDTH = 3 6 INTEGER_WIDTH = 3
7 7
8 8
9 slaves = [ 9 slaves = [
10 { 10 {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'hostname': 'skiabot-ct-dm-002', 159 'hostname': 'skiabot-ct-dm-002',
160 'builder': [ 160 'builder': [
161 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs', 161 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs',
162 ], 162 ],
163 'os': 'linux', 163 'os': 'linux',
164 'version': 'precise', 164 'version': 'precise',
165 'bits': '64', 165 'bits': '64',
166 }, 166 },
167 { 167 {
168 'master': 'Skia', 168 'master': 'Skia',
169 'hostname': 'skiabot-ct-dm-004',
170 'builder': [
171 'Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs',
172 ],
173 'os': 'linux',
174 'version': 'precise',
175 'bits': '64',
176 },
177 {
178 'master': 'Skia',
169 'hostname': 'skiabot-linux-swarm-012', 179 'hostname': 'skiabot-linux-swarm-012',
170 'builder': [ 180 'builder': [
171 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind', 181 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind',
172 ], 182 ],
173 'os': 'linux', 183 'os': 'linux',
174 'version': 'precise', 184 'version': 'precise',
175 'bits': '64', 185 'bits': '64',
176 }, 186 },
177 { 187 {
178 'master': 'Skia', 188 'master': 'Skia',
179 'hostname': 'skiabot-linux-swarm-013', 189 'hostname': 'skiabot-linux-swarm-013',
180 'builder': [ 190 'builder': [
181 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage', 191 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage',
182 ], 192 ],
183 'os': 'linux', 193 'os': 'linux',
184 'version': 'precise', 194 'version': 'precise',
185 'bits': '64', 195 'bits': '64',
186 }, 196 },
187 ] 197 ]
OLDNEW
« no previous file with comments | « masters/master.client.skia/builders.cfg ('k') | scripts/slave/recipes/skia/ct_skps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698