| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "name": "compile", | 360 "name": "compile", |
| 361 "~followup_annotations": [ | 361 "~followup_annotations": [ |
| 362 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 362 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 363 "@@@STEP_LOG_END@json.output (invalid)@@@" | 363 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 364 ] | 364 ] |
| 365 }, | 365 }, |
| 366 { | 366 { |
| 367 "cmd": [ | 367 "cmd": [ |
| 368 "python", | 368 "python", |
| 369 "-u", | 369 "-u", |
| 370 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 370 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py", |
| 371 "--build-dir", | 371 "--build-dir", |
| 372 "[BUILDER_CACHE]\\win\\src\\out\\Debug_x64", | 372 "[BUILDER_CACHE]\\win\\src\\out\\Debug_x64" |
| 373 "--src-dir", | |
| 374 "[BUILDER_CACHE]\\win\\src" | |
| 375 ], | 373 ], |
| 376 "cwd": "[SLAVE_BUILD]", | 374 "cwd": "[SLAVE_BUILD]", |
| 377 "name": "remove_build_metadata" | 375 "name": "remove_build_metadata" |
| 378 }, | 376 }, |
| 379 { | 377 { |
| 380 "cmd": [ | 378 "cmd": [ |
| 381 "python", | 379 "python", |
| 382 "-u", | 380 "-u", |
| 383 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 381 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 384 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", | 382 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 "~followup_annotations": [ | 451 "~followup_annotations": [ |
| 454 "@@@STEP_TEXT@Win7 x64 Debug (NVIDIA)@@@" | 452 "@@@STEP_TEXT@Win7 x64 Debug (NVIDIA)@@@" |
| 455 ] | 453 ] |
| 456 }, | 454 }, |
| 457 { | 455 { |
| 458 "name": "$result", | 456 "name": "$result", |
| 459 "recipe_result": null, | 457 "recipe_result": null, |
| 460 "status_code": 0 | 458 "status_code": 0 |
| 461 } | 459 } |
| 462 ] | 460 ] |
| OLD | NEW |