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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 266 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
267 "name": "ensure git tooling on windows" | 267 "name": "ensure git tooling on windows" |
268 }, | 268 }, |
269 { | 269 { |
270 "cmd": [ | 270 "cmd": [ |
271 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 271 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
272 "diff", | 272 "diff", |
273 "--cached", | 273 "--cached", |
274 "--name-only" | 274 "--name-only" |
275 ], | 275 ], |
276 "cwd": "[SLAVE_BUILD]\\src", | 276 "cwd": "[BUILDER_CACHE]\\win_layout\\src", |
277 "name": "git diff to analyze patch", | 277 "name": "git diff to analyze patch", |
278 "stdout": "/path/to/tmp/", | 278 "stdout": "/path/to/tmp/", |
279 "~followup_annotations": [ | 279 "~followup_annotations": [ |
280 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 280 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
281 "@@@STEP_LOG_END@files@@@", | 281 "@@@STEP_LOG_END@files@@@", |
282 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 282 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
283 ] | 283 ] |
284 }, | 284 }, |
285 { | 285 { |
286 "cmd": [ | 286 "cmd": [ |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
493 }, | 493 }, |
494 "name": "process_dumps" | 494 "name": "process_dumps" |
495 }, | 495 }, |
496 { | 496 { |
497 "name": "$result", | 497 "name": "$result", |
498 "recipe_result": null, | 498 "recipe_result": null, |
499 "status_code": 0 | 499 "status_code": 0 |
500 } | 500 } |
501 ] | 501 ] |
OLD | NEW |