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

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

Issue 2434353002: Change archive_retry_summary step to happen also when there are new failures. (Closed)
Patch Set: 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_layout", 7 "[BUILDER_CACHE]/linux_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 ], 714 ],
715 "cwd": "[BUILDER_CACHE]/linux_layout", 715 "cwd": "[BUILDER_CACHE]/linux_layout",
716 "env": { 716 "env": {
717 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 717 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
718 }, 718 },
719 "name": "webkit_tests (retry summary)", 719 "name": "webkit_tests (retry summary)",
720 "~followup_annotations": [ 720 "~followup_annotations": [
721 "step returned non-zero exit code: 1", 721 "step returned non-zero exit code: 1",
722 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/ totally-maybe-not-awesome.html<br/>@@@", 722 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/ totally-maybe-not-awesome.html<br/>@@@",
723 "@@@STEP_FAILURE@@@", 723 "@@@STEP_FAILURE@@@",
724 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", 724 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@"
725 ]
726 },
727 {
728 "cmd": [
729 "python",
730 "-u",
731 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_ret ry_summary.py",
732 "--retry-summary-json",
733 "{\"failures\": [\"bad/totally-bad-probably.html\", \"tricky/totally-maybe -not-awesome.html\"], \"ignored\": []}",
734 "--build-number",
735 "571",
736 "--builder-name",
737 "linux_precise_blink_rel",
738 "--gs-bucket",
739 "gs://chromium-layout-test-archives"
740 ],
741 "cwd": "[BUILDER_CACHE]/linux_layout",
742 "env": {
743 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
744 },
745 "name": "archive_retry_summary",
746 "~followup_annotations": [
725 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@" 747 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b 7535\"@@@"
726 ] 748 ]
727 }, 749 },
728 { 750 {
729 "name": "$result", 751 "name": "$result",
730 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 752 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
731 "recipe_result": null, 753 "recipe_result": null,
732 "status_code": 1 754 "status_code": 1
733 } 755 }
734 ] 756 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698