| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "[GIT_CACHE]", | 256 "[GIT_CACHE]", |
| 257 "--rietveld_server", | 257 "--rietveld_server", |
| 258 "https://codereview.chromium.org", | 258 "https://codereview.chromium.org", |
| 259 "--output_json", | 259 "--output_json", |
| 260 "/path/to/tmp/json", | 260 "/path/to/tmp/json", |
| 261 "--revision", | 261 "--revision", |
| 262 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 262 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 263 "--force", | 263 "--force", |
| 264 "--output_manifest" | 264 "--output_manifest" |
| 265 ], | 265 ], |
| 266 "cwd": "[BUILDER_CACHE]\\win", |
| 266 "env": { | 267 "env": { |
| 267 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 268 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 268 }, | 269 }, |
| 269 "name": "bot_update (without patch)", | 270 "name": "bot_update (without patch)", |
| 270 "~followup_annotations": [ | 271 "~followup_annotations": [ |
| 271 "@@@STEP_TEXT@Some step text@@@", | 272 "@@@STEP_TEXT@Some step text@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@{@@@", | 273 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0
fab3\"@@@" | 360 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0
fab3\"@@@" |
| 360 ] | 361 ] |
| 361 }, | 362 }, |
| 362 { | 363 { |
| 363 "name": "$result", | 364 "name": "$result", |
| 364 "reason": "Step('gclient runhooks (without patch)') failed with return_code
1", | 365 "reason": "Step('gclient runhooks (without patch)') failed with return_code
1", |
| 365 "recipe_result": null, | 366 "recipe_result": null, |
| 366 "status_code": 1 | 367 "status_code": 1 |
| 367 } | 368 } |
| 368 ] | 369 ] |
| OLD | NEW |