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

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

Issue 2226943002: build_state._is_build_archived is a method, not a property. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@", 339 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
340 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", 340 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
341 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@", 341 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
342 "@@@STEP_LOG_LINE@json.output@ }@@@", 342 "@@@STEP_LOG_LINE@json.output@ }@@@",
343 "@@@STEP_LOG_LINE@json.output@}@@@", 343 "@@@STEP_LOG_LINE@json.output@}@@@",
344 "@@@STEP_LOG_END@json.output@@@" 344 "@@@STEP_LOG_END@json.output@@@"
345 ] 345 ]
346 }, 346 },
347 { 347 {
348 "cmd": [ 348 "cmd": [
349 "/opt/infra-tools/buildbucket",
350 "get",
351 "--host",
352 "cr-buildbucket.appspot.com",
353 "9016911228971028736"
354 ],
355 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
356 "name": "buildbucket.get (2)",
357 "stdout": "/path/to/tmp/json",
358 "~followup_annotations": [
359 "@@@STEP_LOG_LINE@json.output@{@@@",
360 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
361 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@",
362 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@",
363 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
364 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@",
365 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@",
366 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
367 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
368 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
369 "@@@STEP_LOG_LINE@json.output@ }@@@",
370 "@@@STEP_LOG_LINE@json.output@}@@@",
371 "@@@STEP_LOG_END@json.output@@@"
372 ]
373 },
374 {
375 "cmd": [
349 "python", 376 "python",
350 "-u", 377 "-u",
351 "\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", 378 "\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",
352 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 379 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
353 ], 380 ],
354 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 381 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
355 "name": "rmtree build directory", 382 "name": "rmtree build directory",
356 "~followup_annotations": [ 383 "~followup_annotations": [
357 "@@@STEP_LOG_LINE@python.inline@@@@", 384 "@@@STEP_LOG_LINE@python.inline@@@@",
358 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 385 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 }, 629 },
603 { 630 {
604 "cmd": [ 631 "cmd": [
605 "/opt/infra-tools/buildbucket", 632 "/opt/infra-tools/buildbucket",
606 "get", 633 "get",
607 "--host", 634 "--host",
608 "cr-buildbucket.appspot.com", 635 "cr-buildbucket.appspot.com",
609 "9016911228971028736" 636 "9016911228971028736"
610 ], 637 ],
611 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 638 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
612 "name": "buildbucket.get (2)", 639 "name": "buildbucket.get (3)",
613 "stdout": "/path/to/tmp/json", 640 "stdout": "/path/to/tmp/json",
614 "~followup_annotations": [ 641 "~followup_annotations": [
615 "@@@STEP_LOG_LINE@json.output@{@@@", 642 "@@@STEP_LOG_LINE@json.output@{@@@",
616 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 643 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
617 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@", 644 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
618 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@",
619 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
620 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@",
621 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@",
622 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
623 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
624 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
625 "@@@STEP_LOG_LINE@json.output@ }@@@", 645 "@@@STEP_LOG_LINE@json.output@ }@@@",
626 "@@@STEP_LOG_LINE@json.output@}@@@", 646 "@@@STEP_LOG_LINE@json.output@}@@@",
627 "@@@STEP_LOG_END@json.output@@@" 647 "@@@STEP_LOG_END@json.output@@@"
648 ]
649 },
650 {
651 "cmd": [
652 "/opt/infra-tools/buildbucket",
653 "get",
654 "--host",
655 "cr-buildbucket.appspot.com",
656 "9016911228971028736"
657 ],
658 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
659 "name": "buildbucket.get (4)",
660 "stdout": "/path/to/tmp/json",
661 "~followup_annotations": [
662 "@@@STEP_LOG_LINE@json.output@{@@@",
663 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
664 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\"@@@",
665 "@@@STEP_LOG_LINE@json.output@ }@@@",
666 "@@@STEP_LOG_LINE@json.output@}@@@",
667 "@@@STEP_LOG_END@json.output@@@"
628 ] 668 ]
629 }, 669 },
630 { 670 {
631 "cmd": [ 671 "cmd": [
632 "python", 672 "python",
633 "-u", 673 "-u",
634 "\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", 674 "\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",
635 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 675 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
636 ], 676 ],
637 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 677 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 "@@@STEP_FAILURE@@@" 765 "@@@STEP_FAILURE@@@"
726 ] 766 ]
727 }, 767 },
728 { 768 {
729 "name": "$result", 769 "name": "$result",
730 "reason": "Failed to upload result to Perf Dashboard. Error response: None", 770 "reason": "Failed to upload result to Perf Dashboard. Error response: None",
731 "recipe_result": null, 771 "recipe_result": null,
732 "status_code": 1 772 "status_code": 1
733 } 773 }
734 ] 774 ]
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