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