| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "name": "compile", | 397 "name": "compile", |
| 398 "~followup_annotations": [ | 398 "~followup_annotations": [ |
| 399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 400 "@@@STEP_LOG_END@json.output (invalid)@@@" | 400 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 401 ] | 401 ] |
| 402 }, | 402 }, |
| 403 { | 403 { |
| 404 "cmd": [ | 404 "cmd": [ |
| 405 "python", | 405 "python", |
| 406 "-u", | 406 "-u", |
| 407 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 407 "[BUILDER_CACHE]\\win_clang\\src\\tools\\determinism\\remove_build_metadat
a.py", |
| 408 "--build-dir", | 408 "--build-dir", |
| 409 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release", | 409 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release" |
| 410 "--src-dir", | |
| 411 "[BUILDER_CACHE]\\win_clang\\src" | |
| 412 ], | 410 ], |
| 413 "cwd": "[SLAVE_BUILD]", | 411 "cwd": "[SLAVE_BUILD]", |
| 414 "name": "remove_build_metadata" | 412 "name": "remove_build_metadata" |
| 415 }, | 413 }, |
| 416 { | 414 { |
| 417 "cmd": [ | 415 "cmd": [ |
| 418 "python", | 416 "python", |
| 419 "-u", | 417 "-u", |
| 420 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 418 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 421 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client", | 419 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 "~followup_annotations": [ | 488 "~followup_annotations": [ |
| 491 "@@@STEP_TEXT@CrWinClang tester@@@" | 489 "@@@STEP_TEXT@CrWinClang tester@@@" |
| 492 ] | 490 ] |
| 493 }, | 491 }, |
| 494 { | 492 { |
| 495 "name": "$result", | 493 "name": "$result", |
| 496 "recipe_result": null, | 494 "recipe_result": null, |
| 497 "status_code": 0 | 495 "status_code": 0 |
| 498 } | 496 } |
| 499 ] | 497 ] |
| OLD | NEW |