| 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "--gsutil-py-path", | 356 "--gsutil-py-path", |
| 357 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 357 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 358 "--ninja-path", | 358 "--ninja-path", |
| 359 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 359 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 360 "--target", | 360 "--target", |
| 361 "Release", | 361 "Release", |
| 362 "--src-dir", | 362 "--src-dir", |
| 363 "[SLAVE_BUILD]/src", | 363 "[SLAVE_BUILD]/src", |
| 364 "--goma-cache-dir", | 364 "--goma-cache-dir", |
| 365 "[GOMA_CACHE]", | 365 "[GOMA_CACHE]", |
| 366 "--buildbot-buildername", | |
| 367 "Android Builder", | |
| 368 "--buildbot-mastername", | |
| 369 "chromium.linux", | |
| 370 "--buildbot-slavename", | |
| 371 "TestSlavename", | |
| 372 "--compiler", | 366 "--compiler", |
| 373 "goma", | 367 "goma", |
| 374 "--goma-jsonstatus", | 368 "--goma-jsonstatus", |
| 375 "/path/to/tmp/json", | 369 "/path/to/tmp/json", |
| 376 "--goma-service-account-json-file", | 370 "--goma-service-account-json-file", |
| 377 "/creds/service_accounts/service-account-goma-client.json", | 371 "/creds/service_accounts/service-account-goma-client.json", |
| 378 "--goma-dir", | 372 "--goma-dir", |
| 379 "[CACHE]/cipd/goma", | 373 "[CACHE]/cipd/goma", |
| 380 "--", | 374 "--", |
| 381 "chrome_public_test_apk" | 375 "chrome_public_test_apk" |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "~followup_annotations": [ | 472 "~followup_annotations": [ |
| 479 "@@@STEP_TEXT@Android Tests@@@" | 473 "@@@STEP_TEXT@Android Tests@@@" |
| 480 ] | 474 ] |
| 481 }, | 475 }, |
| 482 { | 476 { |
| 483 "name": "$result", | 477 "name": "$result", |
| 484 "recipe_result": null, | 478 "recipe_result": null, |
| 485 "status_code": 0 | 479 "status_code": 0 |
| 486 } | 480 } |
| 487 ] | 481 ] |
| OLD | NEW |