| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 ] | 113 ] |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "cmd": [], | 116 "cmd": [], |
| 117 "name": "ensure_goma" | 117 "name": "ensure_goma" |
| 118 }, | 118 }, |
| 119 { | 119 { |
| 120 "cmd": [ | 120 "cmd": [ |
| 121 "python", | 121 "python", |
| 122 "-u", | 122 "-u", |
| 123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 123 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 124 "--platform", | 124 "--platform", |
| 125 "windows-amd64", | 125 "windows-amd64", |
| 126 "--dest-directory", | 126 "--dest-directory", |
| 127 "[SLAVE_BUILD]\\cipd", | 127 "[SLAVE_BUILD]\\cipd", |
| 128 "--json-output", | 128 "--json-output", |
| 129 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
| 130 ], | 130 ], |
| 131 "name": "ensure_goma.install cipd", | 131 "name": "ensure_goma.install cipd", |
| 132 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 133 "@@@STEP_NEST_LEVEL@1@@@", | 133 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 694 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 695 }, | 695 }, |
| 696 "name": "process_dumps" | 696 "name": "process_dumps" |
| 697 }, | 697 }, |
| 698 { | 698 { |
| 699 "name": "$result", | 699 "name": "$result", |
| 700 "recipe_result": null, | 700 "recipe_result": null, |
| 701 "status_code": 0 | 701 "status_code": 0 |
| 702 } | 702 } |
| 703 ] | 703 ] |
| OLD | NEW |