| 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 "tryserver.chromium.android", | 8 "tryserver.chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_coverage", | 10 "android_coverage", |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "--adb-path", | 503 "--adb-path", |
| 504 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 504 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 505 ], | 505 ], |
| 506 "env": { | 506 "env": { |
| 507 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 507 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 508 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 508 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 509 }, | 509 }, |
| 510 "name": "authorize_adb_devices" | 510 "name": "authorize_adb_devices" |
| 511 }, | 511 }, |
| 512 { | 512 { |
| 513 "cmd": [], | |
| 514 "env": { | |
| 515 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 516 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 517 }, | |
| 518 "name": "fix_device_file_format" | |
| 519 }, | |
| 520 { | |
| 521 "cmd": [ | |
| 522 "python", | |
| 523 "-u", | |
| 524 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 525 "[BUILD]/site_config/.known_devices", | |
| 526 "/path/to/tmp/" | |
| 527 ], | |
| 528 "env": { | |
| 529 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 530 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 531 }, | |
| 532 "name": "fix_device_file_format.read_device_file", | |
| 533 "~followup_annotations": [ | |
| 534 "@@@STEP_NEST_LEVEL@1@@@", | |
| 535 "@@@STEP_TEXT@file format is compatible@@@" | |
| 536 ] | |
| 537 }, | |
| 538 { | |
| 539 "cmd": [ | 513 "cmd": [ |
| 540 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 514 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 541 "--adb-path", | 515 "--adb-path", |
| 542 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 516 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 543 "--blacklist-file", | 517 "--blacklist-file", |
| 544 "[SLAVE_BUILD]/src/out/bad_devices.json", | 518 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 545 "--json-output", | 519 "--json-output", |
| 546 "/path/to/tmp/json", | 520 "/path/to/tmp/json", |
| 547 "--known-devices-file", | 521 "--known-devices-file", |
| 548 "[BUILD]/site_config/.known_devices" | 522 "[BUILD]/site_config/.known_devices" |
| (...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1683 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1657 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1684 "@@@STEP_LOG_END@python.inline@@@" | 1658 "@@@STEP_LOG_END@python.inline@@@" |
| 1685 ] | 1659 ] |
| 1686 }, | 1660 }, |
| 1687 { | 1661 { |
| 1688 "name": "$result", | 1662 "name": "$result", |
| 1689 "recipe_result": null, | 1663 "recipe_result": null, |
| 1690 "status_code": 0 | 1664 "status_code": 0 |
| 1691 } | 1665 } |
| 1692 ] | 1666 ] |
| OLD | NEW |