| 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 "Android Builder", | 10 "Android Builder", |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "--gsutil-py-path", | 319 "--gsutil-py-path", |
| 320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 321 "--ninja-path", | 321 "--ninja-path", |
| 322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 323 "--target", | 323 "--target", |
| 324 "Release", | 324 "Release", |
| 325 "--src-dir", | 325 "--src-dir", |
| 326 "[SLAVE_BUILD]/src", | 326 "[SLAVE_BUILD]/src", |
| 327 "--goma-cache-dir", | 327 "--goma-cache-dir", |
| 328 "[GOMA_CACHE]", | 328 "[GOMA_CACHE]", |
| 329 "--buildbot-buildername", |
| 330 "Android Builder", |
| 331 "--buildbot-mastername", |
| 332 "chromium.linux", |
| 333 "--buildbot-slavename", |
| 334 "TestSlavename", |
| 329 "--compiler", | 335 "--compiler", |
| 330 "goma", | 336 "goma", |
| 331 "--goma-jsonstatus", | 337 "--goma-jsonstatus", |
| 332 "/path/to/tmp/json", | 338 "/path/to/tmp/json", |
| 333 "--goma-service-account-json-file", | 339 "--goma-service-account-json-file", |
| 334 "/creds/service_accounts/service-account-goma-client.json", | 340 "/creds/service_accounts/service-account-goma-client.json", |
| 335 "--goma-dir", | 341 "--goma-dir", |
| 336 "[CACHE]/cipd/goma", | 342 "[CACHE]/cipd/goma", |
| 337 "--", | 343 "--", |
| 338 "blimp_test_apk" | 344 "blimp_test_apk" |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 "~followup_annotations": [ | 408 "~followup_annotations": [ |
| 403 "@@@STEP_TEXT@Android Tests@@@" | 409 "@@@STEP_TEXT@Android Tests@@@" |
| 404 ] | 410 ] |
| 405 }, | 411 }, |
| 406 { | 412 { |
| 407 "name": "$result", | 413 "name": "$result", |
| 408 "recipe_result": null, | 414 "recipe_result": null, |
| 409 "status_code": 0 | 415 "status_code": 0 |
| 410 } | 416 } |
| 411 ] | 417 ] |
| OLD | NEW |