blob: e670711cab3dfce4e945f4f6900adc0ed5d30c70 [file] [log] [blame]
Eric Boren7e97dc02017-02-02 09:02:37 -05001[
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[START_DIR]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/"
9 ],
Eric Borena1590852017-03-20 12:48:31 -040010 "infra_step": true,
Eric Boren7e97dc02017-02-02 09:02:37 -050011 "name": "Get downloaded SKP VERSION"
12 },
13 {
14 "cmd": [
15 "python",
16 "-u",
17 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
18 "42",
19 "[START_DIR]/tmp/SKP_VERSION"
20 ],
Eric Borena1590852017-03-20 12:48:31 -040021 "infra_step": true,
Eric Boren7e97dc02017-02-02 09:02:37 -050022 "name": "write SKP_VERSION"
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
28 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
29 "[START_DIR]/skia/infra/bots/assets/skimage/VERSION",
30 "/path/to/tmp/"
31 ],
Eric Borena1590852017-03-20 12:48:31 -040032 "infra_step": true,
Eric Boren7e97dc02017-02-02 09:02:37 -050033 "name": "Get downloaded skimage VERSION"
34 },
35 {
36 "cmd": [
37 "python",
38 "-u",
39 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
40 "42",
41 "[START_DIR]/tmp/SK_IMAGE_VERSION"
42 ],
Eric Borena1590852017-03-20 12:48:31 -040043 "infra_step": true,
Eric Boren7e97dc02017-02-02 09:02:37 -050044 "name": "write SK_IMAGE_VERSION"
45 },
46 {
47 "cmd": [
48 "python",
49 "-u",
50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
51 "[START_DIR]/skia/infra/bots/assets/svg/VERSION",
52 "/path/to/tmp/"
53 ],
Eric Borena1590852017-03-20 12:48:31 -040054 "infra_step": true,
Eric Boren7e97dc02017-02-02 09:02:37 -050055 "name": "Get downloaded SVG VERSION"
56 },
57 {
58 "cmd": [
59 "python",
60 "-u",
61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
62 "42",
63 "[START_DIR]/tmp/SVG_VERSION"
64 ],
Eric Borena1590852017-03-20 12:48:31 -040065 "infra_step": true,
Eric Boren7e97dc02017-02-02 09:02:37 -050066 "name": "write SVG_VERSION"
67 },
68 {
69 "cmd": [
Kevin Lubick30f2ec82017-03-02 08:34:47 -050070 "python",
71 "-u",
Eric Boren6276a7c2017-04-06 12:53:31 +000072 "[START_DIR]/skia/infra/bots/recipe_modules/core/resources/symbolize_stack_trace.py",
Kevin Lubick30f2ec82017-03-02 08:34:47 -050073 "[START_DIR]",
Eric Boren7e97dc02017-02-02 09:02:37 -050074 "[START_DIR]/out/Release/dm",
75 "--undefok",
76 "--resourcePath",
77 "[START_DIR]/skia/resources",
78 "--skps",
79 "[START_DIR]/skp",
80 "--images",
81 "[START_DIR]/skimage/dm",
82 "--colorImages",
83 "[START_DIR]/skimage/colorspace",
84 "--nameByHash",
85 "--properties",
86 "gitHash",
87 "abc123",
88 "master",
89 "client.skia",
90 "builder",
91 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN",
92 "build_number",
93 "5",
94 "--svgs",
95 "[START_DIR]/svg",
96 "--key",
97 "arch",
98 "x86_64",
99 "compiler",
100 "GCC",
101 "configuration",
102 "Release",
103 "cpu_or_gpu",
104 "CPU",
105 "cpu_or_gpu_value",
106 "AVX2",
107 "extra_config",
108 "TSAN",
109 "model",
110 "GCE",
111 "os",
112 "Ubuntu",
113 "--nogpu",
Brian Osman0dbf0422017-03-20 10:21:26 -0400114 "--randomProcessorTest",
Eric Boren7e97dc02017-02-02 09:02:37 -0500115 "--config",
116 "8888",
117 "srgb",
Eric Boren7e97dc02017-02-02 09:02:37 -0500118 "pdf",
Brian Salomon50f66d82017-03-17 14:32:05 -0400119 "gl",
120 "gldft",
121 "glsrgb",
Brian Salomondcf0ab02017-03-20 11:10:21 -0400122 "glmsaa8",
Eric Boren7e97dc02017-02-02 09:02:37 -0500123 "565",
124 "f16",
125 "sp-8888",
126 "2ndpic-8888",
127 "lite-8888",
Mike Klein919cc452017-03-18 15:36:52 +0000128 "gbr-8888",
Eric Boren7e97dc02017-02-02 09:02:37 -0500129 "serialize-8888",
130 "tiles_rt-8888",
131 "pic-8888",
132 "--src",
133 "tests",
134 "gm",
135 "image",
136 "colorImage",
137 "svg",
138 "--blacklist",
139 "f16",
140 "_",
141 "_",
142 "dstreadshuffle",
Brian Salomon50f66d82017-03-17 14:32:05 -0400143 "glsrgb",
Eric Boren7e97dc02017-02-02 09:02:37 -0500144 "image",
145 "_",
146 "_",
147 "8888",
148 "image",
149 "_",
150 "_",
Mike Klein919cc452017-03-18 15:36:52 +0000151 "gbr-8888",
152 "image",
153 "_",
154 "_",
155 "gbr-8888",
156 "colorImage",
157 "_",
158 "_",
Eric Boren7e97dc02017-02-02 09:02:37 -0500159 "serialize-8888",
160 "gm",
161 "_",
162 "bleed_image",
163 "serialize-8888",
164 "gm",
165 "_",
166 "c_gms",
167 "serialize-8888",
168 "gm",
169 "_",
170 "colortype",
171 "serialize-8888",
172 "gm",
173 "_",
174 "colortype_xfermodes",
175 "serialize-8888",
176 "gm",
177 "_",
178 "drawfilter",
179 "serialize-8888",
180 "gm",
181 "_",
182 "fontmgr_bounds_0.75_0",
183 "serialize-8888",
184 "gm",
185 "_",
186 "fontmgr_bounds_1_-0.25",
187 "serialize-8888",
188 "gm",
189 "_",
190 "fontmgr_bounds",
191 "serialize-8888",
192 "gm",
193 "_",
194 "fontmgr_match",
195 "serialize-8888",
196 "gm",
197 "_",
198 "fontmgr_iter",
199 "serialize-8888",
200 "gm",
201 "_",
202 "imagemasksubset",
203 "serialize-8888",
204 "gm",
205 "_",
206 "bitmapfilters",
207 "serialize-8888",
208 "gm",
209 "_",
210 "bitmapshaders",
211 "serialize-8888",
212 "gm",
213 "_",
214 "bleed",
215 "serialize-8888",
216 "gm",
217 "_",
218 "bleed_alpha_bmp",
219 "serialize-8888",
220 "gm",
221 "_",
222 "bleed_alpha_bmp_shader",
223 "serialize-8888",
224 "gm",
225 "_",
226 "convex_poly_clip",
227 "serialize-8888",
228 "gm",
229 "_",
230 "extractalpha",
231 "serialize-8888",
232 "gm",
233 "_",
234 "filterbitmap_checkerboard_32_32_g8",
235 "serialize-8888",
236 "gm",
237 "_",
238 "filterbitmap_image_mandrill_64",
239 "serialize-8888",
240 "gm",
241 "_",
242 "shadows",
243 "serialize-8888",
244 "gm",
245 "_",
246 "simpleaaclip_aaclip",
247 "serialize-8888",
248 "gm",
249 "_",
250 "composeshader_bitmap",
251 "serialize-8888",
252 "gm",
253 "_",
254 "scaled_tilemodes_npot",
255 "serialize-8888",
256 "gm",
257 "_",
258 "scaled_tilemodes",
259 "serialize-8888",
260 "gm",
261 "_",
262 "typefacerendering_pfaMac",
263 "serialize-8888",
264 "gm",
265 "_",
266 "parsedpaths",
267 "serialize-8888",
268 "gm",
269 "_",
270 "ImageGeneratorExternal_rect",
271 "serialize-8888",
272 "gm",
273 "_",
274 "ImageGeneratorExternal_shader",
275 "serialize-8888",
276 "gm",
277 "_",
278 "shadow_utils",
279 "serialize-8888",
280 "gm",
281 "_",
282 "bleed_alpha_image",
283 "serialize-8888",
284 "gm",
285 "_",
286 "bleed_alpha_image_shader",
287 "sp-8888",
288 "gm",
289 "_",
290 "drawfilter",
291 "pic-8888",
292 "gm",
293 "_",
294 "drawfilter",
295 "2ndpic-8888",
296 "gm",
297 "_",
298 "drawfilter",
299 "lite-8888",
300 "gm",
301 "_",
302 "drawfilter",
303 "sp-8888",
304 "gm",
305 "_",
306 "image-cacherator-from-picture",
307 "pic-8888",
308 "gm",
309 "_",
310 "image-cacherator-from-picture",
311 "2ndpic-8888",
312 "gm",
313 "_",
314 "image-cacherator-from-picture",
315 "serialize-8888",
316 "gm",
317 "_",
318 "image-cacherator-from-picture",
319 "sp-8888",
320 "gm",
321 "_",
322 "image-cacherator-from-raster",
323 "pic-8888",
324 "gm",
325 "_",
326 "image-cacherator-from-raster",
327 "2ndpic-8888",
328 "gm",
329 "_",
330 "image-cacherator-from-raster",
331 "serialize-8888",
332 "gm",
333 "_",
334 "image-cacherator-from-raster",
335 "sp-8888",
336 "gm",
337 "_",
338 "image-cacherator-from-ctable",
339 "pic-8888",
340 "gm",
341 "_",
342 "image-cacherator-from-ctable",
343 "2ndpic-8888",
344 "gm",
345 "_",
346 "image-cacherator-from-ctable",
347 "serialize-8888",
348 "gm",
349 "_",
350 "image-cacherator-from-ctable",
351 "sp-8888",
352 "gm",
353 "_",
354 "gamut",
355 "pic-8888",
356 "gm",
357 "_",
358 "gamut",
359 "lite-8888",
360 "gm",
361 "_",
362 "gamut",
363 "2ndpic-8888",
364 "gm",
365 "_",
366 "gamut",
367 "serialize-8888",
368 "gm",
369 "_",
370 "gamut",
371 "sp-8888",
372 "gm",
373 "_",
374 "complexclip4_bw",
375 "pic-8888",
376 "gm",
377 "_",
378 "complexclip4_bw",
379 "lite-8888",
380 "gm",
381 "_",
382 "complexclip4_bw",
383 "2ndpic-8888",
384 "gm",
385 "_",
386 "complexclip4_bw",
387 "serialize-8888",
388 "gm",
389 "_",
390 "complexclip4_bw",
391 "sp-8888",
392 "gm",
393 "_",
394 "complexclip4_aa",
395 "pic-8888",
396 "gm",
397 "_",
398 "complexclip4_aa",
399 "lite-8888",
400 "gm",
401 "_",
402 "complexclip4_aa",
403 "2ndpic-8888",
404 "gm",
405 "_",
406 "complexclip4_aa",
407 "serialize-8888",
408 "gm",
409 "_",
410 "complexclip4_aa",
411 "tiles_rt-8888",
412 "gm",
413 "_",
414 "complexclip4_bw",
415 "tiles_rt-8888",
416 "gm",
417 "_",
418 "complexclip4_aa",
419 "--match",
420 "~ReadWriteAlpha",
421 "~RGBA4444TextureTest",
422 "~RGB565TextureTest"
423 ],
424 "cwd": "[START_DIR]/skia",
425 "env": {
Kevin Lubick0a51b482017-02-06 12:45:29 -0500426 "BUILDTYPE": "Release",
427 "CHROME_HEADLESS": "1",
Eric Borenbbb24f22017-03-21 08:20:33 -0400428 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
Kevin Lubick0a51b482017-02-06 12:45:29 -0500429 "SKIA_OUT": "[START_DIR]/out"
Eric Boren7e97dc02017-02-02 09:02:37 -0500430 },
Kevin Lubick30f2ec82017-03-02 08:34:47 -0500431 "name": "symbolized dm"
Eric Boren7e97dc02017-02-02 09:02:37 -0500432 },
433 {
434 "name": "$result",
435 "recipe_result": null,
436 "status_code": 0
437 }
438]