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