| 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.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_gn_rel", | 10 "mac_gn_rel", |
| (...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 "Release", | 173 "Release", |
| 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 "--buildbot-buildername", |
| 179 "mac_gn_rel", |
| 180 "--buildbot-mastername", |
| 181 "tryserver.libyuv", |
| 182 "--buildbot-slavename", |
| 183 "slavename", |
| 178 "--compiler", | 184 "--compiler", |
| 179 "goma-clang", | 185 "goma-clang", |
| 180 "--goma-jsonstatus", | 186 "--goma-jsonstatus", |
| 181 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
| 182 "--goma-service-account-json-file", | 188 "--goma-service-account-json-file", |
| 183 "/creds/service_accounts/service-account-goma-client.json", | 189 "/creds/service_accounts/service-account-goma-client.json", |
| 184 "--goma-dir", | 190 "--goma-dir", |
| 185 "[CACHE]/cipd/goma", | 191 "[CACHE]/cipd/goma", |
| 186 "--goma-fail-fast", | 192 "--goma-fail-fast", |
| 187 "--goma-disable-local-fallback", | 193 "--goma-disable-local-fallback", |
| 188 "--", | 194 "--", |
| 189 "all" | 195 "all" |
| 190 ], | 196 ], |
| 191 "env": { | 197 "env": { |
| 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 193 }, | 199 }, |
| 194 "name": "compile", | 200 "name": "compile", |
| 195 "~followup_annotations": [ | 201 "~followup_annotations": [ |
| 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 197 "@@@STEP_LOG_END@json.output (invalid)@@@" | 203 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 198 ] | 204 ] |
| 199 }, | 205 }, |
| 200 { | 206 { |
| 201 "name": "$result", | 207 "name": "$result", |
| 202 "recipe_result": null, | 208 "recipe_result": null, |
| 203 "status_code": 0 | 209 "status_code": 0 |
| 204 } | 210 } |
| 205 ] | 211 ] |
| OLD | NEW |