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

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

Powered by Google App Engine
This is Rietveld 408576698