| 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 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "--gsutil-py-path", | 300 "--gsutil-py-path", |
| 301 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 301 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 302 "--ninja-path", | 302 "--ninja-path", |
| 303 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 303 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 304 "--target", | 304 "--target", |
| 305 "Release", | 305 "Release", |
| 306 "--src-dir", | 306 "--src-dir", |
| 307 "[SLAVE_BUILD]/src", | 307 "[SLAVE_BUILD]/src", |
| 308 "--goma-cache-dir", | 308 "--goma-cache-dir", |
| 309 "[GOMA_CACHE]", | 309 "[GOMA_CACHE]", |
| 310 "--buildbot-buildername", |
| 311 "Linux Builder", |
| 312 "--buildbot-mastername", |
| 313 "chromium.linux", |
| 314 "--buildbot-slavename", |
| 315 "TestSlavename", |
| 310 "--compiler", | 316 "--compiler", |
| 311 "goma", | 317 "goma", |
| 312 "--goma-jsonstatus", | 318 "--goma-jsonstatus", |
| 313 "/path/to/tmp/json", | 319 "/path/to/tmp/json", |
| 314 "--goma-service-account-json-file", | 320 "--goma-service-account-json-file", |
| 315 "/creds/service_accounts/service-account-goma-client.json", | 321 "/creds/service_accounts/service-account-goma-client.json", |
| 316 "--goma-dir", | 322 "--goma-dir", |
| 317 "[CACHE]/cipd/goma", | 323 "[CACHE]/cipd/goma", |
| 318 "--ninja-ensure-up-to-date", | 324 "--ninja-ensure-up-to-date", |
| 319 "--", | 325 "--", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 "~followup_annotations": [ | 423 "~followup_annotations": [ |
| 418 "@@@STEP_TEXT@Linux Tests@@@" | 424 "@@@STEP_TEXT@Linux Tests@@@" |
| 419 ] | 425 ] |
| 420 }, | 426 }, |
| 421 { | 427 { |
| 422 "name": "$result", | 428 "name": "$result", |
| 423 "recipe_result": null, | 429 "recipe_result": null, |
| 424 "status_code": 0 | 430 "status_code": 0 |
| 425 } | 431 } |
| 426 ] | 432 ] |
| OLD | NEW |