| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_clang_rel", | 10 "win_clang_rel", |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "--gsutil-py-path", | 183 "--gsutil-py-path", |
| 184 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 184 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 185 "--ninja-path", | 185 "--ninja-path", |
| 186 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 186 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 187 "--target", | 187 "--target", |
| 188 "Release", | 188 "Release", |
| 189 "--src-dir", | 189 "--src-dir", |
| 190 "[SLAVE_BUILD]\\src", | 190 "[SLAVE_BUILD]\\src", |
| 191 "--goma-cache-dir", | 191 "--goma-cache-dir", |
| 192 "[GOMA_CACHE]", | 192 "[GOMA_CACHE]", |
| 193 "--build-tool", | |
| 194 "ninja", | |
| 195 "--compiler", | 193 "--compiler", |
| 196 "goma-clang", | 194 "goma-clang", |
| 197 "--goma-jsonstatus", | 195 "--goma-jsonstatus", |
| 198 "/path/to/tmp/json", | 196 "/path/to/tmp/json", |
| 199 "--goma-service-account-json-file", | 197 "--goma-service-account-json-file", |
| 200 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 198 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 201 "--goma-dir", | 199 "--goma-dir", |
| 202 "[CACHE]\\cipd\\goma", | 200 "[CACHE]\\cipd\\goma", |
| 203 "--goma-fail-fast", | 201 "--goma-fail-fast", |
| 204 "--goma-disable-local-fallback", | 202 "--goma-disable-local-fallback", |
| 205 "--", | 203 "--", |
| 206 "All" | 204 "All" |
| 207 ], | 205 ], |
| 208 "env": { | 206 "env": { |
| 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 210 }, | 208 }, |
| 211 "name": "compile", | 209 "name": "compile", |
| 212 "~followup_annotations": [ | 210 "~followup_annotations": [ |
| 213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 211 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 214 "@@@STEP_LOG_END@json.output (invalid)@@@" | 212 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 215 ] | 213 ] |
| 216 }, | 214 }, |
| 217 { | 215 { |
| 218 "name": "$result", | 216 "name": "$result", |
| 219 "recipe_result": null, | 217 "recipe_result": null, |
| 220 "status_code": 0 | 218 "status_code": 0 |
| 221 } | 219 } |
| 222 ] | 220 ] |
| OLD | NEW |