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