| 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 # Linux 32-bit. | 6 # Linux 32-bit. |
| 7 { | 7 { |
| 8 'master': 'Libyuv', | 8 'master': 'Libyuv', |
| 9 'os': 'linux', | 9 'os': 'linux', |
| 10 'version': 'precise', | 10 'version': 'precise', |
| 11 'bits': '32', | 11 'bits': '32', |
| 12 'builder': [ | 12 'builder': [ |
| 13 'Linux32 Debug', | 13 'Linux32 Debug', |
| 14 'Linux32 Release', | 14 'Linux32 Release', |
| 15 ], | 15 ], |
| 16 'hostname': 'vm321-m3', | 16 'hostname': 'vm321-m3', |
| 17 } | 17 } |
| 18 ] + [ | 18 ] + [ |
| 19 # Linux 64-bit. | 19 # Linux 64-bit. |
| 20 { | 20 { |
| 21 'master': 'Libyuv', | 21 'master': 'Libyuv', |
| 22 'os': 'linux', | 22 'os': 'linux', |
| 23 'version': 'precise', | 23 'version': 'precise', |
| 24 'bits': '64', | 24 'bits': '64', |
| 25 'builder': [ | 25 'builder': [ |
| 26 'Linux64 Debug', | 26 'Linux64 Debug', |
| 27 'Linux64 Release', | 27 'Linux64 Release', |
| 28 'Linux64 Debug (GN)', | 28 'Linux64 Debug (GYP)', |
| 29 'Linux64 Release (GN)', | 29 'Linux64 Release (GYP)', |
| 30 # TODO(kjellander): Add when trybot is green (crbug.com/625889). | 30 # TODO(kjellander): Add when trybot is green (crbug.com/625889). |
| 31 #'Linux GCC', | 31 #'Linux GCC', |
| 32 'Linux Asan', | 32 'Linux Asan', |
| 33 'Linux Memcheck', | 33 'Linux Memcheck', |
| 34 'Linux MSan', | 34 'Linux MSan', |
| 35 'Linux Tsan v2', | 35 'Linux Tsan v2', |
| 36 'Linux UBSan', | 36 'Linux UBSan', |
| 37 'Linux UBSan vptr', | 37 'Linux UBSan vptr', |
| 38 'Android Debug', | 38 'Android Debug', |
| 39 'Android Release', | 39 'Android Release', |
| 40 'Android Debug (GN)', | 40 'Android Debug (GYP)', |
| 41 'Android Release (GN)', | 41 'Android Release (GYP)', |
| 42 'Android Clang Debug', | 42 'Android Clang Debug', |
| 43 'Android ARM64 Debug', | 43 'Android ARM64 Debug', |
| 44 'Android32 x86 Debug', | 44 'Android32 x86 Debug', |
| 45 'Android64 x64 Debug', | 45 'Android64 x64 Debug', |
| 46 'Android32 MIPS Debug', | 46 'Android32 MIPS Debug', |
| 47 ], | 47 ], |
| 48 'hostname': host, | 48 'hostname': host, |
| 49 } for host in list('vm%d-m3' % i for i in range(322, 324)) + ['slave90-c3'] | 49 } for host in list('vm%d-m3' % i for i in range(322, 324)) + ['slave90-c3'] |
| 50 ] + [ | 50 ] + [ |
| 51 # Linux 64-bit machine with Android device connected. | 51 # Linux 64-bit machine with Android device connected. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 64 ] + [ | 64 ] + [ |
| 65 # Mac. | 65 # Mac. |
| 66 { | 66 { |
| 67 'master': 'Libyuv', | 67 'master': 'Libyuv', |
| 68 'os': 'mac', | 68 'os': 'mac', |
| 69 'version': '10.7', | 69 'version': '10.7', |
| 70 'bits': '64', | 70 'bits': '64', |
| 71 'builder': [ | 71 'builder': [ |
| 72 'Mac64 Debug', | 72 'Mac64 Debug', |
| 73 'Mac64 Release', | 73 'Mac64 Release', |
| 74 'Mac64 Debug (GN)', | 74 'Mac64 Debug (GYP)', |
| 75 'Mac64 Release (GN)', | 75 'Mac64 Release (GYP)', |
| 76 'Mac Asan', | 76 'Mac Asan', |
| 77 'iOS Debug', | 77 'iOS Debug', |
| 78 'iOS Release', | 78 'iOS Release', |
| 79 'iOS ARM64 Debug', | 79 'iOS ARM64 Debug', |
| 80 'iOS ARM64 Release', | 80 'iOS ARM64 Release', |
| 81 ], | 81 ], |
| 82 'hostname': 'vm%d-m3' % i, | 82 'hostname': 'vm%d-m3' % i, |
| 83 } for i in [33, 694] | 83 } for i in [33, 694] |
| 84 ] + [ | 84 ] + [ |
| 85 # Windows. | 85 # Windows. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 98 'Win64 Debug (VS2012)', | 98 'Win64 Debug (VS2012)', |
| 99 'Win64 Release (VS2012)', | 99 'Win64 Release (VS2012)', |
| 100 'Win32 Debug (VS2013)', | 100 'Win32 Debug (VS2013)', |
| 101 'Win32 Release (VS2013)', | 101 'Win32 Release (VS2013)', |
| 102 'Win64 Debug (VS2013)', | 102 'Win64 Debug (VS2013)', |
| 103 'Win64 Release (VS2013)', | 103 'Win64 Release (VS2013)', |
| 104 'Win32 Debug (Clang)', | 104 'Win32 Debug (Clang)', |
| 105 'Win32 Release (Clang)', | 105 'Win32 Release (Clang)', |
| 106 'Win64 Debug (Clang)', | 106 'Win64 Debug (Clang)', |
| 107 'Win64 Release (Clang)', | 107 'Win64 Release (Clang)', |
| 108 'Win64 Debug (GN)', | 108 'Win64 Debug (GYP)', |
| 109 'Win64 Release (GN)', | 109 'Win64 Release (GYP)', |
| 110 ], | 110 ], |
| 111 'hostname': 'vm%d-m3' % i, | 111 'hostname': 'vm%d-m3' % i, |
| 112 } for i in [32, 324] | 112 } for i in [32, 324] |
| 113 ] | 113 ] |
| OLD | NEW |