| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 5 # Use of this source code is governed by a BSD-style license that can be | 5 # Use of this source code is governed by a BSD-style license that can be |
| 6 # found in the LICENSE file. | 6 # found in the LICENSE file. |
| 7 | 7 |
| 8 # This is an list of dictionaries to describe slaves. | 8 # This is an list of dictionaries to describe slaves. |
| 9 # This list is intentionally flat to be easy to filter arbitrarily. | 9 # This list is intentionally flat to be easy to filter arbitrarily. |
| 10 | 10 |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 'bits': '32', | 452 'bits': '32', |
| 453 }, | 453 }, |
| 454 { | 454 { |
| 455 'master': 'V8', | 455 'master': 'V8', |
| 456 'builder': ['V8 Fuzzer', 'Chrome Browser Tests'], | 456 'builder': ['V8 Fuzzer', 'Chrome Browser Tests'], |
| 457 'hostname': 'vm376-m3', | 457 'hostname': 'vm376-m3', |
| 458 'os': 'linux', | 458 'os': 'linux', |
| 459 'version': 'precise', | 459 'version': 'precise', |
| 460 'bits': '64', | 460 'bits': '64', |
| 461 }, | 461 }, |
| 462 { | 462 { |
| 463 'master': 'V8', | 463 'master': 'V8', |
| 464 'builder': ['Chrome Browser Tests - dbg', 'V8 Linux - intl - debug'], | 464 'builder': ['Chrome Browser Tests - dbg', 'V8 Linux - noi18n - debug'], |
| 465 'hostname': 'vm378-m3', | 465 'hostname': 'vm378-m3', |
| 466 'os': 'linux', | 466 'os': 'linux', |
| 467 'version': 'precise', | 467 'version': 'precise', |
| 468 'bits': '64', | 468 'bits': '64', |
| 469 }, | 469 }, |
| 470 { | 470 { |
| 471 'master': 'V8', | 471 'master': 'V8', |
| 472 'builder': 'Webkit Linux - dbg', | 472 'builder': 'Webkit Linux - dbg', |
| 473 'hostname': 'vm335-m3', | 473 'hostname': 'vm335-m3', |
| 474 'os': 'linux', | 474 'os': 'linux', |
| 475 'version': 'precise', | 475 'version': 'precise', |
| 476 'bits': '64', | 476 'bits': '64', |
| 477 }, | 477 }, |
| 478 ] | 478 ] |
| OLD | NEW |