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