• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "cmd": [
4      "python",
5      "-u",
6      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
7      "--json-output",
8      "/path/to/tmp/json",
9      "ensure-directory",
10      "--mode",
11      "0777",
12      "[START_DIR]/tmp"
13    ],
14    "infra_step": true,
15    "name": "makedirs tmp_dir"
16  },
17  {
18    "cmd": [
19      "python",
20      "-u",
21      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
22      "--json-output",
23      "/path/to/tmp/json",
24      "copy",
25      "[START_DIR]/skia/infra/bots/assets/skp/VERSION",
26      "/path/to/tmp/"
27    ],
28    "infra_step": true,
29    "name": "Get skp VERSION"
30  },
31  {
32    "cmd": [
33      "python",
34      "-u",
35      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
36      "--json-output",
37      "/path/to/tmp/json",
38      "copy",
39      "42",
40      "[START_DIR]/tmp/SKP_VERSION"
41    ],
42    "infra_step": true,
43    "name": "write SKP_VERSION"
44  },
45  {
46    "cmd": [
47      "python",
48      "-u",
49      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
50      "--json-output",
51      "/path/to/tmp/json",
52      "copy",
53      "[START_DIR]/skia/infra/bots/assets/skimage/VERSION",
54      "/path/to/tmp/"
55    ],
56    "infra_step": true,
57    "name": "Get skimage VERSION"
58  },
59  {
60    "cmd": [
61      "python",
62      "-u",
63      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
64      "--json-output",
65      "/path/to/tmp/json",
66      "copy",
67      "42",
68      "[START_DIR]/tmp/SK_IMAGE_VERSION"
69    ],
70    "infra_step": true,
71    "name": "write SK_IMAGE_VERSION"
72  },
73  {
74    "cmd": [
75      "python",
76      "-u",
77      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
78      "--json-output",
79      "/path/to/tmp/json",
80      "copy",
81      "[START_DIR]/skia/infra/bots/assets/svg/VERSION",
82      "/path/to/tmp/"
83    ],
84    "infra_step": true,
85    "name": "Get svg VERSION"
86  },
87  {
88    "cmd": [
89      "python",
90      "-u",
91      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
92      "--json-output",
93      "/path/to/tmp/json",
94      "copy",
95      "42",
96      "[START_DIR]/tmp/SVG_VERSION"
97    ],
98    "infra_step": true,
99    "name": "write SVG_VERSION"
100  },
101  {
102    "cmd": [
103      "python",
104      "-u",
105      "import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
106    ],
107    "name": "get swarming bot id",
108    "stdout": "/path/to/tmp/",
109    "~followup_annotations": [
110      "@@@STEP_LOG_LINE@python.inline@import os@@@",
111      "@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
112      "@@@STEP_LOG_END@python.inline@@@"
113    ]
114  },
115  {
116    "cmd": [
117      "python",
118      "-u",
119      "import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
120    ],
121    "name": "get swarming task id",
122    "stdout": "/path/to/tmp/",
123    "~followup_annotations": [
124      "@@@STEP_LOG_LINE@python.inline@import os@@@",
125      "@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
126      "@@@STEP_LOG_END@python.inline@@@"
127    ]
128  },
129  {
130    "cmd": [
131      "python",
132      "-u",
133      "RECIPE_MODULE[skia::flavor]/resources/symbolize_stack_trace.py",
134      "[START_DIR]",
135      "[START_DIR]/build/dm",
136      "--resourcePath",
137      "[START_DIR]/skia/resources",
138      "--skps",
139      "[START_DIR]/skp",
140      "--images",
141      "[START_DIR]/skimage/dm",
142      "--colorImages",
143      "[START_DIR]/skimage/colorspace",
144      "--nameByHash",
145      "--properties",
146      "gitHash",
147      "abc123",
148      "builder",
149      "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN",
150      "buildbucket_build_id",
151      "123454321",
152      "task_id",
153      "task_12345",
154      "swarming_bot_id",
155      "skia-bot-123",
156      "swarming_task_id",
157      "123456",
158      "--svgs",
159      "[START_DIR]/svg",
160      "--key",
161      "arch",
162      "x86_64",
163      "compiler",
164      "Clang",
165      "configuration",
166      "Debug",
167      "cpu_or_gpu",
168      "CPU",
169      "cpu_or_gpu_value",
170      "AVX2",
171      "extra_config",
172      "MSAN",
173      "model",
174      "GCE",
175      "os",
176      "Debian9",
177      "style",
178      "default",
179      "--dont_write",
180      "pdf",
181      "--nogpu",
182      "--config",
183      "8888",
184      "pdf",
185      "g8",
186      "565",
187      "pic-8888",
188      "tiles_rt-8888",
189      "lite-8888",
190      "serialize-8888",
191      "gbr-8888",
192      "f16",
193      "srgb",
194      "esrgb",
195      "narrow",
196      "enarrow",
197      "p3",
198      "ep3",
199      "rec2020",
200      "erec2020",
201      "--src",
202      "tests",
203      "gm",
204      "image",
205      "colorImage",
206      "--blacklist",
207      "f16",
208      "_",
209      "_",
210      "dstreadshuffle",
211      "gbr-8888",
212      "image",
213      "_",
214      "_",
215      "gbr-8888",
216      "colorImage",
217      "_",
218      "_",
219      "g8",
220      "image",
221      "_",
222      "_",
223      "g8",
224      "colorImage",
225      "_",
226      "_",
227      "_",
228      "image",
229      "gen_platf",
230      "error",
231      "serialize-8888",
232      "gm",
233      "_",
234      "bleed_image",
235      "serialize-8888",
236      "gm",
237      "_",
238      "c_gms",
239      "serialize-8888",
240      "gm",
241      "_",
242      "colortype",
243      "serialize-8888",
244      "gm",
245      "_",
246      "colortype_xfermodes",
247      "serialize-8888",
248      "gm",
249      "_",
250      "drawfilter",
251      "serialize-8888",
252      "gm",
253      "_",
254      "fontmgr_bounds_0.75_0",
255      "serialize-8888",
256      "gm",
257      "_",
258      "fontmgr_bounds_1_-0.25",
259      "serialize-8888",
260      "gm",
261      "_",
262      "fontmgr_bounds",
263      "serialize-8888",
264      "gm",
265      "_",
266      "fontmgr_match",
267      "serialize-8888",
268      "gm",
269      "_",
270      "fontmgr_iter",
271      "serialize-8888",
272      "gm",
273      "_",
274      "imagemasksubset",
275      "serialize-8888",
276      "gm",
277      "_",
278      "bitmapfilters",
279      "serialize-8888",
280      "gm",
281      "_",
282      "bitmapshaders",
283      "serialize-8888",
284      "gm",
285      "_",
286      "bleed",
287      "serialize-8888",
288      "gm",
289      "_",
290      "bleed_alpha_bmp",
291      "serialize-8888",
292      "gm",
293      "_",
294      "bleed_alpha_bmp_shader",
295      "serialize-8888",
296      "gm",
297      "_",
298      "convex_poly_clip",
299      "serialize-8888",
300      "gm",
301      "_",
302      "extractalpha",
303      "serialize-8888",
304      "gm",
305      "_",
306      "filterbitmap_checkerboard_32_32_g8",
307      "serialize-8888",
308      "gm",
309      "_",
310      "filterbitmap_image_mandrill_64",
311      "serialize-8888",
312      "gm",
313      "_",
314      "shadows",
315      "serialize-8888",
316      "gm",
317      "_",
318      "simpleaaclip_aaclip",
319      "serialize-8888",
320      "gm",
321      "_",
322      "composeshader_bitmap",
323      "serialize-8888",
324      "gm",
325      "_",
326      "scaled_tilemodes_npot",
327      "serialize-8888",
328      "gm",
329      "_",
330      "scaled_tilemodes",
331      "serialize-8888",
332      "gm",
333      "_",
334      "typefacerendering_pfaMac",
335      "serialize-8888",
336      "gm",
337      "_",
338      "parsedpaths",
339      "serialize-8888",
340      "gm",
341      "_",
342      "ImageGeneratorExternal_rect",
343      "serialize-8888",
344      "gm",
345      "_",
346      "ImageGeneratorExternal_shader",
347      "serialize-8888",
348      "gm",
349      "_",
350      "shadow_utils",
351      "serialize-8888",
352      "gm",
353      "_",
354      "persp_images",
355      "serialize-8888",
356      "gm",
357      "_",
358      "all_bitmap_configs",
359      "serialize-8888",
360      "gm",
361      "_",
362      "makecolorspace",
363      "serialize-8888",
364      "gm",
365      "_",
366      "readpixels",
367      "serialize-8888",
368      "gm",
369      "_",
370      "draw_image_set_rect_to_rect",
371      "serialize-8888",
372      "gm",
373      "_",
374      "analytic_antialias_convex",
375      "serialize-8888",
376      "gm",
377      "_",
378      "bleed_alpha_image",
379      "serialize-8888",
380      "gm",
381      "_",
382      "bleed_alpha_image_shader",
383      "pic-8888",
384      "gm",
385      "_",
386      "drawfilter",
387      "lite-8888",
388      "gm",
389      "_",
390      "drawfilter",
391      "pic-8888",
392      "gm",
393      "_",
394      "image-cacherator-from-picture",
395      "serialize-8888",
396      "gm",
397      "_",
398      "image-cacherator-from-picture",
399      "pic-8888",
400      "gm",
401      "_",
402      "image-cacherator-from-raster",
403      "serialize-8888",
404      "gm",
405      "_",
406      "image-cacherator-from-raster",
407      "pic-8888",
408      "gm",
409      "_",
410      "image-cacherator-from-ctable",
411      "serialize-8888",
412      "gm",
413      "_",
414      "image-cacherator-from-ctable",
415      "pic-8888",
416      "gm",
417      "_",
418      "complexclip4_bw",
419      "lite-8888",
420      "gm",
421      "_",
422      "complexclip4_bw",
423      "serialize-8888",
424      "gm",
425      "_",
426      "complexclip4_bw",
427      "pic-8888",
428      "gm",
429      "_",
430      "complexclip4_aa",
431      "lite-8888",
432      "gm",
433      "_",
434      "complexclip4_aa",
435      "serialize-8888",
436      "gm",
437      "_",
438      "complexclip4_aa",
439      "pic-8888",
440      "gm",
441      "_",
442      "p3",
443      "lite-8888",
444      "gm",
445      "_",
446      "p3",
447      "serialize-8888",
448      "gm",
449      "_",
450      "p3",
451      "tiles_rt-8888",
452      "gm",
453      "_",
454      "complexclip4_bw",
455      "tiles_rt-8888",
456      "gm",
457      "_",
458      "complexclip4_aa",
459      "--match",
460      "~Once",
461      "~Shared",
462      "--nonativeFonts",
463      "--verbose"
464    ],
465    "cwd": "[START_DIR]/skia",
466    "env": {
467      "CHROME_HEADLESS": "1",
468      "LD_LIBRARY_PATH": "[START_DIR]/clang_linux/msan:[START_DIR]/clang_linux/lib",
469      "PATH": "<PATH>:RECIPE_REPO[depot_tools]:[START_DIR]/clang_linux/bin"
470    },
471    "name": "symbolized dm"
472  },
473  {
474    "jsonResult": null,
475    "name": "$result"
476  }
477]