Skip to content
Snippets Groups Projects
Commit c5ea2964 authored by Sergii Golovatiuk's avatar Sergii Golovatiuk
Browse files

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: default avatarSergii Golovatiuk <sgolovatiuk@mirantis.com>
parent 410438a0
No related branches found
No related tags found
No related merge requests found
...@@ -9,3 +9,4 @@ fact_caching = jsonfile ...@@ -9,3 +9,4 @@ fact_caching = jsonfile
fact_caching_connection = /tmp fact_caching_connection = /tmp
stdout_callback = skippy stdout_callback = skippy
library = ./library library = ./library
callback_whitelist = profile_tasks
...@@ -6,3 +6,5 @@ host_key_checking=False ...@@ -6,3 +6,5 @@ host_key_checking=False
gathering = smart gathering = smart
fact_caching = jsonfile fact_caching = jsonfile
fact_caching_connection = /tmp fact_caching_connection = /tmp
stdout_callback = skippy
callback_whitelist = profile_tasks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment