zuul/zuul/ansible/library
Tobias Henkel 09fabaf722 Try to early terminate streaming on ansible errors
Currently when ansible has an error when trying to run a command or
shell task the command module has no chance to send any console
log. Thus zuul_stream doesn't terminate by itself and gets killed
after a timeout of 30s. As a try to fix this zuul_console sends
periodically a notice about the not found logfile. When requesting the
streamer to exit it can check then if there is still no console file
and exit by itself without needing to timeout.

Change-Id: I42bc05b0d2c530fbfc00c6295da24d18a6ec6435
2017-08-09 07:16:16 +02:00
..
__init__.py Ansible launcher: add zuul_runner module 2016-05-12 11:37:19 -07:00
command.py Check ret for None in zuul_run_command 2017-07-11 10:28:09 +02:00
zuul_afs.py Re-enable F405 pep8 errors 2017-05-19 09:36:01 -04:00
zuul_console.py Try to early terminate streaming on ansible errors 2017-08-09 07:16:16 +02:00
zuul_return.py Pass result data back from ansible 2017-07-12 10:12:26 -07:00