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