Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1518)

Side by Side Diff: masters/master.client.libyuv/slaves.cfg

Issue 2015883002: libyuv: Add Android x86, x64 and MIPS bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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',
(...skipping 21 matching lines...) Expand all
32 'Linux MSan', 32 'Linux MSan',
33 'Linux Tsan v2', 33 'Linux Tsan v2',
34 'Linux UBSan', 34 'Linux UBSan',
35 'Linux UBSan vptr', 35 'Linux UBSan vptr',
36 'Android Debug', 36 'Android Debug',
37 'Android Release', 37 'Android Release',
38 'Android Debug (GN)', 38 'Android Debug (GN)',
39 'Android Release (GN)', 39 'Android Release (GN)',
40 'Android Clang Debug', 40 'Android Clang Debug',
41 'Android ARM64 Debug', 41 'Android ARM64 Debug',
42 'Android32 x86 Debug',
43 'Android64 x64 Debug',
44 'Android32 MIPS Debug',
42 ], 45 ],
43 'hostname': host, 46 'hostname': host,
44 } for host in list('vm%d-m3' % i for i in range(322, 324)) + ['slave90-c3'] 47 } for host in list('vm%d-m3' % i for i in range(322, 324)) + ['slave90-c3']
45 ] + [ 48 ] + [
46 # Mac. 49 # Mac.
47 { 50 {
48 'master': 'Libyuv', 51 'master': 'Libyuv',
49 'os': 'mac', 52 'os': 'mac',
50 'version': '10.7', 53 'version': '10.7',
51 'bits': '64', 54 'bits': '64',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'Win32 Debug (Clang)', 88 'Win32 Debug (Clang)',
86 'Win32 Release (Clang)', 89 'Win32 Release (Clang)',
87 'Win64 Debug (Clang)', 90 'Win64 Debug (Clang)',
88 'Win64 Release (Clang)', 91 'Win64 Release (Clang)',
89 'Win64 Debug (GN)', 92 'Win64 Debug (GN)',
90 'Win64 Release (GN)', 93 'Win64 Release (GN)',
91 ], 94 ],
92 'hostname': 'vm%d-m3' % i, 95 'hostname': 'vm%d-m3' % i,
93 } for i in [32, 324] 96 } for i in [32, 324]
94 ] 97 ]
OLDNEW
« no previous file with comments | « masters/master.client.libyuv/master_android_cfg.py ('k') | masters/master.tryserver.libyuv/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698