| 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 "--adb-path", | |
| 396 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 397 "--blacklist-file", | 395 "--blacklist-file", |
| 398 "[SLAVE_BUILD]/src/out/bad_devices.json", | 396 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 399 "--json-output", | |
| 400 "/path/to/tmp/json", | |
| 401 "--known-devices-file", | 397 "--known-devices-file", |
| 402 "[BUILD]/site_config/.known_devices" | 398 "[BUILD]/site_config/.known_devices", |
| 399 "-v" |
| 403 ], | 400 ], |
| 404 "env": { | 401 "env": { |
| 405 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 402 "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" | 403 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 407 }, | 404 }, |
| 408 "name": "device_status_check", | 405 "name": "device_recovery" |
| 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 "[BUILD]/site_config/.known_devices", |
| 436 "--buildbot-path", |
| 437 "/home/chrome-bot/.adb_device_info", |
| 438 "-v", |
| 439 "--overwrite-known-devices-files" |
| 440 ], |
| 441 "env": { |
| 442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 443 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 444 }, |
| 445 "name": "device_status", |
| 409 "~followup_annotations": [ | 446 "~followup_annotations": [ |
| 410 "@@@STEP_TEXT@Online devices: 1@@@", | 447 "@@@STEP_TEXT@Online devices: 1@@@", |
| 411 "@@@STEP_LOG_LINE@json.output@[@@@", | 448 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@ {@@@", | 449 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 413 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 450 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 451 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 452 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 453 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 417 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 454 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 455 "@@@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\", @@@", | 535 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 499 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 536 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 500 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 537 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 501 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 538 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 502 ] | 539 ] |
| 503 }, | 540 }, |
| 504 { | 541 { |
| 505 "cmd": [ | 542 "cmd": [ |
| 506 "python", | 543 "python", |
| 507 "-u", | 544 "-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", | 545 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 529 "--action", | 546 "--action", |
| 530 "restart", | 547 "restart", |
| 531 "--pid-file-path", | 548 "--pid-file-path", |
| 532 "/tmp/device_monitor.pid", | 549 "/tmp/device_monitor.pid", |
| 533 "--", | 550 "--", |
| 534 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 551 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
| 535 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 552 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 536 "[\"07a00ca4\"]", | 553 "[\"07a00ca4\"]", |
| 537 "--blacklist-file", | 554 "--blacklist-file", |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 785 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 769 "@@@STEP_LOG_END@python.inline@@@" | 786 "@@@STEP_LOG_END@python.inline@@@" |
| 770 ] | 787 ] |
| 771 }, | 788 }, |
| 772 { | 789 { |
| 773 "name": "$result", | 790 "name": "$result", |
| 774 "recipe_result": null, | 791 "recipe_result": null, |
| 775 "status_code": 0 | 792 "status_code": 0 |
| 776 } | 793 } |
| 777 ] | 794 ] |
| OLD | NEW |