| 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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 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" | 516 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 517 }, | 517 }, |
| 518 "name": "fix_device_file_format" | 518 "name": "fix_device_file_format" |
| 519 }, | 519 }, |
| 520 { | 520 { |
| 521 "cmd": [ | 521 "cmd": [ |
| 522 "python", | 522 "python", |
| 523 "-u", | 523 "-u", |
| 524 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 524 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 525 "[CACHE]/known_android_devices", | 525 "[BUILD]/site_config/.known_devices", |
| 526 "/path/to/tmp/" | 526 "/path/to/tmp/" |
| 527 ], | 527 ], |
| 528 "env": { | 528 "env": { |
| 529 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 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" | 530 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 531 }, | 531 }, |
| 532 "name": "fix_device_file_format.read_device_file", | 532 "name": "fix_device_file_format.read_device_file", |
| 533 "~followup_annotations": [ | 533 "~followup_annotations": [ |
| 534 "@@@STEP_NEST_LEVEL@1@@@", | 534 "@@@STEP_NEST_LEVEL@1@@@", |
| 535 "@@@STEP_TEXT@file format is compatible@@@" | 535 "@@@STEP_TEXT@file format is compatible@@@" |
| 536 ] | 536 ] |
| 537 }, | 537 }, |
| 538 { | 538 { |
| 539 "cmd": [ | 539 "cmd": [ |
| 540 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 540 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 541 "--adb-path", | 541 "--adb-path", |
| 542 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 542 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 543 "--blacklist-file", | 543 "--blacklist-file", |
| 544 "[SLAVE_BUILD]/src/out/bad_devices.json", | 544 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 545 "--json-output", | 545 "--json-output", |
| 546 "/path/to/tmp/json", | 546 "/path/to/tmp/json", |
| 547 "--known-devices-file", | 547 "--known-devices-file", |
| 548 "[CACHE]/known_android_devices" | 548 "[BUILD]/site_config/.known_devices" |
| 549 ], | 549 ], |
| 550 "env": { | 550 "env": { |
| 551 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 551 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 552 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 552 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 553 }, | 553 }, |
| 554 "name": "device_status_check", | 554 "name": "device_status_check", |
| 555 "~followup_annotations": [ | 555 "~followup_annotations": [ |
| 556 "@@@STEP_TEXT@Online devices: 1@@@", | 556 "@@@STEP_TEXT@Online devices: 1@@@", |
| 557 "@@@STEP_LOG_LINE@json.output@[@@@", | 557 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 558 "@@@STEP_LOG_LINE@json.output@ {@@@", | 558 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1683 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1683 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1684 "@@@STEP_LOG_END@python.inline@@@" | 1684 "@@@STEP_LOG_END@python.inline@@@" |
| 1685 ] | 1685 ] |
| 1686 }, | 1686 }, |
| 1687 { | 1687 { |
| 1688 "name": "$result", | 1688 "name": "$result", |
| 1689 "recipe_result": null, | 1689 "recipe_result": null, |
| 1690 "status_code": 0 | 1690 "status_code": 0 |
| 1691 } | 1691 } |
| 1692 ] | 1692 ] |
| OLD | NEW |