| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "--issue", | 51 "--issue", |
| 52 "12853011", | 52 "12853011", |
| 53 "--patchset", | 53 "--patchset", |
| 54 "1", | 54 "1", |
| 55 "--rietveld_server", | 55 "--rietveld_server", |
| 56 "https://codereview.chromium.org", | 56 "https://codereview.chromium.org", |
| 57 "--output_json", | 57 "--output_json", |
| 58 "/path/to/tmp/json", | 58 "/path/to/tmp/json", |
| 59 "--revision", | 59 "--revision", |
| 60 "src@HEAD", | 60 "src@HEAD", |
| 61 "--output_manifest", | 61 "--output_manifest" |
| 62 "--gerrit_no_rebase_patch_ref" | |
| 63 ], | 62 ], |
| 64 "cwd": "[BUILDER_CACHE]\\win", | 63 "cwd": "[BUILDER_CACHE]\\win", |
| 65 "env": { | 64 "env": { |
| 66 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 65 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 67 }, | 66 }, |
| 68 "name": "bot_update", | 67 "name": "bot_update", |
| 69 "~followup_annotations": [ | 68 "~followup_annotations": [ |
| 70 "@@@STEP_TEXT@Some step text@@@", | 69 "@@@STEP_TEXT@Some step text@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@{@@@", | 70 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0
fab3\"@@@" | 364 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0
fab3\"@@@" |
| 366 ] | 365 ] |
| 367 }, | 366 }, |
| 368 { | 367 { |
| 369 "name": "$result", | 368 "name": "$result", |
| 370 "reason": "Step('gclient runhooks (without patch)') failed with return_code
1", | 369 "reason": "Step('gclient runhooks (without patch)') failed with return_code
1", |
| 371 "recipe_result": null, | 370 "recipe_result": null, |
| 372 "status_code": 1 | 371 "status_code": 1 |
| 373 } | 372 } |
| 374 ] | 373 ] |
| OLD | NEW |