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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 "@@@STEP_LOG_END@json.output@@@" | 251 "@@@STEP_LOG_END@json.output@@@" |
252 ] | 252 ] |
253 }, | 253 }, |
254 { | 254 { |
255 "cmd": [ | 255 "cmd": [ |
256 "git", | 256 "git", |
257 "diff", | 257 "diff", |
258 "--cached", | 258 "--cached", |
259 "--name-only" | 259 "--name-only" |
260 ], | 260 ], |
261 "cwd": "[SLAVE_BUILD]/src", | 261 "cwd": "[BUILDER_CACHE]/linux_layout/src", |
262 "name": "git diff to analyze patch", | 262 "name": "git diff to analyze patch", |
263 "stdout": "/path/to/tmp/", | 263 "stdout": "/path/to/tmp/", |
264 "~followup_annotations": [ | 264 "~followup_annotations": [ |
265 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 265 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
266 "@@@STEP_LOG_END@files@@@", | 266 "@@@STEP_LOG_END@files@@@", |
267 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 267 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
268 ] | 268 ] |
269 }, | 269 }, |
270 { | 270 { |
271 "cmd": [ | 271 "cmd": [ |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b
7535\"@@@" | 723 "@@@SET_BUILD_PROPERTY@failure_hash@\"c3c333c07f535499b5146eecbf978c6b4f5b
7535\"@@@" |
724 ] | 724 ] |
725 }, | 725 }, |
726 { | 726 { |
727 "name": "$result", | 727 "name": "$result", |
728 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 728 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
729 "recipe_result": null, | 729 "recipe_result": null, |
730 "status_code": 1 | 730 "status_code": 1 |
731 } | 731 } |
732 ] | 732 ] |
OLD | NEW |