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_chromium_rel_ng", | 7 "[BUILDER_CACHE]/linux_chromium_rel_ng", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "@@@STEP_LOG_END@json.output@@@" | 267 "@@@STEP_LOG_END@json.output@@@" |
268 ] | 268 ] |
269 }, | 269 }, |
270 { | 270 { |
271 "cmd": [ | 271 "cmd": [ |
272 "git", | 272 "git", |
273 "diff", | 273 "diff", |
274 "--cached", | 274 "--cached", |
275 "--name-only" | 275 "--name-only" |
276 ], | 276 ], |
277 "cwd": "[SLAVE_BUILD]/src", | 277 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
278 "name": "git diff to analyze patch", | 278 "name": "git diff to analyze patch", |
279 "stdout": "/path/to/tmp/", | 279 "stdout": "/path/to/tmp/", |
280 "~followup_annotations": [ | 280 "~followup_annotations": [ |
281 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 281 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
282 "@@@STEP_LOG_END@files@@@", | 282 "@@@STEP_LOG_END@files@@@", |
283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
284 ] | 284 ] |
285 }, | 285 }, |
286 { | 286 { |
287 "cmd": [ | 287 "cmd": [ |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 606 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
607 ] | 607 ] |
608 }, | 608 }, |
609 { | 609 { |
610 "name": "$result", | 610 "name": "$result", |
611 "reason": "Step('compile (without patch)') failed with return_code 1", | 611 "reason": "Step('compile (without patch)') failed with return_code 1", |
612 "recipe_result": null, | 612 "recipe_result": null, |
613 "status_code": 1 | 613 "status_code": 1 |
614 } | 614 } |
615 ] | 615 ] |
OLD | NEW |