| OLD | NEW |
| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 "--host", | 660 "--host", |
| 661 "cr-buildbucket.appspot.com", | 661 "cr-buildbucket.appspot.com", |
| 662 "9016911228971028736" | 662 "9016911228971028736" |
| 663 ], | 663 ], |
| 664 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", | 664 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", |
| 665 "name": "buildbucket.get (4)", | 665 "name": "buildbucket.get (4)", |
| 666 "stdout": "/path/to/tmp/json", | 666 "stdout": "/path/to/tmp/json", |
| 667 "~followup_annotations": [ | 667 "~followup_annotations": [ |
| 668 "@@@STEP_LOG_LINE@json.output@{@@@", | 668 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 669 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", | 669 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", |
| 670 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\"@@@", | 670 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", |
| 671 "@@@STEP_LOG_LINE@json.output@ \"url\": \"buildbot.dummy.url/job/12\"@@
@", |
| 671 "@@@STEP_LOG_LINE@json.output@ }@@@", | 672 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 672 "@@@STEP_LOG_LINE@json.output@}@@@", | 673 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 673 "@@@STEP_LOG_END@json.output@@@" | 674 "@@@STEP_LOG_END@json.output@@@" |
| 674 ] | 675 ] |
| 675 }, | 676 }, |
| 676 { | 677 { |
| 677 "cmd": [ | 678 "cmd": [ |
| 678 "python", | 679 "python", |
| 679 "-u", | 680 "-u", |
| 680 "\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", | 681 "\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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 "@@@STEP_FAILURE@@@" | 772 "@@@STEP_FAILURE@@@" |
| 772 ] | 773 ] |
| 773 }, | 774 }, |
| 774 { | 775 { |
| 775 "name": "$result", | 776 "name": "$result", |
| 776 "reason": "Failed to upload result to Perf Dashboard. Error response: None", | 777 "reason": "Failed to upload result to Perf Dashboard. Error response: None", |
| 777 "recipe_result": null, | 778 "recipe_result": null, |
| 778 "status_code": 1 | 779 "status_code": 1 |
| 779 } | 780 } |
| 780 ] | 781 ] |
| OLD | NEW |