| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 ] | 141 ] |
| 142 }, | 142 }, |
| 143 { | 143 { |
| 144 "cmd": [], | 144 "cmd": [], |
| 145 "name": "ensure_goma" | 145 "name": "ensure_goma" |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 "cmd": [ | 148 "cmd": [ |
| 149 "python", | 149 "python", |
| 150 "-u", | 150 "-u", |
| 151 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 151 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 152 "--platform", | 152 "--platform", |
| 153 "windows-amd64", | 153 "windows-amd64", |
| 154 "--dest-directory", | 154 "--dest-directory", |
| 155 "[SLAVE_BUILD]\\cipd", | 155 "[SLAVE_BUILD]\\cipd", |
| 156 "--json-output", | 156 "--json-output", |
| 157 "/path/to/tmp/json" | 157 "/path/to/tmp/json" |
| 158 ], | 158 ], |
| 159 "name": "ensure_goma.install cipd", | 159 "name": "ensure_goma.install cipd", |
| 160 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 161 "@@@STEP_NEST_LEVEL@1@@@", | 161 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0
fab3\"@@@" | 360 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0
fab3\"@@@" |
| 361 ] | 361 ] |
| 362 }, | 362 }, |
| 363 { | 363 { |
| 364 "name": "$result", | 364 "name": "$result", |
| 365 "reason": "Step('gclient runhooks (without patch)') failed with return_code
1", | 365 "reason": "Step('gclient runhooks (without patch)') failed with return_code
1", |
| 366 "recipe_result": null, | 366 "recipe_result": null, |
| 367 "status_code": 1 | 367 "status_code": 1 |
| 368 } | 368 } |
| 369 ] | 369 ] |
| OLD | NEW |