| 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 Tests (amp split)", | 10 "Android Tests (amp split)", |
| (...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 382 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 383 ], | 383 ], |
| 384 "env": { | 384 "env": { |
| 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 386 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 386 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 387 }, | 387 }, |
| 388 "name": "authorize_adb_devices" | 388 "name": "authorize_adb_devices" |
| 389 }, | 389 }, |
| 390 { | 390 { |
| 391 "cmd": [ | 391 "cmd": [ |
| 392 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", | 392 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 393 "--adb-path", |
| 394 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 393 "--blacklist-file", | 395 "--blacklist-file", |
| 394 "[SLAVE_BUILD]/src/out/bad_devices.json", | 396 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 397 "--json-output", |
| 398 "/path/to/tmp/json", |
| 395 "--known-devices-file", | 399 "--known-devices-file", |
| 396 "[CACHE]/known_android_devices", | 400 "[CACHE]/known_android_devices" |
| 397 "--adb-path", | |
| 398 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 399 "-v" | |
| 400 ], | 401 ], |
| 401 "env": { | 402 "env": { |
| 402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 403 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 404 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 404 }, | 405 }, |
| 405 "name": "device_recovery" | 406 "name": "device_status_check", |
| 406 }, | |
| 407 { | |
| 408 "cmd": [ | |
| 409 "python", | |
| 410 "-u", | |
| 411 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 412 "--adb-path", | |
| 413 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 414 "--blacklist-file", | |
| 415 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 416 "--output-device-blacklist", | |
| 417 "/path/to/tmp/json", | |
| 418 "-t", | |
| 419 "Release" | |
| 420 ], | |
| 421 "env": { | |
| 422 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 423 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 424 }, | |
| 425 "name": "provision_devices" | |
| 426 }, | |
| 427 { | |
| 428 "cmd": [ | |
| 429 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", | |
| 430 "--json-output", | |
| 431 "/path/to/tmp/json", | |
| 432 "--blacklist-file", | |
| 433 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 434 "--known-devices-file", | |
| 435 "[CACHE]/known_android_devices", | |
| 436 "--buildbot-path", | |
| 437 "/home/chrome-bot/.adb_device_info", | |
| 438 "--adb-path", | |
| 439 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 440 "-v", | |
| 441 "--overwrite-known-devices-files" | |
| 442 ], | |
| 443 "env": { | |
| 444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 445 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 446 }, | |
| 447 "name": "device_status", | |
| 448 "~followup_annotations": [ | 407 "~followup_annotations": [ |
| 449 "@@@STEP_TEXT@Online devices: 1@@@", | 408 "@@@STEP_TEXT@Online devices: 1@@@", |
| 450 "@@@STEP_LOG_LINE@json.output@[@@@", | 409 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 451 "@@@STEP_LOG_LINE@json.output@ {@@@", | 410 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 452 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 453 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 454 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 455 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 456 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 457 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 496 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 538 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 497 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 539 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 498 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 540 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 499 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 541 ] | 500 ] |
| 542 }, | 501 }, |
| 543 { | 502 { |
| 544 "cmd": [ | 503 "cmd": [ |
| 545 "python", | 504 "python", |
| 546 "-u", | 505 "-u", |
| 506 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 507 "--adb-path", |
| 508 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 509 "--blacklist-file", |
| 510 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 511 "--output-device-blacklist", |
| 512 "/path/to/tmp/json", |
| 513 "-t", |
| 514 "Release" |
| 515 ], |
| 516 "env": { |
| 517 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 518 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 519 }, |
| 520 "name": "provision_devices" |
| 521 }, |
| 522 { |
| 523 "cmd": [ |
| 524 "python", |
| 525 "-u", |
| 547 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 526 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 548 "--action", | 527 "--action", |
| 549 "restart", | 528 "restart", |
| 550 "--pid-file-path", | 529 "--pid-file-path", |
| 551 "/tmp/device_monitor.pid", | 530 "/tmp/device_monitor.pid", |
| 552 "--", | 531 "--", |
| 553 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 532 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 554 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 533 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 555 "[\"07a00ca4\"]", | 534 "[\"07a00ca4\"]", |
| 556 "--blacklist-file", | 535 "--blacklist-file", |
| (...skipping 2090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2647 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2626 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 2648 "@@@STEP_LOG_END@python.inline@@@" | 2627 "@@@STEP_LOG_END@python.inline@@@" |
| 2649 ] | 2628 ] |
| 2650 }, | 2629 }, |
| 2651 { | 2630 { |
| 2652 "name": "$result", | 2631 "name": "$result", |
| 2653 "reason": "7 tests failed: ['AndroidWebViewTest', 'ContentShellTest', 'Chrom
ePublicTest', 'ChromeSyncShellTest', 'junit_unit_tests', 'chrome_junit_tests', '
content_junit_tests']", | 2632 "reason": "7 tests failed: ['AndroidWebViewTest', 'ContentShellTest', 'Chrom
ePublicTest', 'ChromeSyncShellTest', 'junit_unit_tests', 'chrome_junit_tests', '
content_junit_tests']", |
| 2654 "status_code": 1 | 2633 "status_code": 1 |
| 2655 } | 2634 } |
| 2656 ] | 2635 ] |
| OLD | NEW |