| 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.android", | 8 "chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "Lollipop Low-end Tester", | 10 "Lollipop Low-end Tester", |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 348 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 349 ], | 349 ], |
| 350 "env": { | 350 "env": { |
| 351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 352 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 352 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 353 }, | 353 }, |
| 354 "name": "authorize_adb_devices" | 354 "name": "authorize_adb_devices" |
| 355 }, | 355 }, |
| 356 { | 356 { |
| 357 "cmd": [ | 357 "cmd": [ |
| 358 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 358 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 359 "--blacklist-file", |
| 360 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 361 "--known-devices-file", |
| 362 "[CACHE]/known_android_devices", |
| 359 "--adb-path", | 363 "--adb-path", |
| 360 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 364 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 361 "--blacklist-file", | 365 "-v" |
| 362 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 363 "--json-output", | |
| 364 "/path/to/tmp/json", | |
| 365 "--known-devices-file", | |
| 366 "[CACHE]/known_android_devices" | |
| 367 ], | 366 ], |
| 368 "env": { | 367 "env": { |
| 369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 370 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 369 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 371 }, | 370 }, |
| 372 "name": "device_status_check", | 371 "name": "device_recovery" |
| 372 }, |
| 373 { |
| 374 "cmd": [ |
| 375 "python", |
| 376 "-u", |
| 377 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 378 "--adb-path", |
| 379 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 380 "--blacklist-file", |
| 381 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 382 "--output-device-blacklist", |
| 383 "/path/to/tmp/json", |
| 384 "-t", |
| 385 "Debug" |
| 386 ], |
| 387 "env": { |
| 388 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 389 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 390 }, |
| 391 "name": "provision_devices" |
| 392 }, |
| 393 { |
| 394 "cmd": [ |
| 395 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 396 "--json-output", |
| 397 "/path/to/tmp/json", |
| 398 "--blacklist-file", |
| 399 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 400 "--known-devices-file", |
| 401 "[CACHE]/known_android_devices", |
| 402 "--buildbot-path", |
| 403 "/home/chrome-bot/.adb_device_info", |
| 404 "--adb-path", |
| 405 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 406 "-v", |
| 407 "--overwrite-known-devices-files" |
| 408 ], |
| 409 "env": { |
| 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" |
| 412 }, |
| 413 "name": "device_status", |
| 373 "~followup_annotations": [ | 414 "~followup_annotations": [ |
| 374 "@@@STEP_TEXT@Online devices: 1@@@", | 415 "@@@STEP_TEXT@Online devices: 1@@@", |
| 375 "@@@STEP_LOG_LINE@json.output@[@@@", | 416 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ {@@@", | 417 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 418 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 378 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 419 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 379 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 420 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 421 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 422 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 423 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 503 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 463 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 504 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 464 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 505 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 465 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 506 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 466 ] | 507 ] |
| 467 }, | 508 }, |
| 468 { | 509 { |
| 469 "cmd": [ | 510 "cmd": [ |
| 470 "python", | 511 "python", |
| 471 "-u", | 512 "-u", |
| 472 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 473 "--adb-path", | |
| 474 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 475 "--blacklist-file", | |
| 476 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 477 "--output-device-blacklist", | |
| 478 "/path/to/tmp/json", | |
| 479 "-t", | |
| 480 "Debug" | |
| 481 ], | |
| 482 "env": { | |
| 483 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 484 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 485 }, | |
| 486 "name": "provision_devices" | |
| 487 }, | |
| 488 { | |
| 489 "cmd": [ | |
| 490 "python", | |
| 491 "-u", | |
| 492 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 513 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 493 "--action", | 514 "--action", |
| 494 "restart", | 515 "restart", |
| 495 "--pid-file-path", | 516 "--pid-file-path", |
| 496 "/tmp/device_monitor.pid", | 517 "/tmp/device_monitor.pid", |
| 497 "--", | 518 "--", |
| 498 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 519 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 499 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 520 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 500 "[\"07a00ca4\"]", | 521 "[\"07a00ca4\"]", |
| 501 "--blacklist-file", | 522 "--blacklist-file", |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 701 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 681 "@@@STEP_LOG_END@python.inline@@@" | 702 "@@@STEP_LOG_END@python.inline@@@" |
| 682 ] | 703 ] |
| 683 }, | 704 }, |
| 684 { | 705 { |
| 685 "name": "$result", | 706 "name": "$result", |
| 686 "reason": "1 tests failed: ['ChromePublicTest']", | 707 "reason": "1 tests failed: ['ChromePublicTest']", |
| 687 "status_code": 1 | 708 "status_code": 1 |
| 688 } | 709 } |
| 689 ] | 710 ] |
| OLD | NEW |