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

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

Issue 2225893002: Upload LocalGTestTest results to test-results. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 4 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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "env": { 614 "env": {
615 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 615 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
616 "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" 616 "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"
617 }, 617 },
618 "name": "remoting_unittests" 618 "name": "remoting_unittests"
619 }, 619 },
620 { 620 {
621 "cmd": [ 621 "cmd": [
622 "python", 622 "python",
623 "-u", 623 "-u",
624 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ",
625 "--input-gtest-json",
626 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}",
627 "--master-name",
628 "chromium.fyi",
629 "--builder-name",
630 "Android Remoting Tests",
631 "--build-number",
632 "571",
633 "--test-type",
634 "remoting_unittests",
635 "--test-results-server",
636 "test-results.appspot.com",
637 "--chrome-revision",
638 "refs/heads/master@{#170242}"
639 ],
640 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
641 "env": {
642 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
643 "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"
644 },
645 "name": "Upload to test-results [remoting_unittests]"
646 },
647 {
648 "cmd": [
649 "python",
650 "-u",
624 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/Release/bin/run_remoting_t est_apk", 651 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/Release/bin/run_remoting_t est_apk",
625 "--blacklist-file", 652 "--blacklist-file",
626 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json", 653 "[BUILDER_CACHE]/Android_Remoting_Tests/src/out/bad_devices.json",
627 "--verbose", 654 "--verbose",
628 "--json-results-file", 655 "--json-results-file",
629 "/path/to/tmp/json", 656 "/path/to/tmp/json",
630 "--adb-path", 657 "--adb-path",
631 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb" 658 "[BUILDER_CACHE]/Android_Remoting_Tests/src/third_party/android_tools/sdk/ platform-tools/adb"
632 ], 659 ],
633 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests", 660 "cwd": "[BUILDER_CACHE]/Android_Remoting_Tests",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "@@@STEP_LOG_END@python.inline@@@" 825 "@@@STEP_LOG_END@python.inline@@@"
799 ] 826 ]
800 }, 827 },
801 { 828 {
802 "name": "$result", 829 "name": "$result",
803 "reason": "1 tests failed: ['ChromotingTest']", 830 "reason": "1 tests failed: ['ChromotingTest']",
804 "recipe_result": null, 831 "recipe_result": null,
805 "status_code": 1 832 "status_code": 1
806 } 833 }
807 ] 834 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698