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