| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2011 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 # Temporarily a copy from branches_cfg.py until loading is done with correct | 8 # Temporarily a copy from branches_cfg.py until loading is done with correct |
| 9 # path from scripts/slave/slaves_utils.py. | 9 # path from scripts/slave/slaves_utils.py. |
| 10 stable_branch = '3.5' | 10 stable_branch = '3.5' |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 { | 176 { |
| 177 'master': 'V8', | 177 'master': 'V8', |
| 178 'builder': 'V8 Linux - nosse4', | 178 'builder': 'V8 Linux - nosse4', |
| 179 'hostname': 'vm97-m3', | 179 'hostname': 'vm97-m3', |
| 180 'os': 'linux', | 180 'os': 'linux', |
| 181 'version': 'lucid', | 181 'version': 'lucid', |
| 182 'bits': '64', | 182 'bits': '64', |
| 183 }, | 183 }, |
| 184 { | 184 { |
| 185 'master': 'V8', | 185 'master': 'V8', |
| 186 'builder': 'V8 Linux - arm - sim', | 186 'builder': ['V8 Linux - arm - sim', 'V8 Linux - mips - sim'], |
| 187 'hostname': 'vm176-m3', | 187 'hostname': 'vm176-m3', |
| 188 'os': 'linux', | 188 'os': 'linux', |
| 189 'version': 'lucid', | 189 'version': 'lucid', |
| 190 'bits': '32', | 190 'bits': '32', |
| 191 }, | 191 }, |
| 192 { | 192 { |
| 193 'master': 'V8', | 193 'master': 'V8', |
| 194 'builder': 'V8 Linux - arm - sim - mozilla', | 194 'builder': 'V8 Linux - arm - sim - mozilla', |
| 195 'hostname': 'vm108-m3', | 195 'hostname': 'vm108-m3', |
| 196 'os': 'linux', | 196 'os': 'linux', |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 'V8 Linux64 - trunk', | 467 'V8 Linux64 - trunk', |
| 468 branch_names['stable']['x64'], | 468 branch_names['stable']['x64'], |
| 469 branch_names['dev']['x64'], | 469 branch_names['dev']['x64'], |
| 470 branch_names['beta']['x64']], | 470 branch_names['beta']['x64']], |
| 471 'hostname': 'vm109-m3', | 471 'hostname': 'vm109-m3', |
| 472 'os': 'linux', | 472 'os': 'linux', |
| 473 'version': 'lucid', | 473 'version': 'lucid', |
| 474 'bits': '64', | 474 'bits': '64', |
| 475 }, | 475 }, |
| 476 ] | 476 ] |
| OLD | NEW |