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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 267 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
268 "name": "ensure git tooling on windows" | 268 "name": "ensure git tooling on windows" |
269 }, | 269 }, |
270 { | 270 { |
271 "cmd": [ | 271 "cmd": [ |
272 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 272 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
273 "diff", | 273 "diff", |
274 "--cached", | 274 "--cached", |
275 "--name-only" | 275 "--name-only" |
276 ], | 276 ], |
277 "cwd": "[SLAVE_BUILD]\\src", | 277 "cwd": "[BUILDER_CACHE]\\win_clang\\src", |
278 "name": "git diff to analyze patch", | 278 "name": "git diff to analyze patch", |
279 "stdout": "/path/to/tmp/", | 279 "stdout": "/path/to/tmp/", |
280 "~followup_annotations": [ | 280 "~followup_annotations": [ |
281 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 281 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
282 "@@@STEP_LOG_END@files@@@", | 282 "@@@STEP_LOG_END@files@@@", |
283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
284 ] | 284 ] |
285 }, | 285 }, |
286 { | 286 { |
287 "cmd": [ | 287 "cmd": [ |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 "import sys; sys.exit(0)" | 447 "import sys; sys.exit(0)" |
448 ], | 448 ], |
449 "name": "mark: before_tests" | 449 "name": "mark: before_tests" |
450 }, | 450 }, |
451 { | 451 { |
452 "name": "$result", | 452 "name": "$result", |
453 "recipe_result": null, | 453 "recipe_result": null, |
454 "status_code": 0 | 454 "status_code": 0 |
455 } | 455 } |
456 ] | 456 ] |
OLD | NEW |