| 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", | |
| 280 "--compiler", | 274 "--compiler", |
| 281 "goma", | 275 "goma", |
| 282 "--goma-jsonstatus", | 276 "--goma-jsonstatus", |
| 283 "/path/to/tmp/json", | 277 "/path/to/tmp/json", |
| 284 "--goma-service-account-json-file", | 278 "--goma-service-account-json-file", |
| 285 "/creds/service_accounts/service-account-goma-client.json", | 279 "/creds/service_accounts/service-account-goma-client.json", |
| 286 "--goma-dir", | 280 "--goma-dir", |
| 287 "[CACHE]/cipd/goma", | 281 "[CACHE]/cipd/goma", |
| 288 "--goma-fail-fast", | 282 "--goma-fail-fast", |
| 289 "--goma-disable-local-fallback", | 283 "--goma-disable-local-fallback", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 331 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 338 "@@@STEP_LOG_END@durations@@@" | 332 "@@@STEP_LOG_END@durations@@@" |
| 339 ] | 333 ] |
| 340 }, | 334 }, |
| 341 { | 335 { |
| 342 "name": "$result", | 336 "name": "$result", |
| 343 "recipe_result": null, | 337 "recipe_result": null, |
| 344 "status_code": 0 | 338 "status_code": 0 |
| 345 } | 339 } |
| 346 ] | 340 ] |
| OLD | NEW |