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

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

Issue 2426883002: libyuv: Remove all GYP builders. (Closed)
Patch Set: Removed unused chromium recipe module configs Created 4 years, 2 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_gyp',
16 'linux_gyp_rel',
17 'linux_gcc', 15 'linux_gcc',
18 'linux_asan', 16 'linux_asan',
19 'linux_memcheck', 17 'linux_memcheck',
20 'linux_msan', 18 'linux_msan',
21 'linux_tsan2', 19 'linux_tsan2',
22 'linux_ubsan', 20 'linux_ubsan',
23 'linux_ubsan_vptr', 21 'linux_ubsan_vptr',
24 'android_gyp',
25 'android_gyp_rel',
26 'android_clang', 22 'android_clang',
27 'android_x86', 23 'android_x86',
28 'android_x64', 24 'android_x64',
29 'android_mips', 25 'android_mips',
30 ], 26 ],
31 'hostname': 'slave%d-c4' % i, 27 'hostname': 'slave%d-c4' % i,
32 } for i in range(498, 500) + [139] 28 } for i in range(498, 500) + [139]
33 ] + [ 29 ] + [
34 # Linux 64-bit machine with Android device connected. 30 # Linux 64-bit machine with Android device connected.
35 { 31 {
(...skipping 10 matching lines...) Expand all
46 } 42 }
47 ] + [ # Mac. 43 ] + [ # Mac.
48 { 44 {
49 'master': 'LibyuvTryServer', 45 'master': 'LibyuvTryServer',
50 'os': 'mac', 46 'os': 'mac',
51 'version': '10.8', 47 'version': '10.8',
52 'bits': '64', 48 'bits': '64',
53 'builder': [ 49 'builder': [
54 'mac', 50 'mac',
55 'mac_rel', 51 'mac_rel',
56 'mac_gyp',
57 'mac_gyp_rel',
58 'mac_asan', 52 'mac_asan',
59 'ios', 53 'ios',
60 'ios_rel', 54 'ios_rel',
61 'ios_arm64', 55 'ios_arm64',
62 'ios_arm64_rel', 56 'ios_arm64_rel',
63 ], 57 ],
64 'hostname': 'vm%d-m4' % i, 58 'hostname': 'vm%d-m4' % i,
65 } for i in [153, 749] 59 } for i in [153, 749]
66 ] + [ 60 ] + [
67 # Windows. 61 # Windows.
68 { 62 {
69 'master': 'LibyuvTryServer', 63 'master': 'LibyuvTryServer',
70 'os': 'win', 64 'os': 'win',
71 'version': 'win7', 65 'version': 'win7',
72 'bits': '64', 66 'bits': '64',
73 'builder': [ 67 'builder': [
74 'win', 68 'win',
75 'win_rel', 69 'win_rel',
76 'win_x64_rel', 70 'win_x64_rel',
77 'win_x64_gyp',
78 'win_x64_gyp_rel',
79 'win_clang', 71 'win_clang',
80 'win_clang_rel', 72 'win_clang_rel',
81 'win_x64_clang_rel', 73 'win_x64_clang_rel',
82 ], 74 ],
83 'hostname': 'vm%d-m4' % i, 75 'hostname': 'vm%d-m4' % i,
84 } for i in [152, 789] 76 } for i in [152, 789]
85 ] 77 ]
OLDNEW
« no previous file with comments | « masters/master.tryserver.libyuv/master.cfg ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698