Skip to content
Snippets Groups Projects
Commit b250fbc1 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Add timing information to Ansible output"

parents be7f54f5 8163f9ba
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
fact_caching = jsonfile fact_caching = jsonfile
fact_caching_connection = /tmp/kayobe-facts fact_caching_connection = /tmp/kayobe-facts
# Add timing information to output
callbacks_enabled = ansible.posix.profile_tasks
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
retries = 3 retries = 3
...@@ -24,6 +27,9 @@ ...@@ -24,6 +27,9 @@
fact_caching = jsonfile fact_caching = jsonfile
fact_caching_connection = /tmp/kolla-ansible-facts fact_caching_connection = /tmp/kolla-ansible-facts
# Add timing information to output
callbacks_enabled = ansible.posix.profile_tasks
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
retries = 3 retries = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment