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

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

Issue 1561333003: Deploy new Windows GPU FYI slaves running Chromium recipe. (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 | scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.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) 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 { 281 {
282 'master': 'ChromiumGPUFYI', 282 'master': 'ChromiumGPUFYI',
283 'hostname': 'chromeperf22', 283 'hostname': 'chromeperf22',
284 'builder': 'Linux Audio', 284 'builder': 'Linux Audio',
285 'os': 'linux', 285 'os': 'linux',
286 'version': 'precise', 286 'version': 'precise',
287 'bits': '64', 287 'bits': '64',
288 }, 288 },
289 { 289 {
290 'master': 'ChromiumGPUFYI', 290 'master': 'ChromiumGPUFYI',
291 'hostname': 'vm80-m1',
292 'builder': 'GPU NextGen Win Builder',
293 'os': 'win',
294 'version': 'win7',
295 'bits': '64',
296 'recipe': 'chromium',
297 'build_config': 'Release',
298 },
299 {
300 'master': 'ChromiumGPUFYI',
301 'hostname': 'vm81-m1',
302 'builder': 'GPU NextGen Win Builder (dbg)',
303 'os': 'win',
304 'version': 'win7',
305 'bits': '64',
306 'recipe': 'chromium',
307 'build_config': 'Debug',
308 },
309 {
310 'master': 'ChromiumGPUFYI',
291 'hostname': 'slave60-c1', 311 'hostname': 'slave60-c1',
292 'builder': 'GPU NextGen Linux Builder', 312 'builder': 'GPU NextGen Linux Builder',
293 'os': 'linux', 313 'os': 'linux',
294 'version': 'precise', 314 'version': 'precise',
295 'bits': '64', 315 'bits': '64',
296 'recipe': 'chromium', 316 'recipe': 'chromium',
297 'build_config': 'Release', 317 'build_config': 'Release',
298 }, 318 },
299 { 319 {
300 'master': 'ChromiumGPUFYI', 320 'master': 'ChromiumGPUFYI',
321 'hostname': 'vm82-m1',
322 'builder': 'Win7 NextGen Release (NVIDIA)',
323 'os': 'win',
324 'version': 'win7',
325 'bits': '64',
326 'recipe': 'chromium',
327 'build_config': 'Release',
328 # This bot uses recipe-side triggers.
329 'triggered_by': 'none',
330 },
331 {
332 'master': 'ChromiumGPUFYI',
333 'hostname': 'vm83-m1',
334 'builder': 'Win7 NextGen Debug (NVIDIA)',
335 'os': 'win',
336 'version': 'win7',
337 'bits': '64',
338 'recipe': 'chromium',
339 'build_config': 'Debug',
340 # This bot uses recipe-side triggers.
341 'triggered_by': 'none',
342 },
343 {
344 'master': 'ChromiumGPUFYI',
301 'hostname': 'slave61-c1', 345 'hostname': 'slave61-c1',
302 'builder': 'GPU NextGen Linux Builder (dbg)', 346 'builder': 'GPU NextGen Linux Builder (dbg)',
303 'os': 'linux', 347 'os': 'linux',
304 'version': 'precise', 348 'version': 'precise',
305 'bits': '64', 349 'bits': '64',
306 'recipe': 'chromium', 350 'recipe': 'chromium',
307 'build_config': 'Debug', 351 'build_config': 'Debug',
308 }, 352 },
309 { 353 {
310 'master': 'ChromiumGPUFYI', 354 'master': 'ChromiumGPUFYI',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'builder': 'Mac NextGen 10.10 Retina Debug (AMD)', 412 'builder': 'Mac NextGen 10.10 Retina Debug (AMD)',
369 'os': 'mac', 413 'os': 'mac',
370 'version': '10.10', 414 'version': '10.10',
371 'bits': '64', 415 'bits': '64',
372 'recipe': 'chromium', 416 'recipe': 'chromium',
373 'build_config': 'Debug', 417 'build_config': 'Debug',
374 # This bot uses recipe-side triggers. 418 # This bot uses recipe-side triggers.
375 'triggered_by': 'none', 419 'triggered_by': 'none',
376 }, 420 },
377 ] 421 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698