| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Coverage (dbg)", | 10 "Android Coverage (dbg)", |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 383 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 384 ], | 384 ], |
| 385 "env": { | 385 "env": { |
| 386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 387 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 387 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 388 }, | 388 }, |
| 389 "name": "authorize_adb_devices" | 389 "name": "authorize_adb_devices" |
| 390 }, | 390 }, |
| 391 { | 391 { |
| 392 "cmd": [ | 392 "cmd": [ |
| 393 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", | 393 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 394 "--adb-path", |
| 395 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 394 "--blacklist-file", | 396 "--blacklist-file", |
| 395 "[SLAVE_BUILD]/src/out/bad_devices.json", | 397 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 398 "--json-output", |
| 399 "/path/to/tmp/json", |
| 396 "--known-devices-file", | 400 "--known-devices-file", |
| 397 "[CACHE]/known_android_devices", | 401 "[CACHE]/known_android_devices" |
| 398 "--adb-path", | |
| 399 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 400 "-v" | |
| 401 ], | 402 ], |
| 402 "env": { | 403 "env": { |
| 403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 404 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 404 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 405 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 405 }, | 406 }, |
| 406 "name": "device_recovery" | 407 "name": "device_status_check", |
| 407 }, | |
| 408 { | |
| 409 "cmd": [ | |
| 410 "python", | |
| 411 "-u", | |
| 412 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 413 "--adb-path", | |
| 414 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 415 "--blacklist-file", | |
| 416 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 417 "--output-device-blacklist", | |
| 418 "/path/to/tmp/json", | |
| 419 "-t", | |
| 420 "Debug" | |
| 421 ], | |
| 422 "env": { | |
| 423 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 424 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 425 }, | |
| 426 "name": "provision_devices" | |
| 427 }, | |
| 428 { | |
| 429 "cmd": [ | |
| 430 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", | |
| 431 "--json-output", | |
| 432 "/path/to/tmp/json", | |
| 433 "--blacklist-file", | |
| 434 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 435 "--known-devices-file", | |
| 436 "[CACHE]/known_android_devices", | |
| 437 "--buildbot-path", | |
| 438 "/home/chrome-bot/.adb_device_info", | |
| 439 "--adb-path", | |
| 440 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 441 "-v", | |
| 442 "--overwrite-known-devices-files" | |
| 443 ], | |
| 444 "env": { | |
| 445 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 446 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 447 }, | |
| 448 "name": "device_status", | |
| 449 "~followup_annotations": [ | 408 "~followup_annotations": [ |
| 450 "@@@STEP_TEXT@Online devices: 1@@@", | 409 "@@@STEP_TEXT@Online devices: 1@@@", |
| 451 "@@@STEP_LOG_LINE@json.output@[@@@", | 410 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 452 "@@@STEP_LOG_LINE@json.output@ {@@@", | 411 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 453 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 454 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 455 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 456 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 457 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 458 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 417 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 497 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 539 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 498 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 540 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 499 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 541 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 500 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 542 ] | 501 ] |
| 543 }, | 502 }, |
| 544 { | 503 { |
| 545 "cmd": [ | 504 "cmd": [ |
| 546 "python", | 505 "python", |
| 547 "-u", | 506 "-u", |
| 507 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 508 "--adb-path", |
| 509 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 510 "--blacklist-file", |
| 511 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 512 "--output-device-blacklist", |
| 513 "/path/to/tmp/json", |
| 514 "-t", |
| 515 "Debug" |
| 516 ], |
| 517 "env": { |
| 518 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 519 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 520 }, |
| 521 "name": "provision_devices" |
| 522 }, |
| 523 { |
| 524 "cmd": [ |
| 525 "python", |
| 526 "-u", |
| 548 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 527 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 549 "--action", | 528 "--action", |
| 550 "restart", | 529 "restart", |
| 551 "--pid-file-path", | 530 "--pid-file-path", |
| 552 "/tmp/device_monitor.pid", | 531 "/tmp/device_monitor.pid", |
| 553 "--", | 532 "--", |
| 554 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 533 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 555 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 534 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 556 "[\"07a00ca4\"]", | 535 "[\"07a00ca4\"]", |
| 557 "--blacklist-file", | 536 "--blacklist-file", |
| (...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1104 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1083 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1105 "@@@STEP_LOG_END@python.inline@@@" | 1084 "@@@STEP_LOG_END@python.inline@@@" |
| 1106 ] | 1085 ] |
| 1107 }, | 1086 }, |
| 1108 { | 1087 { |
| 1109 "name": "$result", | 1088 "name": "$result", |
| 1110 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte
ntShellTest', 'ChromeSyncShellTest']", | 1089 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte
ntShellTest', 'ChromeSyncShellTest']", |
| 1111 "status_code": 1 | 1090 "status_code": 1 |
| 1112 } | 1091 } |
| 1113 ] | 1092 ] |
| OLD | NEW |