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

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

Issue 2402303003: Enable new device monitor everywhere and launch it earlier in the build. (Closed)
Patch Set: With expectations Created 4 years, 2 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "env": { 395 "env": {
396 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 396 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
397 "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" 397 "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"
398 }, 398 },
399 "name": "spawn_logcat_monitor" 399 "name": "spawn_logcat_monitor"
400 }, 400 },
401 { 401 {
402 "cmd": [ 402 "cmd": [
403 "python", 403 "python",
404 "-u", 404 "-u",
405 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
406 "--action",
407 "restart",
408 "--pid-file-path",
409 "/tmp/device_monitor.pid",
410 "--",
411 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/catapult/devil/dev il/android/tools/device_monitor.py",
412 "--adb-path",
413 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb",
414 "--blacklist-file",
415 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json"
416 ],
417 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
418 "env": {
419 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
420 "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"
421 },
422 "name": "spawn_device_monitor"
423 },
424 {
425 "cmd": [
426 "python",
427 "-u",
405 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ", 428 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ",
406 "--verbose", 429 "--verbose",
407 "--adb-path", 430 "--adb-path",
408 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb" 431 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb"
409 ], 432 ],
410 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests", 433 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
411 "env": { 434 "env": {
412 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 435 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
413 "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" 436 "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"
414 }, 437 },
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@", 590 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@",
568 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" , 591 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" ,
569 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", 592 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@",
570 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" 593 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@"
571 ] 594 ]
572 }, 595 },
573 { 596 {
574 "cmd": [ 597 "cmd": [
575 "python", 598 "python",
576 "-u", 599 "-u",
577 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
578 "--action",
579 "restart",
580 "--pid-file-path",
581 "/tmp/device_monitor.pid",
582 "--",
583 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py" ,
584 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb",
585 "[\"07a00ca4\"]",
586 "--blacklist-file",
587 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json"
588 ],
589 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
590 "env": {
591 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
592 "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"
593 },
594 "name": "spawn_device_monitor"
595 },
596 {
597 "cmd": [
598 "python",
599 "-u",
600 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/Release/bin/run_remoting_u nittests", 600 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/Release/bin/run_remoting_u nittests",
601 "--blacklist-file", 601 "--blacklist-file",
602 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json", 602 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json",
603 "--verbose", 603 "--verbose",
604 "--json-results-file", 604 "--json-results-file",
605 "/path/to/tmp/json", 605 "/path/to/tmp/json",
606 "--adb-path", 606 "--adb-path",
607 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb" 607 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb"
608 ], 608 ],
609 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests", 609 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 "@@@STEP_LOG_END@python.inline@@@" 794 "@@@STEP_LOG_END@python.inline@@@"
795 ] 795 ]
796 }, 796 },
797 { 797 {
798 "name": "$result", 798 "name": "$result",
799 "reason": "1 tests failed: ['ChromotingTest']", 799 "reason": "1 tests failed: ['ChromotingTest']",
800 "recipe_result": null, 800 "recipe_result": null,
801 "status_code": 1 801 "status_code": 1
802 } 802 }
803 ] 803 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698