| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 ] | 158 ] |
| 159 }, | 159 }, |
| 160 { | 160 { |
| 161 "cmd": [], | 161 "cmd": [], |
| 162 "name": "ensure_goma" | 162 "name": "ensure_goma" |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "cmd": [ | 165 "cmd": [ |
| 166 "python", | 166 "python", |
| 167 "-u", | 167 "-u", |
| 168 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 168 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 169 "--platform", | 169 "--platform", |
| 170 "windows-386", | 170 "windows-386", |
| 171 "--dest-directory", | 171 "--dest-directory", |
| 172 "[SLAVE_BUILD]\\cipd", | 172 "[SLAVE_BUILD]\\cipd", |
| 173 "--json-output", | 173 "--json-output", |
| 174 "/path/to/tmp/json" | 174 "/path/to/tmp/json" |
| 175 ], | 175 ], |
| 176 "name": "ensure_goma.install cipd", | 176 "name": "ensure_goma.install cipd", |
| 177 "~followup_annotations": [ | 177 "~followup_annotations": [ |
| 178 "@@@STEP_NEST_LEVEL@1@@@", | 178 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 489 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 490 }, | 490 }, |
| 491 "name": "process_dumps" | 491 "name": "process_dumps" |
| 492 }, | 492 }, |
| 493 { | 493 { |
| 494 "name": "$result", | 494 "name": "$result", |
| 495 "recipe_result": null, | 495 "recipe_result": null, |
| 496 "status_code": 0 | 496 "status_code": 0 |
| 497 } | 497 } |
| 498 ] | 498 ] |
| OLD | NEW |