| 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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |