| 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/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", | 358 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 359 "--adb-path", |
| 360 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 359 "--blacklist-file", | 361 "--blacklist-file", |
| 360 "[SLAVE_BUILD]/src/out/bad_devices.json", | 362 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 363 "--json-output", |
| 364 "/path/to/tmp/json", |
| 361 "--known-devices-file", | 365 "--known-devices-file", |
| 362 "[CACHE]/known_android_devices", | 366 "[CACHE]/known_android_devices" |
| 363 "--adb-path", | |
| 364 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 365 "-v" | |
| 366 ], | 367 ], |
| 367 "env": { | 368 "env": { |
| 368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 369 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 370 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 370 }, | 371 }, |
| 371 "name": "device_recovery" | 372 "name": "device_status_check", |
| 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", | |
| 414 "~followup_annotations": [ | 373 "~followup_annotations": [ |
| 415 "@@@STEP_TEXT@Online devices: 1@@@", | 374 "@@@STEP_TEXT@Online devices: 1@@@", |
| 416 "@@@STEP_LOG_LINE@json.output@[@@@", | 375 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 417 "@@@STEP_LOG_LINE@json.output@ {@@@", | 376 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 419 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 420 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 421 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 422 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 423 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 462 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 504 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 463 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 505 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 464 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 506 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 465 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 507 ] | 466 ] |
| 508 }, | 467 }, |
| 509 { | 468 { |
| 510 "cmd": [ | 469 "cmd": [ |
| 511 "python", | 470 "python", |
| 512 "-u", | 471 "-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", |
| 513 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 492 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 514 "--action", | 493 "--action", |
| 515 "restart", | 494 "restart", |
| 516 "--pid-file-path", | 495 "--pid-file-path", |
| 517 "/tmp/device_monitor.pid", | 496 "/tmp/device_monitor.pid", |
| 518 "--", | 497 "--", |
| 519 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 498 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 520 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 499 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 521 "[\"07a00ca4\"]", | 500 "[\"07a00ca4\"]", |
| 522 "--blacklist-file", | 501 "--blacklist-file", |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 680 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 702 "@@@STEP_LOG_END@python.inline@@@" | 681 "@@@STEP_LOG_END@python.inline@@@" |
| 703 ] | 682 ] |
| 704 }, | 683 }, |
| 705 { | 684 { |
| 706 "name": "$result", | 685 "name": "$result", |
| 707 "reason": "1 tests failed: ['ChromePublicTest']", | 686 "reason": "1 tests failed: ['ChromePublicTest']", |
| 708 "status_code": 1 | 687 "status_code": 1 |
| 709 } | 688 } |
| 710 ] | 689 ] |
| OLD | NEW |