| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "GOMA_DUMP_STATS_FILE": "build_data_dir\\goma_stats_proto", | 137 "GOMA_DUMP_STATS_FILE": "build_data_dir\\goma_stats_proto", |
| 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 139 }, | 139 }, |
| 140 "name": "preprocess_for_goma.upload_goma_start_failed_logs", | 140 "name": "preprocess_for_goma.upload_goma_start_failed_logs", |
| 141 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 142 "@@@STEP_NEST_LEVEL@1@@@" | 142 "@@@STEP_NEST_LEVEL@1@@@" |
| 143 ] | 143 ] |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "cmd": [ | 146 "cmd": [ |
| 147 "python", |
| 148 "-u", |
| 149 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\update_windows_env.py", |
| 150 "--envfile-dir", |
| 151 "out/Release" |
| 152 ], |
| 153 "env": { |
| 154 "GOMA_DISABLED": "true" |
| 155 }, |
| 156 "name": "update windows env" |
| 157 }, |
| 158 { |
| 159 "cmd": [ |
| 147 "ninja", | 160 "ninja", |
| 148 "-C", | 161 "-C", |
| 149 "out/Release" | 162 "out/Release" |
| 150 ], | 163 ], |
| 151 "env": { | 164 "env": { |
| 152 "GOMA_DISABLED": "true" | 165 "GOMA_DISABLED": "true" |
| 153 }, | 166 }, |
| 154 "name": "ninja" | 167 "name": "ninja" |
| 155 }, | 168 }, |
| 156 { | 169 { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 191 }, | 204 }, |
| 192 "name": "upload log goma start failed" | 205 "name": "upload log goma start failed" |
| 193 }, | 206 }, |
| 194 { | 207 { |
| 195 "name": "$result", | 208 "name": "$result", |
| 196 "recipe_result": null, | 209 "recipe_result": null, |
| 197 "status_code": 0 | 210 "status_code": 0 |
| 198 } | 211 } |
| 199 ] | 212 ] |
| OLD | NEW |