| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Android (Nexus4)", | 10 "WebKit Android (Nexus4)", |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 384 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 385 ], | 385 ], |
| 386 "env": { | 386 "env": { |
| 387 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 387 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 388 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 388 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 389 }, | 389 }, |
| 390 "name": "authorize_adb_devices" | 390 "name": "authorize_adb_devices" |
| 391 }, | 391 }, |
| 392 { | 392 { |
| 393 "cmd": [ | 393 "cmd": [ |
| 394 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 394 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 395 "--blacklist-file", |
| 396 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 397 "--known-devices-file", |
| 398 "[BUILD]/site_config/.known_devices", |
| 395 "--adb-path", | 399 "--adb-path", |
| 396 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 400 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 397 "--blacklist-file", | 401 "-v" |
| 398 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 399 "--json-output", | |
| 400 "/path/to/tmp/json", | |
| 401 "--known-devices-file", | |
| 402 "[BUILD]/site_config/.known_devices" | |
| 403 ], | 402 ], |
| 404 "env": { | 403 "env": { |
| 405 "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", |
| 406 "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" |
| 407 }, | 406 }, |
| 408 "name": "device_status_check", | 407 "name": "device_recovery" |
| 408 }, |
| 409 { |
| 410 "cmd": [ |
| 411 "python", |
| 412 "-u", |
| 413 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 414 "--adb-path", |
| 415 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 416 "--blacklist-file", |
| 417 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 418 "--output-device-blacklist", |
| 419 "/path/to/tmp/json", |
| 420 "-t", |
| 421 "Release" |
| 422 ], |
| 423 "env": { |
| 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 425 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 426 }, |
| 427 "name": "provision_devices" |
| 428 }, |
| 429 { |
| 430 "cmd": [ |
| 431 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 432 "--json-output", |
| 433 "/path/to/tmp/json", |
| 434 "--blacklist-file", |
| 435 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 436 "--known-devices-file", |
| 437 "[BUILD]/site_config/.known_devices", |
| 438 "--buildbot-path", |
| 439 "/home/chrome-bot/.adb_device_info", |
| 440 "--adb-path", |
| 441 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 442 "-v", |
| 443 "--overwrite-known-devices-files" |
| 444 ], |
| 445 "env": { |
| 446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 447 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 448 }, |
| 449 "name": "device_status", |
| 409 "~followup_annotations": [ | 450 "~followup_annotations": [ |
| 410 "@@@STEP_TEXT@Online devices: 1@@@", | 451 "@@@STEP_TEXT@Online devices: 1@@@", |
| 411 "@@@STEP_LOG_LINE@json.output@[@@@", | 452 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@ {@@@", | 453 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 413 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 454 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 455 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 456 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 457 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 417 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 458 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 459 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 539 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 499 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 540 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 500 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 541 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 501 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 542 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 502 ] | 543 ] |
| 503 }, | 544 }, |
| 504 { | 545 { |
| 505 "cmd": [ | 546 "cmd": [ |
| 506 "python", | 547 "python", |
| 507 "-u", | 548 "-u", |
| 508 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | |
| 509 "--adb-path", | |
| 510 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 511 "--blacklist-file", | |
| 512 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 513 "--output-device-blacklist", | |
| 514 "/path/to/tmp/json", | |
| 515 "-t", | |
| 516 "Release" | |
| 517 ], | |
| 518 "env": { | |
| 519 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 520 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 521 }, | |
| 522 "name": "provision_devices" | |
| 523 }, | |
| 524 { | |
| 525 "cmd": [ | |
| 526 "python", | |
| 527 "-u", | |
| 528 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 549 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 529 "--action", | 550 "--action", |
| 530 "restart", | 551 "restart", |
| 531 "--pid-file-path", | 552 "--pid-file-path", |
| 532 "/tmp/device_monitor.pid", | 553 "/tmp/device_monitor.pid", |
| 533 "--", | 554 "--", |
| 534 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 555 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 535 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 556 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 536 "[\"07a00ca4\"]", | 557 "[\"07a00ca4\"]", |
| 537 "--blacklist-file", | 558 "--blacklist-file", |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 789 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 769 "@@@STEP_LOG_END@python.inline@@@" | 790 "@@@STEP_LOG_END@python.inline@@@" |
| 770 ] | 791 ] |
| 771 }, | 792 }, |
| 772 { | 793 { |
| 773 "name": "$result", | 794 "name": "$result", |
| 774 "recipe_result": null, | 795 "recipe_result": null, |
| 775 "status_code": 0 | 796 "status_code": 0 |
| 776 } | 797 } |
| 777 ] | 798 ] |
| OLD | NEW |