Chromium Code Reviews| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 362 'bits': '64', | 362 'bits': '64', |
| 363 'recipe': 'chromium', | 363 'recipe': 'chromium', |
| 364 'build_config': 'Debug', | 364 'build_config': 'Debug', |
| 365 # This bot uses recipe-side triggers. | 365 # This bot uses recipe-side triggers. |
| 366 'triggered_by': 'none', | 366 'triggered_by': 'none', |
| 367 # Nearly all bots on these waterfalls are auto-rebooted between | 367 # Nearly all bots on these waterfalls are auto-rebooted between |
| 368 # runs for stability. | 368 # runs for stability. |
| 369 }, | 369 }, |
| 370 { | 370 { |
| 371 'master': 'ChromiumGPUFYI', | 371 'master': 'ChromiumGPUFYI', |
| 372 'hostname': 'build52-b1', | |
| 373 'builder': 'Mac Retina Release (AMD)', | |
|
Ken Russell (switch to Gerrit)
2016/08/25 18:30:52
Note: deliberately not mentioning the OS version i
| |
| 374 'os': 'mac', | |
| 375 'version': '10.11', | |
| 376 'bits': '64', | |
| 377 'recipe': 'chromium', | |
| 378 'build_config': 'Release', | |
| 379 # This bot uses recipe-side triggers. | |
| 380 'triggered_by': 'none', | |
| 381 # Nearly all bots on these waterfalls are auto-rebooted between | |
| 382 # runs for stability. | |
| 383 }, | |
| 384 { | |
| 385 'master': 'ChromiumGPUFYI', | |
| 372 'hostname': 'slave60-c1', | 386 'hostname': 'slave60-c1', |
| 373 'builder': 'GPU Linux Builder', | 387 'builder': 'GPU Linux Builder', |
| 374 'os': 'linux', | 388 'os': 'linux', |
| 375 'version': 'precise', | 389 'version': 'precise', |
| 376 'bits': '64', | 390 'bits': '64', |
| 377 'recipe': 'chromium', | 391 'recipe': 'chromium', |
| 378 'build_config': 'Release', | 392 'build_config': 'Release', |
| 379 # Nearly all bots on these waterfalls are auto-rebooted between | 393 # Nearly all bots on these waterfalls are auto-rebooted between |
| 380 # runs for stability. | 394 # runs for stability. |
| 381 }, | 395 }, |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 572 'build_config': 'Release', | 586 'build_config': 'Release', |
| 573 # Nearly all bots on these waterfalls are auto-rebooted between | 587 # Nearly all bots on these waterfalls are auto-rebooted between |
| 574 # runs for stability. | 588 # runs for stability. |
| 575 }, | 589 }, |
| 576 ] | 590 ] |
| 577 | 591 |
| 578 for slave in slaves: | 592 for slave in slaves: |
| 579 slave.update({ | 593 slave.update({ |
| 580 '$recipe_engine': {'mode_flags': {'use_subprocess42': True}} | 594 '$recipe_engine': {'mode_flags': {'use_subprocess42': True}} |
| 581 }) | 595 }) |
| OLD | NEW |