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", |
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", | 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", |
318 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\out\\Release", | 338 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src\\out\\Release", |
319 "/path/to/tmp/json" | 339 "/path/to/tmp/json" |
320 ], | 340 ], |
321 "name": "listdir build_dir", | 341 "name": "listdir build_dir", |
322 "~followup_annotations": [ | 342 "~followup_annotations": [ |
323 "@@@STEP_LOG_LINE@json.output@[@@@", | 343 "@@@STEP_LOG_LINE@json.output@[@@@", |
324 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 344 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
325 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 345 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
326 "@@@STEP_LOG_LINE@json.output@]@@@", | 346 "@@@STEP_LOG_LINE@json.output@]@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 403 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
384 "@@@STEP_LOG_END@python.inline@@@" | 404 "@@@STEP_LOG_END@python.inline@@@" |
385 ] | 405 ] |
386 }, | 406 }, |
387 { | 407 { |
388 "name": "$result", | 408 "name": "$result", |
389 "recipe_result": null, | 409 "recipe_result": null, |
390 "status_code": 0 | 410 "status_code": 0 |
391 } | 411 } |
392 ] | 412 ] |
OLD | NEW |