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 271 matching lines...) Loading... |
282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
283 "name": "ensure git tooling on windows" | 283 "name": "ensure git tooling on windows" |
284 }, | 284 }, |
285 { | 285 { |
286 "cmd": [ | 286 "cmd": [ |
287 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 287 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
288 "diff", | 288 "diff", |
289 "--cached", | 289 "--cached", |
290 "--name-only" | 290 "--name-only" |
291 ], | 291 ], |
292 "cwd": "[SLAVE_BUILD]\\src", | 292 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", |
293 "name": "git diff to analyze patch", | 293 "name": "git diff to analyze patch", |
294 "stdout": "/path/to/tmp/", | 294 "stdout": "/path/to/tmp/", |
295 "~followup_annotations": [ | 295 "~followup_annotations": [ |
296 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 296 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
297 "@@@STEP_LOG_END@files@@@", | 297 "@@@STEP_LOG_END@files@@@", |
298 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 298 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
299 ] | 299 ] |
300 }, | 300 }, |
301 { | 301 { |
302 "cmd": [ | 302 "cmd": [ |
(...skipping 176 matching lines...) Loading... |
479 "step returned non-zero exit code: 1", | 479 "step returned non-zero exit code: 1", |
480 "@@@STEP_EXCEPTION@@@" | 480 "@@@STEP_EXCEPTION@@@" |
481 ] | 481 ] |
482 }, | 482 }, |
483 { | 483 { |
484 "name": "$result", | 484 "name": "$result", |
485 "recipe_result": null, | 485 "recipe_result": null, |
486 "status_code": 0 | 486 "status_code": 0 |
487 } | 487 } |
488 ] | 488 ] |
OLD | NEW |