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

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

Issue 1550223002: Added new slaves and spec files for GPU FYI bots running Chromium recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Added sentinel for bots using recipe-side triggers. 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/master/recipe_master_helper.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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'bits': '64', 279 'bits': '64',
280 }, 280 },
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 {
290 'master': 'ChromiumGPUFYI',
291 'hostname': 'slave60-c1',
292 'builder': 'GPU NextGen Linux Builder',
293 'os': 'linux',
294 'version': 'precise',
295 'bits': '64',
296 'recipe': 'chromium',
297 'build_config': 'Release',
298 },
299 {
300 'master': 'ChromiumGPUFYI',
301 'hostname': 'slave61-c1',
302 'builder': 'GPU NextGen Linux Builder (dbg)',
303 'os': 'linux',
304 'version': 'precise',
305 'bits': '64',
306 'recipe': 'chromium',
307 'build_config': 'Debug',
308 },
309 {
310 'master': 'ChromiumGPUFYI',
311 'hostname': 'slave62-c1',
312 'builder': 'Linux NextGen Release (NVIDIA)',
313 'os': 'linux',
314 'version': 'precise',
315 'bits': '64',
316 'recipe': 'chromium',
317 'build_config': 'Release',
318 # This bot uses recipe-side triggers.
319 'triggered_by': 'none',
320 },
321 {
322 'master': 'ChromiumGPUFYI',
323 'hostname': 'slave63-c1',
324 'builder': 'Linux NextGen Debug (NVIDIA)',
325 'os': 'linux',
326 'version': 'precise',
327 'bits': '64',
328 'recipe': 'chromium',
329 'build_config': 'Debug',
330 # This bot uses recipe-side triggers.
331 'triggered_by': 'none',
332 },
333 {
334 'master': 'ChromiumGPUFYI',
335 'hostname': 'vm71-m1',
336 'builder': 'GPU NextGen Mac Builder',
337 'os': 'mac',
338 'version': '10.10',
339 'bits': '64',
340 'recipe': 'chromium',
341 'build_config': 'Release',
342 },
343 {
344 'master': 'ChromiumGPUFYI',
345 'hostname': 'vm72-m1',
346 'builder': 'GPU NextGen Mac Builder (dbg)',
347 'os': 'mac',
348 'version': '10.10',
349 'bits': '64',
350 'recipe': 'chromium',
351 'build_config': 'Debug',
352 },
353 {
354 'master': 'ChromiumGPUFYI',
355 'hostname': 'vm73-m1',
356 'builder': 'Mac NextGen 10.10 Retina Release (AMD)',
357 'os': 'mac',
358 'version': '10.10',
359 'bits': '64',
360 'recipe': 'chromium',
361 'build_config': 'Release',
362 # This bot uses recipe-side triggers.
363 'triggered_by': 'none',
364 },
365 {
366 'master': 'ChromiumGPUFYI',
367 'hostname': 'vm74-m1',
368 'builder': 'Mac NextGen 10.10 Retina Debug (AMD)',
369 'os': 'mac',
370 'version': '10.10',
371 'bits': '64',
372 'recipe': 'chromium',
373 'build_config': 'Debug',
374 # This bot uses recipe-side triggers.
375 'triggered_by': 'none',
376 },
289 ] 377 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/master/recipe_master_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698