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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "--host", 332 "--host",
333 "cr-buildbucket.appspot.com", 333 "cr-buildbucket.appspot.com",
334 "9016911228971028736" 334 "9016911228971028736"
335 ], 335 ],
336 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 336 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
337 "name": "buildbucket.get (2)", 337 "name": "buildbucket.get (2)",
338 "stdout": "/path/to/tmp/json", 338 "stdout": "/path/to/tmp/json",
339 "~followup_annotations": [ 339 "~followup_annotations": [
340 "@@@STEP_LOG_LINE@json.output@{@@@", 340 "@@@STEP_LOG_LINE@json.output@{@@@",
341 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 341 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
342 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\"@@@", 342 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
343 "@@@STEP_LOG_LINE@json.output@ \"url\": \"buildbot.dummy.url/job/12\"@@ @",
343 "@@@STEP_LOG_LINE@json.output@ }@@@", 344 "@@@STEP_LOG_LINE@json.output@ }@@@",
344 "@@@STEP_LOG_LINE@json.output@}@@@", 345 "@@@STEP_LOG_LINE@json.output@}@@@",
345 "@@@STEP_LOG_END@json.output@@@" 346 "@@@STEP_LOG_END@json.output@@@"
346 ] 347 ]
347 }, 348 },
348 { 349 {
349 "cmd": [ 350 "cmd": [
350 "python", 351 "python",
351 "-u", 352 "-u",
352 "\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", 353 "\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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "@@@STEP_LOG_LINE@json.output@[]@@@", 535 "@@@STEP_LOG_LINE@json.output@[]@@@",
535 "@@@STEP_LOG_END@json.output@@@" 536 "@@@STEP_LOG_END@json.output@@@"
536 ] 537 ]
537 }, 538 },
538 { 539 {
539 "name": "$result", 540 "name": "$result",
540 "recipe_result": null, 541 "recipe_result": null,
541 "status_code": 0 542 "status_code": 0
542 } 543 }
543 ] 544 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698