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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json

Issue 2283203002: Make it obvious when perf tryjob builds fail. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebasing, adding url field to mock response, retraining. Created 4 years, 3 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
« no previous file with comments | « scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "--host", 660 "--host",
661 "cr-buildbucket.appspot.com", 661 "cr-buildbucket.appspot.com",
662 "9016911228971028736" 662 "9016911228971028736"
663 ], 663 ],
664 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 664 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
665 "name": "buildbucket.get (4)", 665 "name": "buildbucket.get (4)",
666 "stdout": "/path/to/tmp/json", 666 "stdout": "/path/to/tmp/json",
667 "~followup_annotations": [ 667 "~followup_annotations": [
668 "@@@STEP_LOG_LINE@json.output@{@@@", 668 "@@@STEP_LOG_LINE@json.output@{@@@",
669 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 669 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
670 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\"@@@", 670 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
671 "@@@STEP_LOG_LINE@json.output@ \"url\": \"buildbot.dummy.url/job/12\"@@ @",
671 "@@@STEP_LOG_LINE@json.output@ }@@@", 672 "@@@STEP_LOG_LINE@json.output@ }@@@",
672 "@@@STEP_LOG_LINE@json.output@}@@@", 673 "@@@STEP_LOG_LINE@json.output@}@@@",
673 "@@@STEP_LOG_END@json.output@@@" 674 "@@@STEP_LOG_END@json.output@@@"
674 ] 675 ]
675 }, 676 },
676 { 677 {
677 "cmd": [ 678 "cmd": [
678 "python", 679 "python",
679 "-u", 680 "-u",
680 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 681 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 "@@@STEP_FAILURE@@@" 772 "@@@STEP_FAILURE@@@"
772 ] 773 ]
773 }, 774 },
774 { 775 {
775 "name": "$result", 776 "name": "$result",
776 "reason": "Failed to upload result to Perf Dashboard. Error response: None", 777 "reason": "Failed to upload result to Perf Dashboard. Error response: None",
777 "recipe_result": null, 778 "recipe_result": null,
778 "status_code": 1 779 "status_code": 1
779 } 780 }
780 ] 781 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698