| 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': 'build50-m1', | 8 'hostname': 'build50-m1', |
| 9 'builder': 'GPU Win Builder', | 9 'builder': 'GPU Win Builder', |
| 10 'os': 'win', | 10 'os': 'win', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'os': 'linux', | 228 'os': 'linux', |
| 229 'version': 'precise', | 229 'version': 'precise', |
| 230 'bits': '64', | 230 'bits': '64', |
| 231 'recipe': 'gpu/download_and_test', | 231 'recipe': 'gpu/download_and_test', |
| 232 'build_config': 'Release', | 232 'build_config': 'Release', |
| 233 'perf_id': 'gpu-fyi-linux-release-intel', | 233 'perf_id': 'gpu-fyi-linux-release-intel', |
| 234 'triggered_by': 'GPU Linux Builder', | 234 'triggered_by': 'GPU Linux Builder', |
| 235 }, | 235 }, |
| 236 { | 236 { |
| 237 'master': 'ChromiumGPUFYI', | 237 'master': 'ChromiumGPUFYI', |
| 238 'hostname': 'build171-m1', |
| 239 'builder': 'Linux Release (Intel Graphics Stack)', |
| 240 'os': 'linux', |
| 241 'version': 'precise', |
| 242 'bits': '64', |
| 243 'recipe': 'gpu/download_and_test', |
| 244 'build_config': 'Release', |
| 245 'triggered_by': 'GPU Linux Builder', |
| 246 }, |
| 247 { |
| 248 'master': 'ChromiumGPUFYI', |
| 238 'hostname': 'build89-m1', | 249 'hostname': 'build89-m1', |
| 239 'builder': 'Linux Release (ATI)', | 250 'builder': 'Linux Release (ATI)', |
| 240 'os': 'linux', | 251 'os': 'linux', |
| 241 'version': 'precise', | 252 'version': 'precise', |
| 242 'bits': '64', | 253 'bits': '64', |
| 243 'recipe': 'gpu/download_and_test', | 254 'recipe': 'gpu/download_and_test', |
| 244 'build_config': 'Release', | 255 'build_config': 'Release', |
| 245 'perf_id': 'gpu-fyi-linux-release-ati', | 256 'perf_id': 'gpu-fyi-linux-release-ati', |
| 246 'triggered_by': 'GPU Linux Builder', | 257 'triggered_by': 'GPU Linux Builder', |
| 247 }, | 258 }, |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 'builder': 'Mac NextGen 10.10 Retina Debug (AMD)', | 423 'builder': 'Mac NextGen 10.10 Retina Debug (AMD)', |
| 413 'os': 'mac', | 424 'os': 'mac', |
| 414 'version': '10.10', | 425 'version': '10.10', |
| 415 'bits': '64', | 426 'bits': '64', |
| 416 'recipe': 'chromium', | 427 'recipe': 'chromium', |
| 417 'build_config': 'Debug', | 428 'build_config': 'Debug', |
| 418 # This bot uses recipe-side triggers. | 429 # This bot uses recipe-side triggers. |
| 419 'triggered_by': 'none', | 430 'triggered_by': 'none', |
| 420 }, | 431 }, |
| 421 ] | 432 ] |
| OLD | NEW |