zuul/zuul/ansible/callback
Felix Schmidt ee00a66483
Add start and end timestamp to task and play result in zuul_json callback
Currently, the timestamp information is only provided directly by a few
Ansible modules (e.g. the command module, which shows the runtime of a
command per host result).
This change adds an 'overall' time information to all executed tasks. The
delta between both timestamps shows how long it took a task to finish
across all hosts/nodes.

Update: This information is now also available for plays.

This patch is also proposed for ansible and can be found here:
https://github.com/ansible/ansible/pull/39277

Change-Id: I6294d5d60236905d58c738613e71fcfb1202b45a
2018-05-02 07:38:04 +02:00
..
__init__.py Add initial callback plugin to handle log streaming 2017-02-22 17:17:23 -05:00
zuul_json.py Add start and end timestamp to task and play result in zuul_json callback 2018-05-02 07:38:04 +02:00
zuul_stream.py Handle debug tasks more robust in zuul_stream 2018-02-08 16:34:26 +01:00