| 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_mac64_asan_rel", | 10 "v8_mac64_asan_rel", |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "--gsutil-py-path", | 307 "--gsutil-py-path", |
| 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 309 "--ninja-path", | 309 "--ninja-path", |
| 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 311 "--target", | 311 "--target", |
| 312 "Release", | 312 "Release", |
| 313 "--src-dir", | 313 "--src-dir", |
| 314 "[SLAVE_BUILD]/v8", | 314 "[SLAVE_BUILD]/v8", |
| 315 "--goma-cache-dir", | 315 "--goma-cache-dir", |
| 316 "[GOMA_CACHE]", | 316 "[GOMA_CACHE]", |
| 317 "--buildbot-buildername", |
| 318 "v8_mac64_asan_rel", |
| 319 "--buildbot-mastername", |
| 320 "tryserver.v8", |
| 321 "--buildbot-slavename", |
| 322 "TestSlavename", |
| 317 "--compiler", | 323 "--compiler", |
| 318 "goma-clang", | 324 "goma-clang", |
| 319 "--goma-jsonstatus", | 325 "--goma-jsonstatus", |
| 320 "/path/to/tmp/json", | 326 "/path/to/tmp/json", |
| 321 "--goma-service-account-json-file", | 327 "--goma-service-account-json-file", |
| 322 "/creds/service_accounts/service-account-goma-client.json", | 328 "/creds/service_accounts/service-account-goma-client.json", |
| 323 "--goma-dir", | 329 "--goma-dir", |
| 324 "[CACHE]/cipd/goma", | 330 "[CACHE]/cipd/goma", |
| 325 "--goma-fail-fast", | 331 "--goma-fail-fast", |
| 326 "--goma-disable-local-fallback", | 332 "--goma-disable-local-fallback", |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 520 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 515 "@@@STEP_LOG_END@durations@@@" | 521 "@@@STEP_LOG_END@durations@@@" |
| 516 ] | 522 ] |
| 517 }, | 523 }, |
| 518 { | 524 { |
| 519 "name": "$result", | 525 "name": "$result", |
| 520 "recipe_result": null, | 526 "recipe_result": null, |
| 521 "status_code": 0 | 527 "status_code": 0 |
| 522 } | 528 } |
| 523 ] | 529 ] |
| OLD | NEW |