| OLD | NEW | 
|---|
| 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': 'vm80-m1', | 8     'hostname': 'vm80-m1', | 
| 9     'builder': 'GPU Win Builder', | 9     'builder': 'GPU Win Builder', | 
| 10     'os': 'win', | 10     'os': 'win', | 
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 460     'bits': '64', | 460     'bits': '64', | 
| 461     'recipe': 'chromium', | 461     'recipe': 'chromium', | 
| 462     'build_config': 'Debug', | 462     'build_config': 'Debug', | 
| 463     # This bot uses recipe-side triggers. | 463     # This bot uses recipe-side triggers. | 
| 464     'triggered_by': 'none', | 464     'triggered_by': 'none', | 
| 465     # Nearly all bots on these waterfalls are auto-rebooted between | 465     # Nearly all bots on these waterfalls are auto-rebooted between | 
| 466     # runs for stability. | 466     # runs for stability. | 
| 467   }, | 467   }, | 
| 468   { | 468   { | 
| 469     'master': 'ChromiumGPUFYI', | 469     'master': 'ChromiumGPUFYI', | 
|  | 470     'hostname': 'build61-b1', | 
|  | 471     'builder': 'Android Debug (Nexus 9)', | 
|  | 472     'os': 'linux', | 
|  | 473     'version': 'precise', | 
|  | 474     'bits': '64', | 
|  | 475   }, | 
|  | 476   { | 
|  | 477     'master': 'ChromiumGPUFYI', | 
| 470     'hostname': 'chromeperf21', | 478     'hostname': 'chromeperf21', | 
| 471     'builder': 'Win7 Audio', | 479     'builder': 'Win7 Audio', | 
| 472     'os': 'win', | 480     'os': 'win', | 
| 473     'version': 'win7', | 481     'version': 'win7', | 
| 474     'bits': '64', | 482     'bits': '64', | 
| 475   }, | 483   }, | 
| 476   { | 484   { | 
| 477     'master': 'ChromiumGPUFYI', | 485     'master': 'ChromiumGPUFYI', | 
| 478     'hostname': 'chromeperf22', | 486     'hostname': 'chromeperf22', | 
| 479     'builder': 'Linux Audio', | 487     'builder': 'Linux Audio', | 
| 480     'os': 'linux', | 488     'os': 'linux', | 
| 481     'version': 'precise', | 489     'version': 'precise', | 
| 482     'bits': '64', | 490     'bits': '64', | 
| 483   }, | 491   }, | 
| 484   { | 492   { | 
| 485     'master': 'ChromiumGPUFYI', | 493     'master': 'ChromiumGPUFYI', | 
| 486     'hostname': 'slave907-c4', | 494     'hostname': 'slave907-c4', | 
| 487     'builder': 'Linux ChromiumOS Builder', | 495     'builder': 'Linux ChromiumOS Builder', | 
| 488     'os': 'linux', | 496     'os': 'linux', | 
| 489     'version': 'precise', | 497     'version': 'precise', | 
| 490     'bits': '64', | 498     'bits': '64', | 
| 491     'recipe': 'chromium', | 499     'recipe': 'chromium', | 
| 492     'build_config': 'Release', | 500     'build_config': 'Release', | 
| 493     # Nearly all bots on these waterfalls are auto-rebooted between | 501     # Nearly all bots on these waterfalls are auto-rebooted between | 
| 494     # runs for stability. | 502     # runs for stability. | 
| 495   }, | 503   }, | 
| 496 ] | 504 ] | 
| OLD | NEW | 
|---|