Enable resource summary

In order to be able to identify slow execution times, we can enable
resoure summary in order to be able to know how long specific things
take to evaluate.

Change-Id: I1ed0251dcd57b6817f4bd5dd2e7ae4dec4f18706
This commit is contained in:
Mohammed Naser 2017-09-20 20:09:29 -04:00
parent a52d9564c0
commit 7f47c5adb5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export ADD_SWAP=${ADD_SWAP:-true}
export SWAP_SIZE_GB=${SWAP_SIZE_GB:-4}
export HIERA_CONFIG=${HIERA_CONFIG:-${SCRIPT_DIR}/hiera/hiera.yaml}
export MANAGE_HIERA=${MANAGE_HIERA:-true}
export PUPPET_ARGS="${PUPPET_ARGS} --detailed-exitcodes --color=false --test --trace --hiera_config ${HIERA_CONFIG} --logdest ${WORKSPACE}/puppet.log"
export PUPPET_ARGS="${PUPPET_ARGS} --detailed-exitcodes --color=false --test --summarize --trace --hiera_config ${HIERA_CONFIG} --logdest ${WORKSPACE}/puppet.log"
export DISTRO=$(lsb_release -c -s)
# If openstack/tempest is broken on master, we can pin the repository to a specific commit
# by using the following line: