• 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-Release-All-TSAN",
150      "buildbucket_build_id",
151      "123454321",
152      "swarming_bot_id",
153      "skia-bot-123",
154      "swarming_task_id",
155      "123456",
156      "--svgs",
157      "[START_DIR]/svg",
158      "--key",
159      "arch",
160      "x86_64",
161      "compiler",
162      "Clang",
163      "configuration",
164      "Release",
165      "cpu_or_gpu",
166      "CPU",
167      "cpu_or_gpu_value",
168      "AVX2",
169      "extra_config",
170      "TSAN",
171      "model",
172      "GCE",
173      "os",
174      "Debian9",
175      "--dont_write",
176      "pdf",
177      "--randomProcessorTest",
178      "--nogpu",
179      "--config",
180      "8888",
181      "pdf",
182      "g8",
183      "565",
184      "pic-8888",
185      "tiles_rt-8888",
186      "lite-8888",
187      "serialize-8888",
188      "gbr-8888",
189      "f16",
190      "srgb",
191      "esrgb",
192      "narrow",
193      "enarrow",
194      "p3",
195      "ep3",
196      "rec2020",
197      "erec2020",
198      "--src",
199      "tests",
200      "gm",
201      "image",
202      "colorImage",
203      "--blacklist",
204      "f16",
205      "_",
206      "_",
207      "dstreadshuffle",
208      "gbr-8888",
209      "image",
210      "_",
211      "_",
212      "gbr-8888",
213      "colorImage",
214      "_",
215      "_",
216      "g8",
217      "image",
218      "_",
219      "_",
220      "g8",
221      "colorImage",
222      "_",
223      "_",
224      "_",
225      "image",
226      "gen_platf",
227      "error",
228      "serialize-8888",
229      "gm",
230      "_",
231      "bleed_image",
232      "serialize-8888",
233      "gm",
234      "_",
235      "c_gms",
236      "serialize-8888",
237      "gm",
238      "_",
239      "colortype",
240      "serialize-8888",
241      "gm",
242      "_",
243      "colortype_xfermodes",
244      "serialize-8888",
245      "gm",
246      "_",
247      "drawfilter",
248      "serialize-8888",
249      "gm",
250      "_",
251      "fontmgr_bounds_0.75_0",
252      "serialize-8888",
253      "gm",
254      "_",
255      "fontmgr_bounds_1_-0.25",
256      "serialize-8888",
257      "gm",
258      "_",
259      "fontmgr_bounds",
260      "serialize-8888",
261      "gm",
262      "_",
263      "fontmgr_match",
264      "serialize-8888",
265      "gm",
266      "_",
267      "fontmgr_iter",
268      "serialize-8888",
269      "gm",
270      "_",
271      "imagemasksubset",
272      "serialize-8888",
273      "gm",
274      "_",
275      "bitmapfilters",
276      "serialize-8888",
277      "gm",
278      "_",
279      "bitmapshaders",
280      "serialize-8888",
281      "gm",
282      "_",
283      "bleed",
284      "serialize-8888",
285      "gm",
286      "_",
287      "bleed_alpha_bmp",
288      "serialize-8888",
289      "gm",
290      "_",
291      "bleed_alpha_bmp_shader",
292      "serialize-8888",
293      "gm",
294      "_",
295      "convex_poly_clip",
296      "serialize-8888",
297      "gm",
298      "_",
299      "extractalpha",
300      "serialize-8888",
301      "gm",
302      "_",
303      "filterbitmap_checkerboard_32_32_g8",
304      "serialize-8888",
305      "gm",
306      "_",
307      "filterbitmap_image_mandrill_64",
308      "serialize-8888",
309      "gm",
310      "_",
311      "shadows",
312      "serialize-8888",
313      "gm",
314      "_",
315      "simpleaaclip_aaclip",
316      "serialize-8888",
317      "gm",
318      "_",
319      "composeshader_bitmap",
320      "serialize-8888",
321      "gm",
322      "_",
323      "scaled_tilemodes_npot",
324      "serialize-8888",
325      "gm",
326      "_",
327      "scaled_tilemodes",
328      "serialize-8888",
329      "gm",
330      "_",
331      "typefacerendering_pfaMac",
332      "serialize-8888",
333      "gm",
334      "_",
335      "parsedpaths",
336      "serialize-8888",
337      "gm",
338      "_",
339      "ImageGeneratorExternal_rect",
340      "serialize-8888",
341      "gm",
342      "_",
343      "ImageGeneratorExternal_shader",
344      "serialize-8888",
345      "gm",
346      "_",
347      "shadow_utils",
348      "serialize-8888",
349      "gm",
350      "_",
351      "persp_images",
352      "serialize-8888",
353      "gm",
354      "_",
355      "all_bitmap_configs",
356      "serialize-8888",
357      "gm",
358      "_",
359      "makecolorspace",
360      "serialize-8888",
361      "gm",
362      "_",
363      "readpixels",
364      "serialize-8888",
365      "gm",
366      "_",
367      "draw_image_set_rect_to_rect",
368      "serialize-8888",
369      "gm",
370      "_",
371      "analytic_antialias_convex",
372      "serialize-8888",
373      "gm",
374      "_",
375      "bleed_alpha_image",
376      "serialize-8888",
377      "gm",
378      "_",
379      "bleed_alpha_image_shader",
380      "pic-8888",
381      "gm",
382      "_",
383      "drawfilter",
384      "lite-8888",
385      "gm",
386      "_",
387      "drawfilter",
388      "pic-8888",
389      "gm",
390      "_",
391      "image-cacherator-from-picture",
392      "serialize-8888",
393      "gm",
394      "_",
395      "image-cacherator-from-picture",
396      "pic-8888",
397      "gm",
398      "_",
399      "image-cacherator-from-raster",
400      "serialize-8888",
401      "gm",
402      "_",
403      "image-cacherator-from-raster",
404      "pic-8888",
405      "gm",
406      "_",
407      "image-cacherator-from-ctable",
408      "serialize-8888",
409      "gm",
410      "_",
411      "image-cacherator-from-ctable",
412      "pic-8888",
413      "gm",
414      "_",
415      "complexclip4_bw",
416      "lite-8888",
417      "gm",
418      "_",
419      "complexclip4_bw",
420      "serialize-8888",
421      "gm",
422      "_",
423      "complexclip4_bw",
424      "pic-8888",
425      "gm",
426      "_",
427      "complexclip4_aa",
428      "lite-8888",
429      "gm",
430      "_",
431      "complexclip4_aa",
432      "serialize-8888",
433      "gm",
434      "_",
435      "complexclip4_aa",
436      "pic-8888",
437      "gm",
438      "_",
439      "p3",
440      "lite-8888",
441      "gm",
442      "_",
443      "p3",
444      "serialize-8888",
445      "gm",
446      "_",
447      "p3",
448      "tiles_rt-8888",
449      "gm",
450      "_",
451      "complexclip4_bw",
452      "tiles_rt-8888",
453      "gm",
454      "_",
455      "complexclip4_aa",
456      "--match",
457      "~ReadWriteAlpha",
458      "~RGBA4444TextureTest",
459      "~RGB565TextureTest",
460      "--nonativeFonts",
461      "--verbose"
462    ],
463    "cwd": "[START_DIR]/skia",
464    "env": {
465      "CHROME_HEADLESS": "1",
466      "LD_LIBRARY_PATH": "[START_DIR]/clang_linux/lib",
467      "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]:[START_DIR]/clang_linux/bin",
468      "TSAN_OPTIONS": "report_signal_unsafe=0"
469    },
470    "name": "symbolized dm"
471  },
472  {
473    "jsonResult": null,
474    "name": "$result"
475  }
476]