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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_failure.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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 "~followup_annotations": [ 616 "~followup_annotations": [
617 "step returned non-zero exit code: 1", 617 "step returned non-zero exit code: 1",
618 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 618 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
619 "@@@STEP_FAILURE@@@" 619 "@@@STEP_FAILURE@@@"
620 ] 620 ]
621 }, 621 },
622 { 622 {
623 "cmd": [ 623 "cmd": [
624 "python", 624 "python",
625 "-u", 625 "-u",
626 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 626 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
627 "--input-gtest-json", 627 "--input-json",
628 "{\"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\": \"FAILURE\"}]}]}", 628 "{\"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\": \"FAILURE\"}]}]}",
629 "--master-name", 629 "--master-name",
630 "tryserver.chromium.linux", 630 "tryserver.chromium.linux",
631 "--builder-name", 631 "--builder-name",
632 "linux_chromium_rel_ng", 632 "linux_chromium_rel_ng",
633 "--build-number", 633 "--build-number",
634 "571", 634 "571",
635 "--test-type", 635 "--test-type",
636 "gl_tests (with patch) on Ubuntu-12.04", 636 "gl_tests (with patch) on Ubuntu-12.04",
637 "--test-results-server", 637 "--test-results-server",
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 }, 1006 },
1007 "name": "gl_tests (without patch) on Ubuntu-12.04", 1007 "name": "gl_tests (without patch) on Ubuntu-12.04",
1008 "~followup_annotations": [ 1008 "~followup_annotations": [
1009 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1009 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1010 ] 1010 ]
1011 }, 1011 },
1012 { 1012 {
1013 "cmd": [ 1013 "cmd": [
1014 "python", 1014 "python",
1015 "-u", 1015 "-u",
1016 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py ", 1016 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
1017 "--input-gtest-json", 1017 "--input-json",
1018 "{\"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\"}}]}}" , 1018 "{\"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\"}}]}}" ,
1019 "--master-name", 1019 "--master-name",
1020 "tryserver.chromium.linux", 1020 "tryserver.chromium.linux",
1021 "--builder-name", 1021 "--builder-name",
1022 "linux_chromium_rel_ng", 1022 "linux_chromium_rel_ng",
1023 "--build-number", 1023 "--build-number",
1024 "571", 1024 "571",
1025 "--test-type", 1025 "--test-type",
1026 "gl_tests (without patch) on Ubuntu-12.04", 1026 "gl_tests (without patch) on Ubuntu-12.04",
1027 "--test-results-server", 1027 "--test-results-server",
(...skipping 26 matching lines...) Expand all
1054 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 1054 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
1055 ] 1055 ]
1056 }, 1056 },
1057 { 1057 {
1058 "name": "$result", 1058 "name": "$result",
1059 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 1059 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
1060 "recipe_result": null, 1060 "recipe_result": null,
1061 "status_code": 1 1061 "status_code": 1
1062 } 1062 }
1063 ] 1063 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698