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

Side by Side Diff: masters/master.tryserver.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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': 'LibyuvTryServer', 8 'master': 'LibyuvTryServer',
9 'os': 'linux', 9 'os': 'linux',
10 'version': 'precise', 10 'version': 'precise',
11 'bits': '64', 11 'bits': '64',
12 'builder': [ 12 'builder': [
13 'linux', 13 'linux',
14 'linux_rel', 14 'linux_rel',
15 'linux_gn', 15 'linux_gn',
16 'linux_gn_rel', 16 'linux_gn_rel',
17 'linux_gcc', 17 'linux_gcc',
18 'linux_asan', 18 'linux_asan',
19 'linux_memcheck', 19 'linux_memcheck',
20 'linux_msan', 20 'linux_msan',
21 'linux_tsan2', 21 'linux_tsan2',
22 'linux_ubsan', 22 'linux_ubsan',
23 'linux_ubsan_vptr', 23 'linux_ubsan_vptr',
24 'android',
25 'android_rel',
26 'android_gn', 24 'android_gn',
27 'android_gn_rel', 25 'android_gn_rel',
28 'android_clang', 26 'android_clang',
29 'android_arm64',
30 'android_x86', 27 'android_x86',
31 'android_x64', 28 'android_x64',
32 'android_mips', 29 'android_mips',
33 ], 30 ],
34 'hostname': 'slave%d-c4' % i, 31 'hostname': 'slave%d-c4' % i,
35 } for i in range(498, 500) + [139] 32 } for i in range(498, 500) + [139]
36 ] + [ 33 ] + [
37 # Mac. 34 # Linux 64-bit machine with Android device connected.
35 {
36 'master': 'LibyuvTryServer',
37 'os': 'linux',
38 'version': 'trusty',
39 'bits': '64',
40 'builder': [
41 'android',
42 'android_rel',
43 'android_arm64',
44 ],
45 'hostname': 'build179-b4',
46 }
47 ] + [ # Mac.
38 { 48 {
39 'master': 'LibyuvTryServer', 49 'master': 'LibyuvTryServer',
40 'os': 'mac', 50 'os': 'mac',
41 'version': '10.8', 51 'version': '10.8',
42 'bits': '64', 52 'bits': '64',
43 'builder': [ 53 'builder': [
44 'mac', 54 'mac',
45 'mac_rel', 55 'mac_rel',
46 'mac_gn', 56 'mac_gn',
47 'mac_gn_rel', 57 'mac_gn_rel',
(...skipping 18 matching lines...) Expand all
66 'win_x64_rel', 76 'win_x64_rel',
67 'win_x64_gn', 77 'win_x64_gn',
68 'win_x64_gn_rel', 78 'win_x64_gn_rel',
69 'win_clang', 79 'win_clang',
70 'win_clang_rel', 80 'win_clang_rel',
71 'win_x64_clang_rel', 81 'win_x64_clang_rel',
72 ], 82 ],
73 'hostname': 'vm%d-m4' % i, 83 'hostname': 'vm%d-m4' % i,
74 } for i in [152, 789] 84 } for i in [152, 789]
75 ] 85 ]
OLDNEW
« no previous file with comments | « masters/master.client.libyuv/slaves.cfg ('k') | scripts/slave/recipe_modules/libyuv/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698