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