| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "name": "compile", | 370 "name": "compile", |
| 371 "~followup_annotations": [ | 371 "~followup_annotations": [ |
| 372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 373 "@@@STEP_LOG_END@json.output (invalid)@@@" | 373 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 374 ] | 374 ] |
| 375 }, | 375 }, |
| 376 { | 376 { |
| 377 "cmd": [ | 377 "cmd": [ |
| 378 "python", | 378 "python", |
| 379 "-u", | 379 "-u", |
| 380 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 380 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py", |
| 381 "--build-dir", | 381 "--build-dir", |
| 382 "[BUILDER_CACHE]\\win\\src\\out\\Release", | 382 "[BUILDER_CACHE]\\win\\src\\out\\Release" |
| 383 "--src-dir", | |
| 384 "[BUILDER_CACHE]\\win\\src" | |
| 385 ], | 383 ], |
| 386 "cwd": "[SLAVE_BUILD]", | 384 "cwd": "[SLAVE_BUILD]", |
| 387 "name": "remove_build_metadata" | 385 "name": "remove_build_metadata" |
| 388 }, | 386 }, |
| 389 { | 387 { |
| 390 "cmd": [ | 388 "cmd": [ |
| 391 "python", | 389 "python", |
| 392 "-u", | 390 "-u", |
| 393 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 391 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 394 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", | 392 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 "~followup_annotations": [ | 480 "~followup_annotations": [ |
| 483 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" | 481 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" |
| 484 ] | 482 ] |
| 485 }, | 483 }, |
| 486 { | 484 { |
| 487 "name": "$result", | 485 "name": "$result", |
| 488 "recipe_result": null, | 486 "recipe_result": null, |
| 489 "status_code": 0 | 487 "status_code": 0 |
| 490 } | 488 } |
| 491 ] | 489 ] |
| OLD | NEW |