| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_gcc_rel", | 10 "v8_linux_gcc_rel", |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 "--gsutil-py-path", | 264 "--gsutil-py-path", |
| 265 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 265 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 266 "--ninja-path", | 266 "--ninja-path", |
| 267 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 267 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 268 "--target", | 268 "--target", |
| 269 "Release", | 269 "Release", |
| 270 "--src-dir", | 270 "--src-dir", |
| 271 "[SLAVE_BUILD]/v8", | 271 "[SLAVE_BUILD]/v8", |
| 272 "--goma-cache-dir", | 272 "--goma-cache-dir", |
| 273 "[GOMA_CACHE]", | 273 "[GOMA_CACHE]", |
| 274 "--buildbot-buildername", |
| 275 "v8_linux_gcc_rel", |
| 276 "--buildbot-mastername", |
| 277 "tryserver.v8", |
| 278 "--buildbot-slavename", |
| 279 "TestSlavename", |
| 274 "--compiler", | 280 "--compiler", |
| 275 "goma", | 281 "goma", |
| 276 "--goma-jsonstatus", | 282 "--goma-jsonstatus", |
| 277 "/path/to/tmp/json", | 283 "/path/to/tmp/json", |
| 278 "--goma-service-account-json-file", | 284 "--goma-service-account-json-file", |
| 279 "/creds/service_accounts/service-account-goma-client.json", | 285 "/creds/service_accounts/service-account-goma-client.json", |
| 280 "--goma-dir", | 286 "--goma-dir", |
| 281 "[CACHE]/cipd/goma", | 287 "[CACHE]/cipd/goma", |
| 282 "--goma-fail-fast", | 288 "--goma-fail-fast", |
| 283 "--goma-disable-local-fallback", | 289 "--goma-disable-local-fallback", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 337 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 332 "@@@STEP_LOG_END@durations@@@" | 338 "@@@STEP_LOG_END@durations@@@" |
| 333 ] | 339 ] |
| 334 }, | 340 }, |
| 335 { | 341 { |
| 336 "name": "$result", | 342 "name": "$result", |
| 337 "recipe_result": null, | 343 "recipe_result": null, |
| 338 "status_code": 0 | 344 "status_code": 0 |
| 339 } | 345 } |
| 340 ] | 346 ] |
| OLD | NEW |