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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_revisions.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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "--host", 514 "--host",
515 "cr-buildbucket.appspot.com", 515 "cr-buildbucket.appspot.com",
516 "9016911228971028736" 516 "9016911228971028736"
517 ], 517 ],
518 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 518 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
519 "name": "buildbucket.get (2)", 519 "name": "buildbucket.get (2)",
520 "stdout": "/path/to/tmp/json", 520 "stdout": "/path/to/tmp/json",
521 "~followup_annotations": [ 521 "~followup_annotations": [
522 "@@@STEP_LOG_LINE@json.output@{@@@", 522 "@@@STEP_LOG_LINE@json.output@{@@@",
523 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 523 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
524 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\"@@@", 524 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
525 "@@@STEP_LOG_LINE@json.output@ \"url\": \"buildbot.dummy.url/job/12\"@@ @",
525 "@@@STEP_LOG_LINE@json.output@ }@@@", 526 "@@@STEP_LOG_LINE@json.output@ }@@@",
526 "@@@STEP_LOG_LINE@json.output@}@@@", 527 "@@@STEP_LOG_LINE@json.output@}@@@",
527 "@@@STEP_LOG_END@json.output@@@" 528 "@@@STEP_LOG_END@json.output@@@"
528 ] 529 ]
529 }, 530 },
530 { 531 {
531 "cmd": [ 532 "cmd": [
532 "python", 533 "python",
533 "-u", 534 "-u",
534 "\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", 535 "\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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 "@@@STEP_LOG_LINE@json.output@}@@@", 855 "@@@STEP_LOG_LINE@json.output@}@@@",
855 "@@@STEP_LOG_END@json.output@@@" 856 "@@@STEP_LOG_END@json.output@@@"
856 ] 857 ]
857 }, 858 },
858 { 859 {
859 "name": "$result", 860 "name": "$result",
860 "recipe_result": null, 861 "recipe_result": null,
861 "status_code": 0 862 "status_code": 0
862 } 863 }
863 ] 864 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698