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

Side by Side Diff: masters/master.tryserver.libyuv/master.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
« no previous file with comments | « masters/master.client.libyuv/slaves.cfg ('k') | masters/master.tryserver.libyuv/slaves.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # These modules come from scripts, which must be in the PYTHONPATH. 5 # These modules come from scripts, which must be in the PYTHONPATH.
6 from master import master_utils 6 from master import master_utils
7 from master import slaves_list 7 from master import slaves_list
8 from master.builders_pools import BuildersPools 8 from master.builders_pools import BuildersPools
9 from master.factory import annotator_factory 9 from master.factory import annotator_factory
10 from master.try_job_http import TryJobHTTP 10 from master.try_job_http import TryJobHTTP
(...skipping 17 matching lines...) Expand all
28 28
29 # Avoid merging requests. 29 # Avoid merging requests.
30 c['mergeRequests'] = lambda *_: False 30 c['mergeRequests'] = lambda *_: False
31 31
32 ####### BUILDERS 32 ####### BUILDERS
33 # Recipe based builders. 33 # Recipe based builders.
34 specs = [ 34 specs = [
35 {'name': 'win', 'slavebuilddir': 'win'}, 35 {'name': 'win', 'slavebuilddir': 'win'},
36 {'name': 'win_rel', 'slavebuilddir': 'win'}, 36 {'name': 'win_rel', 'slavebuilddir': 'win'},
37 {'name': 'win_x64_rel', 'slavebuilddir': 'win'}, 37 {'name': 'win_x64_rel', 'slavebuilddir': 'win'},
38 {'name': 'win_x64_gyp', 'slavebuilddir': 'win64_gyp'},
39 {'name': 'win_x64_gyp_rel', 'slavebuilddir': 'win64_gyp'},
40 {'name': 'win_clang', 'slavebuilddir': 'win_clang'}, 38 {'name': 'win_clang', 'slavebuilddir': 'win_clang'},
41 {'name': 'win_clang_rel', 'slavebuilddir': 'win_clang'}, 39 {'name': 'win_clang_rel', 'slavebuilddir': 'win_clang'},
42 {'name': 'win_x64_clang_rel', 'slavebuilddir': 'win_clang'}, 40 {'name': 'win_x64_clang_rel', 'slavebuilddir': 'win_clang'},
43 {'name': 'mac', 'slavebuilddir': 'mac64'}, 41 {'name': 'mac', 'slavebuilddir': 'mac64'},
44 {'name': 'mac_rel', 'slavebuilddir': 'mac64'}, 42 {'name': 'mac_rel', 'slavebuilddir': 'mac64'},
45 {'name': 'mac_gyp', 'slavebuilddir': 'mac64_gyp'},
46 {'name': 'mac_gyp_rel', 'slavebuilddir': 'mac64_gyp'},
47 {'name': 'mac_asan', 'slavebuilddir': 'mac_asan'}, 43 {'name': 'mac_asan', 'slavebuilddir': 'mac_asan'},
48 {'name': 'ios', 'slavebuilddir': 'mac32'}, 44 {'name': 'ios', 'slavebuilddir': 'mac32'},
49 {'name': 'ios_rel', 'slavebuilddir': 'mac32'}, 45 {'name': 'ios_rel', 'slavebuilddir': 'mac32'},
50 {'name': 'ios_arm64', 'slavebuilddir': 'mac64'}, 46 {'name': 'ios_arm64', 'slavebuilddir': 'mac64'},
51 {'name': 'ios_arm64_rel', 'slavebuilddir': 'mac64'}, 47 {'name': 'ios_arm64_rel', 'slavebuilddir': 'mac64'},
52 {'name': 'linux', 'slavebuilddir': 'linux64'}, 48 {'name': 'linux', 'slavebuilddir': 'linux64'},
53 {'name': 'linux_rel', 'slavebuilddir': 'linux64'}, 49 {'name': 'linux_rel', 'slavebuilddir': 'linux64'},
54 {'name': 'linux_gyp', 'slavebuilddir': 'linux64_gyp'},
55 {'name': 'linux_gyp_rel', 'slavebuilddir': 'linux64_gyp'},
56 {'name': 'linux_gcc', 'slavebuilddir': 'linux_gcc'}, 50 {'name': 'linux_gcc', 'slavebuilddir': 'linux_gcc'},
57 {'name': 'linux_memcheck', 'slavebuilddir': 'linux_memcheck'}, 51 {'name': 'linux_memcheck', 'slavebuilddir': 'linux_memcheck'},
58 {'name': 'linux_msan', 'slavebuilddir': 'linux_msan'}, 52 {'name': 'linux_msan', 'slavebuilddir': 'linux_msan'},
59 {'name': 'linux_tsan2', 'slavebuilddir': 'linux_tsan2'}, 53 {'name': 'linux_tsan2', 'slavebuilddir': 'linux_tsan2'},
60 {'name': 'linux_asan', 'slavebuilddir': 'linux_asan'}, 54 {'name': 'linux_asan', 'slavebuilddir': 'linux_asan'},
61 {'name': 'linux_ubsan', 'slavebuilddir': 'linux_ubsan'}, 55 {'name': 'linux_ubsan', 'slavebuilddir': 'linux_ubsan'},
62 {'name': 'linux_ubsan_vptr', 'slavebuilddir': 'linux_ubsan_vptr'}, 56 {'name': 'linux_ubsan_vptr', 'slavebuilddir': 'linux_ubsan_vptr'},
63 {'name': 'android', 'slavebuilddir': 'android'}, 57 {'name': 'android', 'slavebuilddir': 'android'},
64 {'name': 'android_rel', 'slavebuilddir': 'android'}, 58 {'name': 'android_rel', 'slavebuilddir': 'android'},
65 {'name': 'android_gyp', 'slavebuilddir': 'android_gyp'},
66 {'name': 'android_gyp_rel', 'slavebuilddir': 'android_gyp'},
67 {'name': 'android_clang', 'slavebuilddir': 'android_clang'}, 59 {'name': 'android_clang', 'slavebuilddir': 'android_clang'},
68 {'name': 'android_arm64', 'slavebuilddir': 'android_arm64'}, 60 {'name': 'android_arm64', 'slavebuilddir': 'android_arm64'},
69 {'name': 'android_x86', 'slavebuilddir': 'android_x86'}, 61 {'name': 'android_x86', 'slavebuilddir': 'android_x86'},
70 {'name': 'android_x64', 'slavebuilddir': 'android_x64'}, 62 {'name': 'android_x64', 'slavebuilddir': 'android_x64'},
71 {'name': 'android_mips', 'slavebuilddir': 'android_mips'}, 63 {'name': 'android_mips', 'slavebuilddir': 'android_mips'},
72 ] 64 ]
73 65
74 m_annotator = annotator_factory.AnnotatorFactory() 66 m_annotator = annotator_factory.AnnotatorFactory()
75 c['builders'] = [ 67 c['builders'] = [
76 { 68 {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 # Must be at least 2x the number of slaves. 160 # Must be at least 2x the number of slaves.
169 c['eventHorizon'] = 100 161 c['eventHorizon'] = 100
170 # Must be at least 2x the number of on-going builds. 162 # Must be at least 2x the number of on-going builds.
171 c['buildCacheSize'] = 100 163 c['buildCacheSize'] = 100
172 164
173 ####### PROJECT IDENTITY 165 ####### PROJECT IDENTITY
174 166
175 # The 'projectURL' string will be used to provide a link 167 # The 'projectURL' string will be used to provide a link
176 # from buildbot HTML pages to your project's home page. 168 # from buildbot HTML pages to your project's home page.
177 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 169 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
OLDNEW
« no previous file with comments | « masters/master.client.libyuv/slaves.cfg ('k') | masters/master.tryserver.libyuv/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698