| 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', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 { | 31 { |
| 32 'master': 'WebRTCFYI', | 32 'master': 'WebRTCFYI', |
| 33 'os': 'win', | 33 'os': 'win', |
| 34 'version': 'win7', | 34 'version': 'win7', |
| 35 'bits': '64', | 35 'bits': '64', |
| 36 'builder': [ | 36 'builder': [ |
| 37 'Win32 Debug (parallel)', | 37 'Win32 Debug (parallel)', |
| 38 'Win32 Release (parallel)', | 38 'Win32 Release (parallel)', |
| 39 'Win64 Debug (parallel)', | 39 'Win64 Debug (parallel)', |
| 40 'Win64 Release (parallel)', | 40 'Win64 Release (parallel)', |
| 41 'Win SyzyASan', |
| 41 ], | 42 ], |
| 42 'hostname': 'vm303-m3', | 43 'hostname': 'vm303-m3', |
| 43 }, | 44 }, |
| 44 ] | 45 ] |
| OLD | NEW |