| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 ] | 152 ] |
| 153 }, | 153 }, |
| 154 { | 154 { |
| 155 "cmd": [], | 155 "cmd": [], |
| 156 "name": "ensure_goma" | 156 "name": "ensure_goma" |
| 157 }, | 157 }, |
| 158 { | 158 { |
| 159 "cmd": [ | 159 "cmd": [ |
| 160 "python", | 160 "python", |
| 161 "-u", | 161 "-u", |
| 162 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 162 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 163 "--platform", | 163 "--platform", |
| 164 "windows-386", | 164 "windows-386", |
| 165 "--dest-directory", | 165 "--dest-directory", |
| 166 "[SLAVE_BUILD]\\cipd", | 166 "[SLAVE_BUILD]\\cipd", |
| 167 "--json-output", | 167 "--json-output", |
| 168 "/path/to/tmp/json" | 168 "/path/to/tmp/json" |
| 169 ], | 169 ], |
| 170 "name": "ensure_goma.install cipd", | 170 "name": "ensure_goma.install cipd", |
| 171 "~followup_annotations": [ | 171 "~followup_annotations": [ |
| 172 "@@@STEP_NEST_LEVEL@1@@@", | 172 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 483 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 484 }, | 484 }, |
| 485 "name": "process_dumps" | 485 "name": "process_dumps" |
| 486 }, | 486 }, |
| 487 { | 487 { |
| 488 "name": "$result", | 488 "name": "$result", |
| 489 "recipe_result": null, | 489 "recipe_result": null, |
| 490 "status_code": 0 | 490 "status_code": 0 |
| 491 } | 491 } |
| 492 ] | 492 ] |
| OLD | NEW |