| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 # Linux | 6 # Linux |
| 7 { | 7 { |
| 8 'master': 'WebRTCFYI', | 8 'master': 'WebRTCFYI', |
| 9 'os': 'linux', | 9 'os': 'linux', |
| 10 'version': 'precise', | 10 'version': 'precise', |
| 11 'bits': '64', | 11 'bits': '64', |
| 12 'builder': [ | 12 'builder': [ |
| 13 'Android Builder (dbg)', | 13 'Android Builder (dbg)', |
| 14 'Auto-roll - Chromium DEPS', |
| 14 'Auto-roll - WebRTC DEPS', | 15 'Auto-roll - WebRTC DEPS', |
| 15 'Linux32 ARM', | 16 'Linux32 ARM', |
| 16 'Linux64 GCC', | 17 'Linux64 GCC', |
| 17 'Linux64 Release (swarming)', | 18 'Linux64 Release (swarming)', |
| 18 'Linux Tsan v2 (parallel)', | 19 'Linux Tsan v2 (parallel)', |
| 19 ], | 20 ], |
| 20 'hostname': 'vm31-m3', | 21 'hostname': 'vm31-m3', |
| 21 }, | 22 }, |
| 22 # Bare-metal Linux 64-bit machines with Android devices connected. | 23 # Bare-metal Linux 64-bit machines with Android devices connected. |
| 23 { | 24 { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 50 'master': 'WebRTCFYI', | 51 'master': 'WebRTCFYI', |
| 51 'os': 'win', | 52 'os': 'win', |
| 52 'version': 'win7', | 53 'version': 'win7', |
| 53 'bits': '64', | 54 'bits': '64', |
| 54 'builder': [ | 55 'builder': [ |
| 55 'Win32 Release (swarming)', | 56 'Win32 Release (swarming)', |
| 56 ], | 57 ], |
| 57 'hostname': 'vm303-m3', | 58 'hostname': 'vm303-m3', |
| 58 }, | 59 }, |
| 59 ] | 60 ] |
| OLD | NEW |