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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.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
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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 "--host", 664 "--host",
665 "cr-buildbucket.appspot.com", 665 "cr-buildbucket.appspot.com",
666 "9016911228971028736" 666 "9016911228971028736"
667 ], 667 ],
668 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 668 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
669 "name": "buildbucket.get (4)", 669 "name": "buildbucket.get (4)",
670 "stdout": "/path/to/tmp/json", 670 "stdout": "/path/to/tmp/json",
671 "~followup_annotations": [ 671 "~followup_annotations": [
672 "@@@STEP_LOG_LINE@json.output@{@@@", 672 "@@@STEP_LOG_LINE@json.output@{@@@",
673 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 673 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
674 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\"@@@", 674 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
675 "@@@STEP_LOG_LINE@json.output@ \"url\": \"buildbot.dummy.url/job/12\"@@ @",
675 "@@@STEP_LOG_LINE@json.output@ }@@@", 676 "@@@STEP_LOG_LINE@json.output@ }@@@",
676 "@@@STEP_LOG_LINE@json.output@}@@@", 677 "@@@STEP_LOG_LINE@json.output@}@@@",
677 "@@@STEP_LOG_END@json.output@@@" 678 "@@@STEP_LOG_END@json.output@@@"
678 ] 679 ]
679 }, 680 },
680 { 681 {
681 "cmd": [ 682 "cmd": [
682 "python", 683 "python",
683 "-u", 684 "-u",
684 "\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", 685 "\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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 "@@@STEP_LOG_LINE@json.output@}@@@", 805 "@@@STEP_LOG_LINE@json.output@}@@@",
805 "@@@STEP_LOG_END@json.output@@@" 806 "@@@STEP_LOG_END@json.output@@@"
806 ] 807 ]
807 }, 808 },
808 { 809 {
809 "name": "$result", 810 "name": "$result",
810 "recipe_result": null, 811 "recipe_result": null,
811 "status_code": 0 812 "status_code": 0
812 } 813 }
813 ] 814 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698