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

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

Issue 1574563002: Deploy new Linux Intel slave running Intel's Graphics Stack. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'os': 'linux', 228 'os': 'linux',
229 'version': 'precise', 229 'version': 'precise',
230 'bits': '64', 230 'bits': '64',
231 'recipe': 'gpu/download_and_test', 231 'recipe': 'gpu/download_and_test',
232 'build_config': 'Release', 232 'build_config': 'Release',
233 'perf_id': 'gpu-fyi-linux-release-intel', 233 'perf_id': 'gpu-fyi-linux-release-intel',
234 'triggered_by': 'GPU Linux Builder', 234 'triggered_by': 'GPU Linux Builder',
235 }, 235 },
236 { 236 {
237 'master': 'ChromiumGPUFYI', 237 'master': 'ChromiumGPUFYI',
238 'hostname': 'build171-m1',
239 'builder': 'Linux Release (Intel Graphics Stack)',
240 'os': 'linux',
241 'version': 'precise',
242 'bits': '64',
243 'recipe': 'gpu/download_and_test',
244 'build_config': 'Release',
245 'triggered_by': 'GPU Linux Builder',
246 },
247 {
248 'master': 'ChromiumGPUFYI',
238 'hostname': 'build89-m1', 249 'hostname': 'build89-m1',
239 'builder': 'Linux Release (ATI)', 250 'builder': 'Linux Release (ATI)',
240 'os': 'linux', 251 'os': 'linux',
241 'version': 'precise', 252 'version': 'precise',
242 'bits': '64', 253 'bits': '64',
243 'recipe': 'gpu/download_and_test', 254 'recipe': 'gpu/download_and_test',
244 'build_config': 'Release', 255 'build_config': 'Release',
245 'perf_id': 'gpu-fyi-linux-release-ati', 256 'perf_id': 'gpu-fyi-linux-release-ati',
246 'triggered_by': 'GPU Linux Builder', 257 'triggered_by': 'GPU Linux Builder',
247 }, 258 },
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'builder': 'Mac NextGen 10.10 Retina Debug (AMD)', 423 'builder': 'Mac NextGen 10.10 Retina Debug (AMD)',
413 'os': 'mac', 424 'os': 'mac',
414 'version': '10.10', 425 'version': '10.10',
415 'bits': '64', 426 'bits': '64',
416 'recipe': 'chromium', 427 'recipe': 'chromium',
417 'build_config': 'Debug', 428 'build_config': 'Debug',
418 # This bot uses recipe-side triggers. 429 # This bot uses recipe-side triggers.
419 'triggered_by': 'none', 430 'triggered_by': 'none',
420 }, 431 },
421 ] 432 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698