| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux64 - gcov coverage", | 10 "V8 Linux64 - gcov coverage", |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "--gsutil-py-path", | 286 "--gsutil-py-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 288 "--ninja-path", | 288 "--ninja-path", |
| 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 290 "--target", | 290 "--target", |
| 291 "Release", | 291 "Release", |
| 292 "--src-dir", | 292 "--src-dir", |
| 293 "[SLAVE_BUILD]/v8", | 293 "[SLAVE_BUILD]/v8", |
| 294 "--goma-cache-dir", | 294 "--goma-cache-dir", |
| 295 "[GOMA_CACHE]", | 295 "[GOMA_CACHE]", |
| 296 "--buildbot-buildername", | |
| 297 "V8 Linux64 - gcov coverage", | |
| 298 "--buildbot-mastername", | |
| 299 "client.v8", | |
| 300 "--buildbot-slavename", | |
| 301 "TestSlavename", | |
| 302 "--compiler", | 296 "--compiler", |
| 303 "goma", | 297 "goma", |
| 304 "--goma-jsonstatus", | 298 "--goma-jsonstatus", |
| 305 "/path/to/tmp/json", | 299 "/path/to/tmp/json", |
| 306 "--goma-service-account-json-file", | 300 "--goma-service-account-json-file", |
| 307 "/creds/service_accounts/service-account-goma-client.json", | 301 "/creds/service_accounts/service-account-goma-client.json", |
| 308 "--goma-dir", | 302 "--goma-dir", |
| 309 "[CACHE]/cipd/goma", | 303 "[CACHE]/cipd/goma", |
| 310 "--" | 304 "--" |
| 311 ], | 305 ], |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 "~followup_annotations": [ | 409 "~followup_annotations": [ |
| 416 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 410 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
| 417 ] | 411 ] |
| 418 }, | 412 }, |
| 419 { | 413 { |
| 420 "name": "$result", | 414 "name": "$result", |
| 421 "recipe_result": null, | 415 "recipe_result": null, |
| 422 "status_code": 0 | 416 "status_code": 0 |
| 423 } | 417 } |
| 424 ] | 418 ] |
| OLD | NEW |