Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Remoting_Tests.json

Issue 2143013002: Revert "[Android] Reland splitting of device recovery and device status." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Android_Remoting_Tests", 7 "[BUILDER_CACHE]/Android_Remoting_Tests",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 ], 412 ],
413 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests", 413 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
414 "env": { 414 "env": {
415 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 415 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
416 "PATH": "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android: %(PATH)s" 416 "PATH": "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android: %(PATH)s"
417 }, 417 },
418 "name": "authorize_adb_devices" 418 "name": "authorize_adb_devices"
419 }, 419 },
420 { 420 {
421 "cmd": [ 421 "cmd": [
422 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/catapult/devil/dev il/android/tools/device_recovery.py", 422 "[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android/buildbot/bb_devi ce_status_check.py",
423 "--adb-path",
424 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb",
423 "--blacklist-file", 425 "--blacklist-file",
424 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json", 426 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json",
427 "--json-output",
428 "/path/to/tmp/json",
425 "--known-devices-file", 429 "--known-devices-file",
426 "[HOME]/.android/known_devices.json", 430 "[HOME]/.android/known_devices.json"
427 "--adb-path",
428 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb",
429 "-v"
430 ], 431 ],
431 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests", 432 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
432 "env": { 433 "env": {
433 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 434 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
434 "PATH": "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android: %(PATH)s" 435 "PATH": "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android: %(PATH)s"
435 }, 436 },
436 "name": "device_recovery" 437 "name": "device_status_check",
437 },
438 {
439 "cmd": [
440 "python",
441 "-u",
442 "[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android/provision_device s.py",
443 "--adb-path",
444 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb",
445 "--blacklist-file",
446 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json",
447 "--output-device-blacklist",
448 "/path/to/tmp/json",
449 "-t",
450 "Release"
451 ],
452 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
453 "env": {
454 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
455 "PATH": "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android: %(PATH)s"
456 },
457 "name": "provision_devices"
458 },
459 {
460 "cmd": [
461 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/catapult/devil/dev il/android/tools/device_status.py",
462 "--json-output",
463 "/path/to/tmp/json",
464 "--blacklist-file",
465 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json",
466 "--known-devices-file",
467 "[HOME]/.android/known_devices.json",
468 "--buildbot-path",
469 "/home/chrome-bot/.adb_device_info",
470 "--adb-path",
471 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb",
472 "-v",
473 "--overwrite-known-devices-files"
474 ],
475 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
476 "env": {
477 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
478 "PATH": "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android: %(PATH)s"
479 },
480 "name": "device_status",
481 "~followup_annotations": [ 438 "~followup_annotations": [
482 "@@@STEP_TEXT@Online devices: 1@@@", 439 "@@@STEP_TEXT@Online devices: 1@@@",
483 "@@@STEP_LOG_LINE@json.output@[@@@", 440 "@@@STEP_LOG_LINE@json.output@[@@@",
484 "@@@STEP_LOG_LINE@json.output@ {@@@", 441 "@@@STEP_LOG_LINE@json.output@ {@@@",
485 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", 442 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@",
486 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", 443 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@",
487 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", 444 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@",
488 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", 445 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@",
489 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", 446 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@",
490 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", 447 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@", 527 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@",
571 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" , 528 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" ,
572 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", 529 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@",
573 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" 530 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@"
574 ] 531 ]
575 }, 532 },
576 { 533 {
577 "cmd": [ 534 "cmd": [
578 "python", 535 "python",
579 "-u", 536 "-u",
537 "[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android/provision_device s.py",
538 "--adb-path",
539 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb",
540 "--blacklist-file",
541 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json",
542 "--output-device-blacklist",
543 "/path/to/tmp/json",
544 "-t",
545 "Release"
546 ],
547 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
548 "env": {
549 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
550 "PATH": "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Remoting_Tests/src/build/android: %(PATH)s"
551 },
552 "name": "provision_devices"
553 },
554 {
555 "cmd": [
556 "python",
557 "-u",
580 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 558 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
581 "--action", 559 "--action",
582 "restart", 560 "restart",
583 "--pid-file-path", 561 "--pid-file-path",
584 "/tmp/device_monitor.pid", 562 "/tmp/device_monitor.pid",
585 "--", 563 "--",
586 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py" , 564 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py" ,
587 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb", 565 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb",
588 "[\"07a00ca4\"]", 566 "[\"07a00ca4\"]",
589 "--blacklist-file", 567 "--blacklist-file",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "@@@STEP_LOG_END@python.inline@@@" 776 "@@@STEP_LOG_END@python.inline@@@"
799 ] 777 ]
800 }, 778 },
801 { 779 {
802 "name": "$result", 780 "name": "$result",
803 "reason": "1 tests failed: ['ChromotingTest']", 781 "reason": "1 tests failed: ['ChromotingTest']",
804 "recipe_result": null, 782 "recipe_result": null,
805 "status_code": 1 783 "status_code": 1
806 } 784 }
807 ] 785 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698