| 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 'bits': '64', | 468 'bits': '64', |
| 469 'recipe': 'chromium', | 469 'recipe': 'chromium', |
| 470 'build_config': 'Debug', | 470 'build_config': 'Debug', |
| 471 # This bot uses recipe-side triggers. | 471 # This bot uses recipe-side triggers. |
| 472 'triggered_by': 'none', | 472 'triggered_by': 'none', |
| 473 # Nearly all bots on these waterfalls are auto-rebooted between | 473 # Nearly all bots on these waterfalls are auto-rebooted between |
| 474 # runs for stability. | 474 # runs for stability. |
| 475 }, | 475 }, |
| 476 { | 476 { |
| 477 'master': 'ChromiumGPUFYI', | 477 'master': 'ChromiumGPUFYI', |
| 478 'hostname': 'build72-b1', | 478 'hostname': 'build73-b1', |
| 479 'builder': 'Linux Release (New Intel)', | 479 'builder': 'Linux Release (New Intel)', |
| 480 'os': 'linux', | 480 'os': 'linux', |
| 481 'version': 'precise', | 481 'version': 'precise', |
| 482 'bits': '64', | 482 'bits': '64', |
| 483 'recipe': 'chromium', | 483 'recipe': 'chromium', |
| 484 'build_config': 'Release', | 484 'build_config': 'Release', |
| 485 # This bot uses recipe-side triggers. | 485 # This bot uses recipe-side triggers. |
| 486 'triggered_by': 'none', | 486 'triggered_by': 'none', |
| 487 # Nearly all bots on these waterfalls are auto-rebooted between | 487 # Nearly all bots on these waterfalls are auto-rebooted between |
| 488 # runs for stability. | 488 # runs for stability. |
| 489 }, | 489 }, |
| 490 { | 490 { |
| 491 'master': 'ChromiumGPUFYI', | 491 'master': 'ChromiumGPUFYI', |
| 492 'hostname': 'build73-b1', | 492 'hostname': 'build72-b1', |
| 493 'builder': 'Linux Debug (New Intel)', | 493 'builder': 'Linux Debug (New Intel)', |
| 494 'os': 'linux', | 494 'os': 'linux', |
| 495 'version': 'precise', | 495 'version': 'precise', |
| 496 'bits': '64', | 496 'bits': '64', |
| 497 'recipe': 'chromium', | 497 'recipe': 'chromium', |
| 498 'build_config': 'Debug', | 498 'build_config': 'Debug', |
| 499 # This bot uses recipe-side triggers. | 499 # This bot uses recipe-side triggers. |
| 500 'triggered_by': 'none', | 500 'triggered_by': 'none', |
| 501 # Nearly all bots on these waterfalls are auto-rebooted between | 501 # Nearly all bots on these waterfalls are auto-rebooted between |
| 502 # runs for stability. | 502 # runs for stability. |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 'build_config': 'Release', | 598 'build_config': 'Release', |
| 599 # Nearly all bots on these waterfalls are auto-rebooted between | 599 # Nearly all bots on these waterfalls are auto-rebooted between |
| 600 # runs for stability. | 600 # runs for stability. |
| 601 }, | 601 }, |
| 602 ] | 602 ] |
| 603 | 603 |
| 604 for slave in slaves: | 604 for slave in slaves: |
| 605 slave.update({ | 605 slave.update({ |
| 606 '$recipe_engine': {'mode_flags': {'use_subprocess42': True}} | 606 '$recipe_engine': {'mode_flags': {'use_subprocess42': True}} |
| 607 }) | 607 }) |
| OLD | NEW |