| 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", | |
| 316 "--compiler", | 310 "--compiler", |
| 317 "goma", | 311 "goma", |
| 318 "--goma-jsonstatus", | 312 "--goma-jsonstatus", |
| 319 "/path/to/tmp/json", | 313 "/path/to/tmp/json", |
| 320 "--goma-service-account-json-file", | 314 "--goma-service-account-json-file", |
| 321 "/creds/service_accounts/service-account-goma-client.json", | 315 "/creds/service_accounts/service-account-goma-client.json", |
| 322 "--goma-dir", | 316 "--goma-dir", |
| 323 "[CACHE]/cipd/goma", | 317 "[CACHE]/cipd/goma", |
| 324 "--ninja-ensure-up-to-date", | 318 "--ninja-ensure-up-to-date", |
| 325 "--", | 319 "--", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "~followup_annotations": [ | 417 "~followup_annotations": [ |
| 424 "@@@STEP_TEXT@Linux Tests@@@" | 418 "@@@STEP_TEXT@Linux Tests@@@" |
| 425 ] | 419 ] |
| 426 }, | 420 }, |
| 427 { | 421 { |
| 428 "name": "$result", | 422 "name": "$result", |
| 429 "recipe_result": null, | 423 "recipe_result": null, |
| 430 "status_code": 0 | 424 "status_code": 0 |
| 431 } | 425 } |
| 432 ] | 426 ] |
| OLD | NEW |