mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
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>
This commit is contained in:
@@ -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
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user