• 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    "~followup_annotations": [
45      "@@@STEP_LOG_LINE@SKP_VERSION@42@@@",
46      "@@@STEP_LOG_END@SKP_VERSION@@@"
47    ]
48  },
49  {
50    "cmd": [
51      "python",
52      "-u",
53      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
54      "--json-output",
55      "/path/to/tmp/json",
56      "copy",
57      "[START_DIR]/skia/infra/bots/assets/skimage/VERSION",
58      "/path/to/tmp/"
59    ],
60    "infra_step": true,
61    "name": "Get skimage VERSION"
62  },
63  {
64    "cmd": [
65      "python",
66      "-u",
67      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
68      "--json-output",
69      "/path/to/tmp/json",
70      "copy",
71      "42",
72      "[START_DIR]/tmp/SK_IMAGE_VERSION"
73    ],
74    "infra_step": true,
75    "name": "write SK_IMAGE_VERSION",
76    "~followup_annotations": [
77      "@@@STEP_LOG_LINE@SK_IMAGE_VERSION@42@@@",
78      "@@@STEP_LOG_END@SK_IMAGE_VERSION@@@"
79    ]
80  },
81  {
82    "cmd": [
83      "python",
84      "-u",
85      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
86      "--json-output",
87      "/path/to/tmp/json",
88      "copy",
89      "[START_DIR]/skia/infra/bots/assets/svg/VERSION",
90      "/path/to/tmp/"
91    ],
92    "infra_step": true,
93    "name": "Get svg VERSION"
94  },
95  {
96    "cmd": [
97      "python",
98      "-u",
99      "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
100      "--json-output",
101      "/path/to/tmp/json",
102      "copy",
103      "42",
104      "[START_DIR]/tmp/SVG_VERSION"
105    ],
106    "infra_step": true,
107    "name": "write SVG_VERSION",
108    "~followup_annotations": [
109      "@@@STEP_LOG_LINE@SVG_VERSION@42@@@",
110      "@@@STEP_LOG_END@SVG_VERSION@@@"
111    ]
112  },
113  {
114    "cmd": [
115      "python",
116      "-u",
117      "import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n"
118    ],
119    "name": "get swarming bot id",
120    "~followup_annotations": [
121      "@@@STEP_LOG_LINE@python.inline@import os@@@",
122      "@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@",
123      "@@@STEP_LOG_END@python.inline@@@"
124    ]
125  },
126  {
127    "cmd": [
128      "python",
129      "-u",
130      "import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n"
131    ],
132    "name": "get swarming task id",
133    "~followup_annotations": [
134      "@@@STEP_LOG_LINE@python.inline@import os@@@",
135      "@@@STEP_LOG_LINE@python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@",
136      "@@@STEP_LOG_END@python.inline@@@"
137    ]
138  },
139  {
140    "cmd": [
141      "python",
142      "-u",
143      "RECIPE_MODULE[skia::flavor]/resources/symbolize_stack_trace.py",
144      "[START_DIR]",
145      "catchsegv",
146      "[START_DIR]/build/dm",
147      "--resourcePath",
148      "[START_DIR]/skia/resources",
149      "--skps",
150      "[START_DIR]/skp",
151      "--images",
152      "[START_DIR]/skimage/dm",
153      "--colorImages",
154      "[START_DIR]/skimage/colorspace",
155      "--nameByHash",
156      "--properties",
157      "gitHash",
158      "abc123",
159      "builder",
160      "Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-Vulkan_Coverage",
161      "buildbucket_build_id",
162      "123454321",
163      "task_id",
164      "task_12345",
165      "swarming_bot_id",
166      "skia-bot-123",
167      "swarming_task_id",
168      "123456",
169      "--svgs",
170      "[START_DIR]/svg",
171      "--key",
172      "arch",
173      "x86_64",
174      "compiler",
175      "Clang",
176      "configuration",
177      "Debug",
178      "cpu_or_gpu",
179      "GPU",
180      "cpu_or_gpu_value",
181      "QuadroP400",
182      "extra_config",
183      "Vulkan_Coverage",
184      "model",
185      "Golo",
186      "os",
187      "Ubuntu17",
188      "style",
189      "default",
190      "--dont_write",
191      "pdf",
192      "--randomProcessorTest",
193      "--nocpu",
194      "--config",
195      "vk",
196      "vkmsaa8",
197      "vk1010102",
198      "--src",
199      "tests",
200      "gm",
201      "image",
202      "colorImage",
203      "svg",
204      "--blacklist",
205      "vk1010102",
206      "image",
207      "_",
208      "_",
209      "_",
210      "svg",
211      "_",
212      "svgparse_",
213      "_",
214      "image",
215      "gen_platf",
216      "error",
217      "_",
218      "image",
219      "_",
220      "interlaced1.png",
221      "_",
222      "image",
223      "_",
224      "interlaced2.png",
225      "_",
226      "image",
227      "_",
228      "interlaced3.png",
229      "_",
230      "image",
231      "_",
232      ".arw",
233      "_",
234      "image",
235      "_",
236      ".cr2",
237      "_",
238      "image",
239      "_",
240      ".dng",
241      "_",
242      "image",
243      "_",
244      ".nef",
245      "_",
246      "image",
247      "_",
248      ".nrw",
249      "_",
250      "image",
251      "_",
252      ".orf",
253      "_",
254      "image",
255      "_",
256      ".raf",
257      "_",
258      "image",
259      "_",
260      ".rw2",
261      "_",
262      "image",
263      "_",
264      ".pef",
265      "_",
266      "image",
267      "_",
268      ".srw",
269      "_",
270      "image",
271      "_",
272      ".ARW",
273      "_",
274      "image",
275      "_",
276      ".CR2",
277      "_",
278      "image",
279      "_",
280      ".DNG",
281      "_",
282      "image",
283      "_",
284      ".NEF",
285      "_",
286      "image",
287      "_",
288      ".NRW",
289      "_",
290      "image",
291      "_",
292      ".ORF",
293      "_",
294      "image",
295      "_",
296      ".RAF",
297      "_",
298      "image",
299      "_",
300      ".RW2",
301      "_",
302      "image",
303      "_",
304      ".PEF",
305      "_",
306      "image",
307      "_",
308      ".SRW",
309      "--nonativeFonts",
310      "--verbose"
311    ],
312    "cwd": "[START_DIR]/skia",
313    "env": {
314      "CHROME_HEADLESS": "1",
315      "LD_LIBRARY_PATH": "[START_DIR]/linux_vulkan_sdk/lib",
316      "LLVM_PROFILE_FILE": "[START_DIR]/[SWARM_OUT_DIR]/All.profraw",
317      "PATH": "<PATH>:RECIPE_REPO[depot_tools]:[START_DIR]/linux_vulkan_sdk/bin"
318    },
319    "name": "symbolized dm"
320  },
321  {
322    "name": "$result"
323  }
324]