| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2006-2009 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 # See master.experimental/slaves.cfg for documentation. | 8 # See master.experimental/slaves.cfg for documentation. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 'bits': '32', | 532 'bits': '32', |
| 533 }, | 533 }, |
| 534 { | 534 { |
| 535 'master': 'Chromium', | 535 'master': 'Chromium', |
| 536 'hostname': 'codg135', | 536 'hostname': 'codg135', |
| 537 'builder': 'XP Tests (dbg)(4)', | 537 'builder': 'XP Tests (dbg)(4)', |
| 538 'os': 'win', | 538 'os': 'win', |
| 539 'version': 'xp', | 539 'version': 'xp', |
| 540 'bits': '32', | 540 'bits': '32', |
| 541 }, | 541 }, |
| 542 { |
| 543 'master': 'Chromium', |
| 544 'hostname': 'codg161', |
| 545 'builder': 'Chromium Arm', |
| 546 'os': 'linux', |
| 547 'version': 'karmic', |
| 548 'bits': '32', |
| 549 }, |
| 542 ] | 550 ] |
| OLD | NEW |