| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux64 Debug (GN)", | 10 "Linux64 Debug (GN)", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "--gsutil-py-path", | 168 "--gsutil-py-path", |
| 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 170 "--ninja-path", | 170 "--ninja-path", |
| 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 172 "--target", | 172 "--target", |
| 173 "Debug", | 173 "Debug", |
| 174 "--src-dir", | 174 "--src-dir", |
| 175 "[SLAVE_BUILD]/src", | 175 "[SLAVE_BUILD]/src", |
| 176 "--goma-cache-dir", | 176 "--goma-cache-dir", |
| 177 "[GOMA_CACHE]", | 177 "[GOMA_CACHE]", |
| 178 "--build-tool", | |
| 179 "ninja", | |
| 180 "--compiler", | 178 "--compiler", |
| 181 "goma", | 179 "goma", |
| 182 "--goma-jsonstatus", | 180 "--goma-jsonstatus", |
| 183 "/path/to/tmp/json", | 181 "/path/to/tmp/json", |
| 184 "--goma-service-account-json-file", | 182 "--goma-service-account-json-file", |
| 185 "/creds/service_accounts/service-account-goma-client.json", | 183 "/creds/service_accounts/service-account-goma-client.json", |
| 186 "--goma-dir", | 184 "--goma-dir", |
| 187 "[CACHE]/cipd/goma", | 185 "[CACHE]/cipd/goma", |
| 188 "--", | 186 "--", |
| 189 "all" | 187 "all" |
| 190 ], | 188 ], |
| 191 "env": { | 189 "env": { |
| 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 193 }, | 191 }, |
| 194 "name": "compile", | 192 "name": "compile", |
| 195 "~followup_annotations": [ | 193 "~followup_annotations": [ |
| 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 197 "@@@STEP_LOG_END@json.output (invalid)@@@" | 195 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 198 ] | 196 ] |
| 199 }, | 197 }, |
| 200 { | 198 { |
| 201 "name": "$result", | 199 "name": "$result", |
| 202 "recipe_result": null, | 200 "recipe_result": null, |
| 203 "status_code": 0 | 201 "status_code": 0 |
| 204 } | 202 } |
| 205 ] | 203 ] |
| OLD | NEW |