| 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 Tests", | 10 "Android Tests", |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 "--adb-path", | 406 "--adb-path", |
| 407 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 407 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 408 ], | 408 ], |
| 409 "env": { | 409 "env": { |
| 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 411 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 411 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 412 }, | 412 }, |
| 413 "name": "authorize_adb_devices" | 413 "name": "authorize_adb_devices" |
| 414 }, | 414 }, |
| 415 { | 415 { |
| 416 "cmd": [], | |
| 417 "env": { | |
| 418 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 419 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 420 }, | |
| 421 "name": "fix_device_file_format" | |
| 422 }, | |
| 423 { | |
| 424 "cmd": [ | |
| 425 "python", | |
| 426 "-u", | |
| 427 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 428 "[BUILD]/site_config/.known_devices", | |
| 429 "/path/to/tmp/" | |
| 430 ], | |
| 431 "env": { | |
| 432 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 433 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 434 }, | |
| 435 "name": "fix_device_file_format.read_device_file", | |
| 436 "~followup_annotations": [ | |
| 437 "@@@STEP_NEST_LEVEL@1@@@", | |
| 438 "@@@STEP_TEXT@file format is compatible@@@" | |
| 439 ] | |
| 440 }, | |
| 441 { | |
| 442 "cmd": [ | 416 "cmd": [ |
| 443 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 417 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 444 "--adb-path", | 418 "--adb-path", |
| 445 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 419 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 446 "--blacklist-file", | 420 "--blacklist-file", |
| 447 "[SLAVE_BUILD]/src/out/bad_devices.json", | 421 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 448 "--json-output", | 422 "--json-output", |
| 449 "/path/to/tmp/json", | 423 "/path/to/tmp/json", |
| 450 "--known-devices-file", | 424 "--known-devices-file", |
| 451 "[BUILD]/site_config/.known_devices" | 425 "[BUILD]/site_config/.known_devices" |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 737 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 764 "@@@STEP_LOG_END@python.inline@@@" | 738 "@@@STEP_LOG_END@python.inline@@@" |
| 765 ] | 739 ] |
| 766 }, | 740 }, |
| 767 { | 741 { |
| 768 "name": "$result", | 742 "name": "$result", |
| 769 "reason": "1 tests failed: ['blimp_test_apk']", | 743 "reason": "1 tests failed: ['blimp_test_apk']", |
| 770 "status_code": 1 | 744 "status_code": 1 |
| 771 } | 745 } |
| 772 ] | 746 ] |
| OLD | NEW |