| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "--gsutil-py-path", | 298 "--gsutil-py-path", |
| 299 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 299 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 300 "--ninja-path", | 300 "--ninja-path", |
| 301 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 301 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 302 "--target", | 302 "--target", |
| 303 "Release", | 303 "Release", |
| 304 "--src-dir", | 304 "--src-dir", |
| 305 "[SLAVE_BUILD]/src", | 305 "[SLAVE_BUILD]/src", |
| 306 "--goma-cache-dir", | 306 "--goma-cache-dir", |
| 307 "[GOMA_CACHE]", | 307 "[GOMA_CACHE]", |
| 308 "--build-tool", | |
| 309 "ninja", | |
| 310 "--compiler", | 308 "--compiler", |
| 311 "goma", | 309 "goma", |
| 312 "--goma-jsonstatus", | 310 "--goma-jsonstatus", |
| 313 "/path/to/tmp/json", | 311 "/path/to/tmp/json", |
| 314 "--goma-service-account-json-file", | 312 "--goma-service-account-json-file", |
| 315 "/creds/service_accounts/service-account-goma-client.json", | 313 "/creds/service_accounts/service-account-goma-client.json", |
| 316 "--goma-dir", | 314 "--goma-dir", |
| 317 "[CACHE]/cipd/goma", | 315 "[CACHE]/cipd/goma", |
| 318 "--ninja-ensure-up-to-date", | 316 "--ninja-ensure-up-to-date", |
| 319 "--", | 317 "--", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 "~followup_annotations": [ | 417 "~followup_annotations": [ |
| 420 "@@@STEP_TEXT@Linux Tests@@@" | 418 "@@@STEP_TEXT@Linux Tests@@@" |
| 421 ] | 419 ] |
| 422 }, | 420 }, |
| 423 { | 421 { |
| 424 "name": "$result", | 422 "name": "$result", |
| 425 "recipe_result": null, | 423 "recipe_result": null, |
| 426 "status_code": 0 | 424 "status_code": 0 |
| 427 } | 425 } |
| 428 ] | 426 ] |
| OLD | NEW |