OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 307 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
308 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 308 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
309 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 309 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
310 "@@@STEP_LOG_END@python.inline@@@" | 310 "@@@STEP_LOG_END@python.inline@@@" |
311 ] | 311 ] |
312 }, | 312 }, |
313 { | 313 { |
314 "cmd": [ | 314 "cmd": [ |
315 "python", | 315 "python", |
316 "-u", | 316 "-u", |
317 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
318 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\third_party\\llvm-build\\Rel
ease+Asserts\\bin\\llvm-symbolizer.exe", | |
319 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\out\\Release" | |
320 ], | |
321 "name": "Copy llvm-symbolizer" | |
322 }, | |
323 { | |
324 "cmd": [ | |
325 "python", | |
326 "-u", | |
327 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
328 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\third_party\\llvm-build\\Rel
ease+Asserts\\bin\\sancov.exe", | |
329 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\out\\Release" | |
330 ], | |
331 "name": "Copy sancov" | |
332 }, | |
333 { | |
334 "cmd": [ | |
335 "python", | |
336 "-u", | |
337 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 317 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
338 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\out\\Release", | 318 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\out\\Release", |
339 "/path/to/tmp/json" | 319 "/path/to/tmp/json" |
340 ], | 320 ], |
341 "name": "listdir build_dir", | 321 "name": "listdir build_dir", |
342 "~followup_annotations": [ | 322 "~followup_annotations": [ |
343 "@@@STEP_LOG_LINE@json.output@[@@@", | 323 "@@@STEP_LOG_LINE@json.output@[@@@", |
344 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 324 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
345 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 325 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
346 "@@@STEP_LOG_LINE@json.output@]@@@", | 326 "@@@STEP_LOG_LINE@json.output@]@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
404 "@@@STEP_LOG_END@python.inline@@@" | 384 "@@@STEP_LOG_END@python.inline@@@" |
405 ] | 385 ] |
406 }, | 386 }, |
407 { | 387 { |
408 "name": "$result", | 388 "name": "$result", |
409 "recipe_result": null, | 389 "recipe_result": null, |
410 "status_code": 0 | 390 "status_code": 0 |
411 } | 391 } |
412 ] | 392 ] |
OLD | NEW |