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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_with_priority_expiration_and_timeout.json

Issue 2411763002: Rename upload_gtest_test_results.py to upload_test_results.py. (Closed)
Patch Set: Update README.md 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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 }, 617 },
618 "name": "gl_tests (with patch) on Ubuntu-12.04", 618 "name": "gl_tests (with patch) on Ubuntu-12.04",
619 "~followup_annotations": [ 619 "~followup_annotations": [
620 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 620 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
621 ] 621 ]
622 }, 622 },
623 { 623 {
624 "cmd": [ 624 "cmd": [
625 "python", 625 "python",
626 "-u", 626 "-u",
627 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 627 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
628 "--input-gtest-json", 628 "--input-json",
629 "{\"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\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" , 629 "{\"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\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
630 "--master-name", 630 "--master-name",
631 "tryserver.chromium.linux", 631 "tryserver.chromium.linux",
632 "--builder-name", 632 "--builder-name",
633 "linux_chromium_rel_ng", 633 "linux_chromium_rel_ng",
634 "--build-number", 634 "--build-number",
635 "571", 635 "571",
636 "--test-type", 636 "--test-type",
637 "gl_tests (with patch) on Ubuntu-12.04", 637 "gl_tests (with patch) on Ubuntu-12.04",
638 "--test-results-server", 638 "--test-results-server",
639 "test-results.appspot.com", 639 "test-results.appspot.com",
640 "--chrome-revision", 640 "--chrome-revision",
641 "170242" 641 "170242"
642 ], 642 ],
643 "cwd": "[BUILDER_CACHE]/linux", 643 "cwd": "[BUILDER_CACHE]/linux",
644 "env": { 644 "env": {
645 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 645 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
646 }, 646 },
647 "name": "Upload to test-results [gl_tests (with patch) on Ubuntu-12.04]" 647 "name": "Upload to test-results [gl_tests (with patch) on Ubuntu-12.04]"
648 }, 648 },
649 { 649 {
650 "name": "$result", 650 "name": "$result",
651 "recipe_result": null, 651 "recipe_result": null,
652 "status_code": 0 652 "status_code": 0
653 } 653 }
654 ] 654 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698