Browse Source

Add timings to RECAP output.

- Starting from version 2.0 ansible has 'callback_whitelist =
  profile_tasks'. It allows to analyze CI to find some time regressions.
- Add skippy to CI's ansible.cfg

Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
pull/1028/head
Sergii Golovatiuk 8 years ago
parent
commit
c5ea29649b
2 changed files with 3 additions and 0 deletions
  1. 1
      ansible.cfg
  2. 2
      tests/ansible.cfg

1
ansible.cfg

@ -9,3 +9,4 @@ fact_caching = jsonfile
fact_caching_connection = /tmp
stdout_callback = skippy
library = ./library
callback_whitelist = profile_tasks

2
tests/ansible.cfg

@ -6,3 +6,5 @@ host_key_checking=False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp
stdout_callback = skippy
callback_whitelist = profile_tasks
Loading…
Cancel
Save