| 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': 'ChromiumGPU', | 7 'master': 'ChromiumGPU', |
| 8 'hostname': 'vm88-m1', | 8 'hostname': 'vm88-m1', |
| 9 'builder': 'GPU Win Builder', | 9 'builder': 'GPU Win Builder', |
| 10 'os': 'win', | 10 'os': 'win', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'bits': '64', | 251 'bits': '64', |
| 252 }, | 252 }, |
| 253 { | 253 { |
| 254 'master': 'ChromiumGPU', | 254 'master': 'ChromiumGPU', |
| 255 'hostname': 'build60-b1', | 255 'hostname': 'build60-b1', |
| 256 'builder': 'Android Debug (Nexus 6)', | 256 'builder': 'Android Debug (Nexus 6)', |
| 257 'os': 'linux', | 257 'os': 'linux', |
| 258 'version': 'precise', | 258 'version': 'precise', |
| 259 'bits': '64', | 259 'bits': '64', |
| 260 }, | 260 }, |
| 261 { | |
| 262 'master': 'ChromiumGPU', | |
| 263 'hostname': 'build61-b1', | |
| 264 'builder': 'Android Debug (Nexus 9)', | |
| 265 'os': 'linux', | |
| 266 'version': 'precise', | |
| 267 'bits': '64', | |
| 268 }, | |
| 269 ] | 261 ] |
| OLD | NEW |