| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 "name": "compile", | 384 "name": "compile", |
| 385 "~followup_annotations": [ | 385 "~followup_annotations": [ |
| 386 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 386 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 387 "@@@STEP_LOG_END@json.output (invalid)@@@" | 387 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 388 ] | 388 ] |
| 389 }, | 389 }, |
| 390 { | 390 { |
| 391 "cmd": [ | 391 "cmd": [ |
| 392 "python", | 392 "python", |
| 393 "-u", | 393 "-u", |
| 394 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 394 "[BUILDER_CACHE]\\win_clang\\src\\tools\\determinism\\remove_build_metadat
a.py", |
| 395 "--build-dir", | 395 "--build-dir", |
| 396 "[BUILDER_CACHE]\\win_clang\\src\\out\\Debug", | 396 "[BUILDER_CACHE]\\win_clang\\src\\out\\Debug" |
| 397 "--src-dir", | |
| 398 "[BUILDER_CACHE]\\win_clang\\src" | |
| 399 ], | 397 ], |
| 400 "cwd": "[SLAVE_BUILD]", | 398 "cwd": "[SLAVE_BUILD]", |
| 401 "name": "remove_build_metadata" | 399 "name": "remove_build_metadata" |
| 402 }, | 400 }, |
| 403 { | 401 { |
| 404 "cmd": [ | 402 "cmd": [ |
| 405 "python", | 403 "python", |
| 406 "-u", | 404 "-u", |
| 407 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 405 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 408 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client", | 406 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 "~followup_annotations": [ | 475 "~followup_annotations": [ |
| 478 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" | 476 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" |
| 479 ] | 477 ] |
| 480 }, | 478 }, |
| 481 { | 479 { |
| 482 "name": "$result", | 480 "name": "$result", |
| 483 "recipe_result": null, | 481 "recipe_result": null, |
| 484 "status_code": 0 | 482 "status_code": 0 |
| 485 } | 483 } |
| 486 ] | 484 ] |
| OLD | NEW |