| 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.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Mac64 - xcode", | 10 "V8 Mac64 - xcode", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "--gsutil-py-path", | 249 "--gsutil-py-path", |
| 250 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 250 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 251 "--ninja-path", | 251 "--ninja-path", |
| 252 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 252 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 253 "--target", | 253 "--target", |
| 254 "Release", | 254 "Release", |
| 255 "--src-dir", | 255 "--src-dir", |
| 256 "[SLAVE_BUILD]/v8", | 256 "[SLAVE_BUILD]/v8", |
| 257 "--goma-cache-dir", | 257 "--goma-cache-dir", |
| 258 "[GOMA_CACHE]", | 258 "[GOMA_CACHE]", |
| 259 "--buildbot-buildername", | |
| 260 "V8 Mac64 - xcode", | |
| 261 "--buildbot-mastername", | |
| 262 "client.v8", | |
| 263 "--buildbot-slavename", | |
| 264 "TestSlavename", | |
| 265 "--compiler", | 259 "--compiler", |
| 266 "goma-clang", | 260 "goma-clang", |
| 267 "--goma-jsonstatus", | 261 "--goma-jsonstatus", |
| 268 "/path/to/tmp/json", | 262 "/path/to/tmp/json", |
| 269 "--goma-service-account-json-file", | 263 "--goma-service-account-json-file", |
| 270 "/creds/service_accounts/service-account-goma-client.json", | 264 "/creds/service_accounts/service-account-goma-client.json", |
| 271 "--goma-dir", | 265 "--goma-dir", |
| 272 "[CACHE]/cipd/goma", | 266 "[CACHE]/cipd/goma", |
| 273 "--" | 267 "--" |
| 274 ], | 268 ], |
| 275 "env": { | 269 "env": { |
| 276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 277 }, | 271 }, |
| 278 "name": "compile", | 272 "name": "compile", |
| 279 "~followup_annotations": [ | 273 "~followup_annotations": [ |
| 280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 281 "@@@STEP_LOG_END@json.output (invalid)@@@" | 275 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 282 ] | 276 ] |
| 283 }, | 277 }, |
| 284 { | 278 { |
| 285 "name": "$result", | 279 "name": "$result", |
| 286 "recipe_result": null, | 280 "recipe_result": null, |
| 287 "status_code": 0 | 281 "status_code": 0 |
| 288 } | 282 } |
| 289 ] | 283 ] |
| OLD | NEW |