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

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

Issue 2306373003: libyuv: Add Android Testers (Closed)
Patch Set: Fixed WebRTC expectation Created 4 years, 3 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 30 matching lines...) Expand all
41 'Android Release (GN)', 41 'Android Release (GN)',
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.
52 {
53 'master': 'Libyuv',
54 'os': 'linux',
55 'version': 'trusty',
56 'bits': '64',
57 'builder': [
58 'Android Tester ARM32 Debug (Nexus 5X)',
59 'Android Tester ARM32 Release (Nexus 5X)',
60 'Android Tester ARM64 Debug (Nexus 5X)',
61 ],
62 'hostname': 'build35-b3',
63 }
64 ] + [
51 # Mac. 65 # Mac.
52 { 66 {
53 'master': 'Libyuv', 67 'master': 'Libyuv',
54 'os': 'mac', 68 'os': 'mac',
55 'version': '10.7', 69 'version': '10.7',
56 'bits': '64', 70 'bits': '64',
57 'builder': [ 71 'builder': [
58 'Mac64 Debug', 72 'Mac64 Debug',
59 'Mac64 Release', 73 'Mac64 Release',
60 'Mac64 Debug (GN)', 74 'Mac64 Debug (GN)',
(...skipping 29 matching lines...) Expand all
90 'Win32 Debug (Clang)', 104 'Win32 Debug (Clang)',
91 'Win32 Release (Clang)', 105 'Win32 Release (Clang)',
92 'Win64 Debug (Clang)', 106 'Win64 Debug (Clang)',
93 'Win64 Release (Clang)', 107 'Win64 Release (Clang)',
94 'Win64 Debug (GN)', 108 'Win64 Debug (GN)',
95 'Win64 Release (GN)', 109 'Win64 Release (GN)',
96 ], 110 ],
97 'hostname': 'vm%d-m3' % i, 111 'hostname': 'vm%d-m3' % i,
98 } for i in [32, 324] 112 } for i in [32, 324]
99 ] 113 ]
OLDNEW
« no previous file with comments | « masters/master.client.libyuv/master_android_cfg.py ('k') | masters/master.tryserver.libyuv/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698