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