| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 405 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 406 ], | 406 ], |
| 407 "env": { | 407 "env": { |
| 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 409 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 409 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 410 }, | 410 }, |
| 411 "name": "authorize_adb_devices" | 411 "name": "authorize_adb_devices" |
| 412 }, | 412 }, |
| 413 { | 413 { |
| 414 "cmd": [ | 414 "cmd": [ |
| 415 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 415 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 416 "--adb-path", | |
| 417 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 418 "--blacklist-file", | 416 "--blacklist-file", |
| 419 "[SLAVE_BUILD]/src/out/bad_devices.json", | 417 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 420 "--json-output", | |
| 421 "/path/to/tmp/json", | |
| 422 "--known-devices-file", | 418 "--known-devices-file", |
| 423 "[BUILD]/site_config/.known_devices" | 419 "[BUILD]/site_config/.known_devices", |
| 420 "-v" |
| 424 ], | 421 ], |
| 425 "env": { | 422 "env": { |
| 426 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 423 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 427 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 424 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 428 }, | 425 }, |
| 429 "name": "device_status_check", | 426 "name": "device_recovery" |
| 427 }, |
| 428 { |
| 429 "cmd": [ |
| 430 "python", |
| 431 "-u", |
| 432 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 433 "--adb-path", |
| 434 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 435 "--blacklist-file", |
| 436 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 437 "--output-device-blacklist", |
| 438 "/path/to/tmp/json", |
| 439 "-t", |
| 440 "Release" |
| 441 ], |
| 442 "env": { |
| 443 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 444 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 445 }, |
| 446 "name": "provision_devices" |
| 447 }, |
| 448 { |
| 449 "cmd": [ |
| 450 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 451 "--json-output", |
| 452 "/path/to/tmp/json", |
| 453 "--blacklist-file", |
| 454 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 455 "--known-devices-file", |
| 456 "[BUILD]/site_config/.known_devices", |
| 457 "--buildbot-path", |
| 458 "/home/chrome-bot/.adb_device_info", |
| 459 "-v", |
| 460 "--overwrite-known-devices-files" |
| 461 ], |
| 462 "env": { |
| 463 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 464 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 465 }, |
| 466 "name": "device_status", |
| 430 "~followup_annotations": [ | 467 "~followup_annotations": [ |
| 431 "@@@STEP_TEXT@Online devices: 1@@@", | 468 "@@@STEP_TEXT@Online devices: 1@@@", |
| 432 "@@@STEP_LOG_LINE@json.output@[@@@", | 469 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 433 "@@@STEP_LOG_LINE@json.output@ {@@@", | 470 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 434 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 471 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 435 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 472 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 436 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 473 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 437 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 474 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 438 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 439 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 476 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 556 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 520 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 557 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 521 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 558 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 522 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 559 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 523 ] | 560 ] |
| 524 }, | 561 }, |
| 525 { | 562 { |
| 526 "cmd": [ | 563 "cmd": [ |
| 527 "python", | 564 "python", |
| 528 "-u", | 565 "-u", |
| 529 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 530 "--adb-path", | |
| 531 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 532 "--blacklist-file", | |
| 533 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 534 "--output-device-blacklist", | |
| 535 "/path/to/tmp/json", | |
| 536 "-t", | |
| 537 "Release" | |
| 538 ], | |
| 539 "env": { | |
| 540 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 541 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 542 }, | |
| 543 "name": "provision_devices" | |
| 544 }, | |
| 545 { | |
| 546 "cmd": [ | |
| 547 "python", | |
| 548 "-u", | |
| 549 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 566 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 550 "--action", | 567 "--action", |
| 551 "restart", | 568 "restart", |
| 552 "--pid-file-path", | 569 "--pid-file-path", |
| 553 "/tmp/device_monitor.pid", | 570 "/tmp/device_monitor.pid", |
| 554 "--", | 571 "--", |
| 555 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 572 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 556 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 573 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 557 "[\"07a00ca4\"]", | 574 "[\"07a00ca4\"]", |
| 558 "--blacklist-file", | 575 "--blacklist-file", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 740 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 724 "@@@STEP_LOG_END@python.inline@@@" | 741 "@@@STEP_LOG_END@python.inline@@@" |
| 725 ] | 742 ] |
| 726 }, | 743 }, |
| 727 { | 744 { |
| 728 "name": "$result", | 745 "name": "$result", |
| 729 "reason": "1 tests failed: ['blimp_test_apk']", | 746 "reason": "1 tests failed: ['blimp_test_apk']", |
| 730 "status_code": 1 | 747 "status_code": 1 |
| 731 } | 748 } |
| 732 ] | 749 ] |
| OLD | NEW |