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

Side by Side Diff: masters/master.client.pdfium/builders.pyl

Issue 2142353004: Switch all buildbots to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: small fixes Created 4 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | masters/master.tryserver.client.pdfium/builders.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "master_base_class": "Master3", 2 "master_base_class": "Master3",
3 "master_classname": "Pdfium", 3 "master_classname": "Pdfium",
4 "master_port": 20310, 4 "master_port": 20310,
5 "master_port_alt": 40310, 5 "master_port_alt": 40310,
6 "slave_port": 30310, 6 "slave_port": 30310,
7 "templates": ["templates", "../master.chromium/templates"], 7 "templates": ["templates", "../master.chromium/templates"],
8 8
9 "builders": { 9 "builders": {
10 "android": {
11 "recipe": "pdfium",
12 "scheduler": "pdfium_commits",
13 "slave_pools": ["android"],
14 "category": "0main",
15 "properties": {
16 "skip_test": True,
17 "target_os": "android",
18 },
19 },
20 "drm_win_xfa": {
21 "recipe": "pdfium",
22 "scheduler": "pdfium_commits",
23 "slave_pools": ["drmemory_win"],
24 "category": "1xfa",
25 "properties": {
26 "xfa": True,
27 "memory_tool": "drmemory",
28 },
29 },
10 "linux": { 30 "linux": {
11 "recipe": "pdfium", 31 "recipe": "pdfium",
12 "scheduler": "pdfium_commits", 32 "scheduler": "pdfium_commits",
13 "slave_pools": ["linux_trusty"], 33 "slave_pools": ["linux_trusty"],
14 "category": "0main", 34 "category": "0main",
15 }, 35 },
16 "linux_asan": { 36 "linux_asan": {
17 "recipe": "pdfium", 37 "recipe": "pdfium",
18 "scheduler": "pdfium_commits", 38 "scheduler": "pdfium_commits",
19 "slave_pools": ["linux_trusty"], 39 "slave_pools": ["linux_trusty"],
20 "category": "0main", 40 "category": "0main",
21 "properties": { 41 "properties": {
22 "memory_tool": "asan", 42 "memory_tool": "asan",
23 }, 43 },
24 }, 44 },
25 "linux_no_v8": { 45 "linux_no_v8": {
26 "recipe": "pdfium", 46 "recipe": "pdfium",
27 "scheduler": "pdfium_commits", 47 "scheduler": "pdfium_commits",
28 "slave_pools": ["linux_trusty"], 48 "slave_pools": ["linux_trusty"],
29 "category": "2no_v8", 49 "category": "2no_v8",
30 "properties": { 50 "properties": {
31 "v8": False, 51 "v8": False,
32 },
33 },
34 "mac": {
35 "recipe": "pdfium",
36 "scheduler": "pdfium_commits",
37 "slave_pools": ["mac"],
38 "category": "0main",
39 },
40 "mac_no_v8": {
41 "recipe": "pdfium",
42 "scheduler": "pdfium_commits",
43 "slave_pools": ["mac"],
44 "category": "2no_v8",
45 "properties": {
46 "v8": False,
47 },
48 },
49 "windows": {
50 "recipe": "pdfium",
51 "scheduler": "pdfium_commits",
52 "slave_pools": ["windows"],
53 "category": "0main",
54 },
55 "windows_no_v8": {
56 "recipe": "pdfium",
57 "scheduler": "pdfium_commits",
58 "slave_pools": ["windows"],
59 "category": "2no_v8",
60 "properties": {
61 "v8": False,
62 }, 52 },
63 }, 53 },
64 "linux_xfa": { 54 "linux_xfa": {
65 "recipe": "pdfium", 55 "recipe": "pdfium",
66 "scheduler": "pdfium_commits", 56 "scheduler": "pdfium_commits",
67 "slave_pools": ["linux_trusty"], 57 "slave_pools": ["linux_trusty"],
68 "category": "1xfa", 58 "category": "1xfa",
69 "properties": { 59 "properties": {
70 "xfa": True, 60 "xfa": True,
71 }, 61 },
72 }, 62 },
63 "linux_xfa_asan": {
64 "recipe": "pdfium",
65 "scheduler": "pdfium_commits",
66 "slave_pools": ["linux_trusty"],
67 "category": "1xfa",
68 "properties": {
69 "xfa": True,
70 "memory_tool": "asan",
71 },
72 },
73 "linux_xfa_gyp": {
74 "recipe": "pdfium",
75 "scheduler": "pdfium_commits",
76 "slave_pools": ["linux_trusty"],
77 "category": "3xfa_gyp",
78 "properties": {
79 "xfa": True,
80 "gn": False,
81 },
82 },
73 "linux_xfa_rel": { 83 "linux_xfa_rel": {
74 "recipe": "pdfium", 84 "recipe": "pdfium",
75 "scheduler": "pdfium_commits", 85 "scheduler": "pdfium_commits",
76 "slave_pools": ["linux_trusty"], 86 "slave_pools": ["linux_trusty"],
77 "category": "1xfa", 87 "category": "1xfa",
78 "properties": { 88 "properties": {
79 "xfa": True, 89 "xfa": True,
80 "rel": True, 90 "rel": True,
81 }, 91 },
82 }, 92 },
83 "linux_xfa_debug_gn": { 93 "linux_xfa_rel_gyp": {
84 "recipe": "pdfium", 94 "recipe": "pdfium",
85 "scheduler": "pdfium_commits", 95 "scheduler": "pdfium_commits",
86 "slave_pools": ["linux_trusty"], 96 "slave_pools": ["linux_trusty"],
87 "category": "3xfa_gn", 97 "category": "3xfa_gyp",
88 "properties": {
89 "xfa": True,
90 "gn": True,
91 },
92 },
93 "linux_xfa_rel_gn": {
94 "recipe": "pdfium",
95 "scheduler": "pdfium_commits",
96 "slave_pools": ["linux_trusty"],
97 "category": "3xfa_gn",
98 "properties": { 98 "properties": {
99 "xfa": True, 99 "xfa": True,
100 "rel": True, 100 "rel": True,
101 "gn": True, 101 "gn": False,
102 }, 102 },
103 }, 103 },
104 "linux_xfa_asan": { 104 "mac": {
105 "recipe": "pdfium", 105 "recipe": "pdfium",
106 "scheduler": "pdfium_commits", 106 "scheduler": "pdfium_commits",
107 "slave_pools": ["linux_trusty"], 107 "slave_pools": ["mac"],
108 "category": "1xfa", 108 "category": "0main",
109 },
110 "mac_no_v8": {
111 "recipe": "pdfium",
112 "scheduler": "pdfium_commits",
113 "slave_pools": ["mac"],
114 "category": "2no_v8",
109 "properties": { 115 "properties": {
110 "xfa": True, 116 "v8": False,
111 "memory_tool": "asan",
112 }, 117 },
113 }, 118 },
114 "mac_xfa": { 119 "mac_xfa": {
115 "recipe": "pdfium", 120 "recipe": "pdfium",
116 "scheduler": "pdfium_commits", 121 "scheduler": "pdfium_commits",
117 "slave_pools": ["mac"], 122 "slave_pools": ["mac"],
118 "category": "1xfa", 123 "category": "1xfa",
119 "properties": { 124 "properties": {
120 "xfa": True, 125 "xfa": True,
121 }, 126 },
122 }, 127 },
123 "mac_xfa_debug_gn": { 128 "mac_xfa_gyp": {
124 "recipe": "pdfium", 129 "recipe": "pdfium",
125 "scheduler": "pdfium_commits", 130 "scheduler": "pdfium_commits",
126 "slave_pools": ["mac"], 131 "slave_pools": ["mac"],
127 "category": "3xfa_gn", 132 "category": "3xfa_gyp",
128 "properties": { 133 "properties": {
129 "xfa": True, 134 "xfa": True,
130 "gn": True, 135 "gn": False,
131 }, 136 },
132 }, 137 },
133 "mac_xfa_rel_gn": { 138 "mac_xfa_rel": {
134 "recipe": "pdfium", 139 "recipe": "pdfium",
135 "scheduler": "pdfium_commits", 140 "scheduler": "pdfium_commits",
136 "slave_pools": ["mac"], 141 "slave_pools": ["mac"],
137 "category": "3xfa_gn", 142 "category": "1xfa",
138 "properties": { 143 "properties": {
139 "xfa": True, 144 "xfa": True,
140 "rel": True, 145 "rel": True,
141 "gn": True, 146 },
147 },
148 "mac_xfa_rel_gyp": {
149 "recipe": "pdfium",
150 "scheduler": "pdfium_commits",
151 "slave_pools": ["mac"],
152 "category": "3xfa_gyp",
153 "properties": {
154 "xfa": True,
155 "rel": True,
156 "gn": False,
157 },
158 },
159 "windows": {
160 "recipe": "pdfium",
161 "scheduler": "pdfium_commits",
162 "slave_pools": ["windows"],
163 "category": "0main",
164 },
165 "windows_no_v8": {
166 "recipe": "pdfium",
167 "scheduler": "pdfium_commits",
168 "slave_pools": ["windows"],
169 "category": "2no_v8",
170 "properties": {
171 "v8": False,
142 }, 172 },
143 }, 173 },
144 "windows_xfa": { 174 "windows_xfa": {
145 "recipe": "pdfium", 175 "recipe": "pdfium",
146 "scheduler": "pdfium_commits", 176 "scheduler": "pdfium_commits",
147 "slave_pools": ["windows"], 177 "slave_pools": ["windows"],
148 "category": "1xfa", 178 "category": "1xfa",
149 "properties": { 179 "properties": {
150 "xfa": True, 180 "xfa": True,
151 }, 181 },
152 }, 182 },
153 "windows_xfa_64": { 183 "windows_xfa_32": {
154 "recipe": "pdfium", 184 "recipe": "pdfium",
155 "scheduler": "pdfium_commits", 185 "scheduler": "pdfium_commits",
156 "slave_pools": ["windows"], 186 "slave_pools": ["windows"],
157 "category": "1xfa", 187 "category": "1xfa",
158 "properties": { 188 "properties": {
159 "xfa": True, 189 "xfa": True,
160 "win64": True, 190 "win32": True,
161 }, 191 },
162 }, 192 },
163 "windows_xfa_64_rel": { 193 "windows_xfa_clang": {
164 "recipe": "pdfium", 194 "recipe": "pdfium",
165 "scheduler": "pdfium_commits", 195 "scheduler": "pdfium_commits",
166 "slave_pools": ["windows"], 196 "slave_pools": ["windows"],
167 "category": "1xfa", 197 "category": "1xfa",
168 "properties": { 198 "properties": {
169 "xfa": True, 199 "xfa": True,
170 "win64": True, 200 "clang": True,
171 "rel": True,
172 }, 201 },
173 }, 202 },
174 "windows_xfa_64_debug_gn": { 203 "windows_xfa_clang_32": {
175 "recipe": "pdfium", 204 "recipe": "pdfium",
176 "scheduler": "pdfium_commits", 205 "scheduler": "pdfium_commits",
177 "slave_pools": ["windows"], 206 "slave_pools": ["windows"],
178 "category": "3xfa_gn",
179 "properties": {
180 "xfa": True,
181 "win64": True,
182 "gn": True,
183 },
184 },
185 "windows_xfa_64_rel_gn": {
186 "recipe": "pdfium",
187 "scheduler": "pdfium_commits",
188 "slave_pools": ["windows"],
189 "category": "3xfa_gn",
190 "properties": {
191 "xfa": True,
192 "win64": True,
193 "rel": True,
194 "gn": True,
195 },
196 },
197 "windows_xfa_clang": {
198 "recipe": "pdfium",
199 "scheduler": "pdfium_commits",
200 "slave_pools": ["windows"],
201 "category": "1xfa", 207 "category": "1xfa",
202 "properties": { 208 "properties": {
203 "xfa": True, 209 "xfa": True,
204 "clang": True, 210 "clang": True,
211 "win32": True,
205 }, 212 },
206 }, 213 },
207 "windows_xfa_clang_x64": { 214 "windows_xfa_gyp": {
215 "recipe": "pdfium",
216 "scheduler": "pdfium_commits",
217 "slave_pools": ["windows"],
218 "category": "3xfa_gyp",
219 "properties": {
220 "xfa": True,
221 "gn": False,
222 },
223 },
224 "windows_xfa_rel": {
208 "recipe": "pdfium", 225 "recipe": "pdfium",
209 "scheduler": "pdfium_commits", 226 "scheduler": "pdfium_commits",
210 "slave_pools": ["windows"], 227 "slave_pools": ["windows"],
211 "category": "1xfa", 228 "category": "1xfa",
212 "properties": { 229 "properties": {
213 "xfa": True, 230 "xfa": True,
214 "clang": True, 231 "rel": True,
215 "win64": True,
216 }, 232 },
217 }, 233 },
218 "drm_win_xfa": { 234 "windows_xfa_rel_gyp": {
219 "recipe": "pdfium", 235 "recipe": "pdfium",
220 "scheduler": "pdfium_commits", 236 "scheduler": "pdfium_commits",
221 "slave_pools": ["drmemory_win"], 237 "slave_pools": ["windows"],
222 "category": "1xfa", 238 "category": "3xfa_gyp",
223 "properties": { 239 "properties": {
224 "xfa": True, 240 "xfa": True,
225 "memory_tool": "drmemory", 241 "rel": True,
226 }, 242 "gn": False,
227 },
228 "android": {
229 "recipe": "pdfium",
230 "scheduler": "pdfium_commits",
231 "slave_pools": ["android"],
232 "category": "0main",
233 "properties": {
234 "gn": True,
235 "skip_test": True,
236 "target_os": "android",
237 }, 243 },
238 }, 244 },
239 }, 245 },
240 246
241 "schedulers": { 247 "schedulers": {
242 "pdfium_commits": { 248 "pdfium_commits": {
243 "type": "git_poller", 249 "type": "git_poller",
244 "git_repo_url": "https://pdfium.googlesource.com/pdfium.git", 250 "git_repo_url": "https://pdfium.googlesource.com/pdfium.git",
245 }, 251 },
246 }, 252 },
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "bits": 64, 309 "bits": 64,
304 "os": "win", 310 "os": "win",
305 "version": "win7", 311 "version": "win7",
306 }, 312 },
307 "slaves": [ 313 "slaves": [
308 "vm270-m3", 314 "vm270-m3",
309 ], 315 ],
310 }, 316 },
311 }, 317 },
312 } 318 }
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.client.pdfium/builders.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698