| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 272 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 273 "name": "ensure git tooling on windows" | 273 "name": "ensure git tooling on windows" |
| 274 }, | 274 }, |
| 275 { | 275 { |
| 276 "cmd": [ | 276 "cmd": [ |
| 277 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 277 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 278 "diff", | 278 "diff", |
| 279 "--cached", | 279 "--cached", |
| 280 "--name-only" | 280 "--name-only" |
| 281 ], | 281 ], |
| 282 "cwd": "[SLAVE_BUILD]\\src", | 282 "cwd": "[BUILDER_CACHE]\\win_archive\\src", |
| 283 "name": "git diff to analyze patch", | 283 "name": "git diff to analyze patch", |
| 284 "stdout": "/path/to/tmp/", | 284 "stdout": "/path/to/tmp/", |
| 285 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 286 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 286 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 287 "@@@STEP_LOG_END@files@@@", | 287 "@@@STEP_LOG_END@files@@@", |
| 288 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 288 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 289 ] | 289 ] |
| 290 }, | 290 }, |
| 291 { | 291 { |
| 292 "cmd": [ | 292 "cmd": [ |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "import sys; sys.exit(0)" | 423 "import sys; sys.exit(0)" |
| 424 ], | 424 ], |
| 425 "name": "mark: before_tests" | 425 "name": "mark: before_tests" |
| 426 }, | 426 }, |
| 427 { | 427 { |
| 428 "name": "$result", | 428 "name": "$result", |
| 429 "recipe_result": null, | 429 "recipe_result": null, |
| 430 "status_code": 0 | 430 "status_code": 0 |
| 431 } | 431 } |
| 432 ] | 432 ] |
| OLD | NEW |