| 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_rel", | 10 "v8_mac64_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_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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1210 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1204 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1211 "@@@STEP_LOG_END@durations@@@" | 1205 "@@@STEP_LOG_END@durations@@@" |
| 1212 ] | 1206 ] |
| 1213 }, | 1207 }, |
| 1214 { | 1208 { |
| 1215 "name": "$result", | 1209 "name": "$result", |
| 1216 "recipe_result": null, | 1210 "recipe_result": null, |
| 1217 "status_code": 0 | 1211 "status_code": 0 |
| 1218 } | 1212 } |
| 1219 ] | 1213 ] |
| OLD | NEW |