| 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 Linux64 - cfi", | 10 "V8 Linux64 - cfi", |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "--gsutil-py-path", | 279 "--gsutil-py-path", |
| 280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 281 "--ninja-path", | 281 "--ninja-path", |
| 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 283 "--target", | 283 "--target", |
| 284 "Release", | 284 "Release", |
| 285 "--src-dir", | 285 "--src-dir", |
| 286 "[SLAVE_BUILD]/v8", | 286 "[SLAVE_BUILD]/v8", |
| 287 "--goma-cache-dir", | 287 "--goma-cache-dir", |
| 288 "[GOMA_CACHE]", | 288 "[GOMA_CACHE]", |
| 289 "--buildbot-buildername", |
| 290 "V8 Linux64 - cfi", |
| 291 "--buildbot-mastername", |
| 292 "client.v8", |
| 293 "--buildbot-slavename", |
| 294 "TestSlavename", |
| 289 "--compiler", | 295 "--compiler", |
| 290 "goma", | 296 "goma", |
| 291 "--goma-jsonstatus", | 297 "--goma-jsonstatus", |
| 292 "/path/to/tmp/json", | 298 "/path/to/tmp/json", |
| 293 "--goma-service-account-json-file", | 299 "--goma-service-account-json-file", |
| 294 "/creds/service_accounts/service-account-goma-client.json", | 300 "/creds/service_accounts/service-account-goma-client.json", |
| 295 "--goma-dir", | 301 "--goma-dir", |
| 296 "[CACHE]/cipd/goma", | 302 "[CACHE]/cipd/goma", |
| 297 "--" | 303 "--" |
| 298 ], | 304 ], |
| (...skipping 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1418 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1424 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1419 "@@@STEP_LOG_END@durations@@@" | 1425 "@@@STEP_LOG_END@durations@@@" |
| 1420 ] | 1426 ] |
| 1421 }, | 1427 }, |
| 1422 { | 1428 { |
| 1423 "name": "$result", | 1429 "name": "$result", |
| 1424 "recipe_result": null, | 1430 "recipe_result": null, |
| 1425 "status_code": 0 | 1431 "status_code": 0 |
| 1426 } | 1432 } |
| 1427 ] | 1433 ] |
| OLD | NEW |