Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e734d17
)
Enable task profiling
37/33437/1
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Tue, 18 Apr 2017 01:51:03 +0000
(09:51 +0800)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Tue, 18 Apr 2017 01:52:29 +0000
(09:52 +0800)
Benchmark jobs takes a long time, enable task profiling to collect
estimated run time so that we can set time out for async job correctly
Change-Id: Ie9518380acc8da06f26f762ea016b7837a8bd2fb
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
tests/integration/ansible.cfg
patch
|
blob
|
history
diff --git
a/tests/integration/ansible.cfg
b/tests/integration/ansible.cfg
index
40e28bc
..
30e2848
100644
(file)
--- a/
tests/integration/ansible.cfg
+++ b/
tests/integration/ansible.cfg
@@
-26,3
+26,5
@@
filter_plugins = ../../qtip/ansible_library/plugins/filter
#test_plugins = /usr/share/ansible/plugins/test
#terminal_plugins = /usr/share/ansible/plugins/terminal
#strategy_plugins = /usr/share/ansible/plugins/strategy
+
+callback_whitelist = profile_tasks