| 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_dbg_ng", | 10 "v8_linux_dbg_ng", |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "--gsutil-py-path", | 285 "--gsutil-py-path", |
| 286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 287 "--ninja-path", | 287 "--ninja-path", |
| 288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 289 "--target", | 289 "--target", |
| 290 "Debug", | 290 "Debug", |
| 291 "--src-dir", | 291 "--src-dir", |
| 292 "[SLAVE_BUILD]/v8", | 292 "[SLAVE_BUILD]/v8", |
| 293 "--goma-cache-dir", | 293 "--goma-cache-dir", |
| 294 "[GOMA_CACHE]", | 294 "[GOMA_CACHE]", |
| 295 "--buildbot-buildername", | |
| 296 "v8_linux_dbg_ng", | |
| 297 "--buildbot-mastername", | |
| 298 "tryserver.v8", | |
| 299 "--buildbot-slavename", | |
| 300 "TestSlavename", | |
| 301 "--compiler", | 295 "--compiler", |
| 302 "goma", | 296 "goma", |
| 303 "--goma-jsonstatus", | 297 "--goma-jsonstatus", |
| 304 "/path/to/tmp/json", | 298 "/path/to/tmp/json", |
| 305 "--goma-service-account-json-file", | 299 "--goma-service-account-json-file", |
| 306 "/creds/service_accounts/service-account-goma-client.json", | 300 "/creds/service_accounts/service-account-goma-client.json", |
| 307 "--goma-dir", | 301 "--goma-dir", |
| 308 "[CACHE]/cipd/goma", | 302 "[CACHE]/cipd/goma", |
| 309 "--goma-fail-fast", | 303 "--goma-fail-fast", |
| 310 "--goma-disable-local-fallback", | 304 "--goma-disable-local-fallback", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "~followup_annotations": [ | 382 "~followup_annotations": [ |
| 389 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" | 383 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" |
| 390 ] | 384 ] |
| 391 }, | 385 }, |
| 392 { | 386 { |
| 393 "name": "$result", | 387 "name": "$result", |
| 394 "recipe_result": null, | 388 "recipe_result": null, |
| 395 "status_code": 0 | 389 "status_code": 0 |
| 396 } | 390 } |
| 397 ] | 391 ] |
| OLD | NEW |