zuul/zuul/ansible/callback
Tobias Henkel 62a56d100e Correctly stream the remaining buffer
In case ansible crashes while executing a command module we loose the
last line of the log. This is caused because we don't stream the
remaining buffer but the last line we split out of the buffer.

I wasn't able to construct a test case which makes the original code
break thus this change is without a test case.

Change-Id: I10ffe248c756e0a77f39f6e075dd3615c53f1b03
2017-11-26 08:39:28 +01:00
..
__init__.py Add initial callback plugin to handle log streaming 2017-02-22 17:17:23 -05:00
zuul_json.py Write a logging config file and pass it to callbacks 2017-08-28 20:06:10 -05:00
zuul_stream.py Correctly stream the remaining buffer 2017-11-26 08:39:28 +01:00