| 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_linux64_tsan_rel", | 10 "v8_linux64_tsan_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_linux64_tsan_rel", | |
| 319 "--buildbot-mastername", | |
| 320 "tryserver.v8", | |
| 321 "--buildbot-slavename", | |
| 322 "TestSlavename", | |
| 323 "--compiler", | 317 "--compiler", |
| 324 "goma-clang", | 318 "goma-clang", |
| 325 "--goma-jsonstatus", | 319 "--goma-jsonstatus", |
| 326 "/path/to/tmp/json", | 320 "/path/to/tmp/json", |
| 327 "--goma-service-account-json-file", | 321 "--goma-service-account-json-file", |
| 328 "/creds/service_accounts/service-account-goma-client.json", | 322 "/creds/service_accounts/service-account-goma-client.json", |
| 329 "--goma-dir", | 323 "--goma-dir", |
| 330 "[CACHE]/cipd/goma", | 324 "[CACHE]/cipd/goma", |
| 331 "--goma-fail-fast", | 325 "--goma-fail-fast", |
| 332 "--goma-disable-local-fallback", | 326 "--goma-disable-local-fallback", |
| (...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 949 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 956 "@@@STEP_LOG_END@durations@@@" | 950 "@@@STEP_LOG_END@durations@@@" |
| 957 ] | 951 ] |
| 958 }, | 952 }, |
| 959 { | 953 { |
| 960 "name": "$result", | 954 "name": "$result", |
| 961 "recipe_result": null, | 955 "recipe_result": null, |
| 962 "status_code": 0 | 956 "status_code": 0 |
| 963 } | 957 } |
| 964 ] | 958 ] |
| OLD | NEW |