| 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 Linux - predictable", | 10 "V8 Linux - predictable", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "--gsutil-py-path", | 258 "--gsutil-py-path", |
| 259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 260 "--ninja-path", | 260 "--ninja-path", |
| 261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 262 "--target", | 262 "--target", |
| 263 "Release", | 263 "Release", |
| 264 "--src-dir", | 264 "--src-dir", |
| 265 "[SLAVE_BUILD]/v8", | 265 "[SLAVE_BUILD]/v8", |
| 266 "--goma-cache-dir", | 266 "--goma-cache-dir", |
| 267 "[GOMA_CACHE]", | 267 "[GOMA_CACHE]", |
| 268 "--buildbot-buildername", | |
| 269 "V8 Linux - predictable", | |
| 270 "--buildbot-mastername", | |
| 271 "client.v8", | |
| 272 "--buildbot-slavename", | |
| 273 "TestSlavename", | |
| 274 "--compiler", | 268 "--compiler", |
| 275 "goma", | 269 "goma", |
| 276 "--goma-jsonstatus", | 270 "--goma-jsonstatus", |
| 277 "/path/to/tmp/json", | 271 "/path/to/tmp/json", |
| 278 "--goma-service-account-json-file", | 272 "--goma-service-account-json-file", |
| 279 "/creds/service_accounts/service-account-goma-client.json", | 273 "/creds/service_accounts/service-account-goma-client.json", |
| 280 "--goma-dir", | 274 "--goma-dir", |
| 281 "[CACHE]/cipd/goma", | 275 "[CACHE]/cipd/goma", |
| 282 "--" | 276 "--" |
| 283 ], | 277 ], |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 448 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 455 "@@@STEP_LOG_END@durations@@@" | 449 "@@@STEP_LOG_END@durations@@@" |
| 456 ] | 450 ] |
| 457 }, | 451 }, |
| 458 { | 452 { |
| 459 "name": "$result", | 453 "name": "$result", |
| 460 "recipe_result": null, | 454 "recipe_result": null, |
| 461 "status_code": 0 | 455 "status_code": 0 |
| 462 } | 456 } |
| 463 ] | 457 ] |
| OLD | NEW |