| 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 # See master.experimental/slaves.cfg for documentation. | 8 # See master.experimental/slaves.cfg for documentation. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 'Build-Ubuntu12-GCC-Arm7-Debug-Nexus4', | 34 'Build-Ubuntu12-GCC-Arm7-Debug-Nexus4', |
| 35 'Build-Ubuntu12-GCC-Arm7-Release-Nexus4', | 35 'Build-Ubuntu12-GCC-Arm7-Release-Nexus4', |
| 36 'Build-Ubuntu12-GCC-Arm7-Debug-Nexus7', | 36 'Build-Ubuntu12-GCC-Arm7-Debug-Nexus7', |
| 37 'Build-Ubuntu12-GCC-Arm7-Release-Nexus7', | 37 'Build-Ubuntu12-GCC-Arm7-Release-Nexus7', |
| 38 'Build-Ubuntu12-GCC-Arm7-Debug-Nexus10', | 38 'Build-Ubuntu12-GCC-Arm7-Debug-Nexus10', |
| 39 'Build-Ubuntu12-GCC-Arm7-Release-Nexus10', | 39 'Build-Ubuntu12-GCC-Arm7-Release-Nexus10', |
| 40 'Build-Ubuntu12-GCC-x86-Debug-RazrI', | 40 'Build-Ubuntu12-GCC-x86-Debug-RazrI', |
| 41 'Build-Ubuntu12-GCC-x86-Release-RazrI', | 41 'Build-Ubuntu12-GCC-x86-Release-RazrI', |
| 42 'Build-Ubuntu12-GCC-x86-Debug-Alex', | 42 'Build-Ubuntu12-GCC-x86-Debug-Alex', |
| 43 'Build-Ubuntu12-GCC-x86-Release-Alex', | 43 'Build-Ubuntu12-GCC-x86-Release-Alex', |
| 44 'Build-Ubuntu12-GCC-x86_64-Debug-Link', |
| 45 'Build-Ubuntu12-GCC-x86_64-Release-Link', |
| 46 'Build-Ubuntu12-GCC-Arm7-Debug-Daisy', |
| 47 'Build-Ubuntu12-GCC-Arm7-Release-Daisy', |
| 44 ] | 48 ] |
| 45 | 49 |
| 46 | 50 |
| 47 def _Format(obj, dictionary): | 51 def _Format(obj, dictionary): |
| 48 """ Recursively apply the dictionary to any format strings in the requested | 52 """ Recursively apply the dictionary to any format strings in the requested |
| 49 object. Returns a copy and does not modify the original. """ | 53 object. Returns a copy and does not modify the original. """ |
| 50 if isinstance(obj, str): | 54 if isinstance(obj, str): |
| 51 return obj % dictionary | 55 return obj % dictionary |
| 52 if isinstance(obj, list): | 56 if isinstance(obj, list): |
| 53 return [_Format(item, dictionary) for item in obj] | 57 return [_Format(item, dictionary) for item in obj] |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 ], | 283 ], |
| 280 'num_cores': '8', | 284 'num_cores': '8', |
| 281 }, | 285 }, |
| 282 { | 286 { |
| 283 'master': 'Skia', | 287 'master': 'Skia', |
| 284 'hostname': 'skiabot-shuttle-ubuntu12-002', | 288 'hostname': 'skiabot-shuttle-ubuntu12-002', |
| 285 'builder': [ | 289 'builder': [ |
| 286 'Test-ChromeOS-Alex-GMA3150-x86-Debug', | 290 'Test-ChromeOS-Alex-GMA3150-x86-Debug', |
| 287 'Test-ChromeOS-Alex-GMA3150-x86-Release', | 291 'Test-ChromeOS-Alex-GMA3150-x86-Release', |
| 288 'Perf-ChromeOS-Alex-GMA3150-x86-Release', | 292 'Perf-ChromeOS-Alex-GMA3150-x86-Release', |
| 293 ], |
| 294 'ssh_host': '192.168.1.134', |
| 295 'ssh_port': '22', |
| 296 }, |
| 297 { |
| 298 'master': 'Skia', |
| 299 'hostname': 'skiabot-shuttle-ubuntu12-003', |
| 300 'builder': [ |
| 301 'Test-ChromeOS-Link-HD4000-x86_64-Debug', |
| 302 'Test-ChromeOS-Link-HD4000-x86_64-Release', |
| 303 'Perf-ChromeOS-Link-HD4000-x86_64-Release', |
| 304 ], |
| 305 'ssh_host': '192.168.1.141', |
| 306 'ssh_port': '22', |
| 307 }, |
| 308 { |
| 309 'master': 'Skia', |
| 310 'hostname': 'skiabot-shuttle-ubuntu12-004', |
| 311 'builder': [ |
| 312 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug', |
| 313 'Test-ChromeOS-Daisy-MaliT604-Arm7-Release', |
| 314 'Perf-ChromeOS-Daisy-MaliT604-Arm7-Release', |
| 289 | 315 |
| 290 ], | 316 ], |
| 291 'ssh_host': '192.168.1.134', | 317 'ssh_host': '192.168.1.123', |
| 292 'ssh_port': '22', | 318 'ssh_port': '22', |
| 293 }, | 319 }, |
| 294 { | 320 { |
| 295 'master': 'Skia', | 321 'master': 'Skia', |
| 296 'hostname': 'skiabot-shuttle-ubuntu12-ati5770-001', | 322 'hostname': 'skiabot-shuttle-ubuntu12-ati5770-001', |
| 297 'builder': [ | 323 'builder': [ |
| 298 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Debug', | 324 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Debug', |
| 299 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Release', | 325 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Release', |
| 300 'Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release', | 326 'Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release', |
| 301 'Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Debug', | 327 'Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Debug', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 'Build-Win8-VS2012-x86_64-Debug', | 524 'Build-Win8-VS2012-x86_64-Debug', |
| 499 'Build-Win8-VS2012-x86_64-Release', | 525 'Build-Win8-VS2012-x86_64-Release', |
| 500 ], | 526 ], |
| 501 'num_cores': '8', | 527 'num_cores': '8', |
| 502 } for i in range(COMPILE_BUILDERS) | 528 } for i in range(COMPILE_BUILDERS) |
| 503 ]] | 529 ]] |
| 504 | 530 |
| 505 | 531 |
| 506 for slave_dict in slaves: | 532 for slave_dict in slaves: |
| 507 AddTrybots(slave_dict) | 533 AddTrybots(slave_dict) |
| OLD | NEW |