Switch ARA report type from html to database for openstack-ansible jobs
The sqlite database is useful for post-processing ARA reports. The HTML generation makes thousands of files which can take a very long time to upload to a swift endpoint. Also fix the collection location for the ARA sqlite file. Change-Id: I754e236594eddc7b80cbb293ebb9ae217c864c62
This commit is contained in:
parent
27a2051530
commit
69f76b8dc6
@ -142,7 +142,7 @@ if [[ "$ARA_REPORT_TYPE" == "html" ]]; then
|
||||
fi
|
||||
|
||||
# Store the ara sqlite database in the openstack-ci expected path
|
||||
store_artifacts "${TESTING_HOME}/.ara/ansible.sqlite" "${WORKING_DIR}/logs/ara-report/"
|
||||
store_artifacts "${TESTING_HOME}/.ara/server/ansible.sqlite" "${WORKING_DIR}/logs/ara-report/"
|
||||
|
||||
# Store netstat report
|
||||
store_artifacts /tmp/listening_port_report.txt "${WORKING_DIR}/logs/host"
|
||||
|
@ -38,6 +38,8 @@
|
||||
vars:
|
||||
#disable powertools/highavailabity for centos, do not install debian/ubuntu backports repo config
|
||||
configure_mirrors_extra_repos: False
|
||||
#disable generation of ARA html report to reduce log upload time
|
||||
ara_report_type: database
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio-distro
|
||||
|
Loading…
x
Reference in New Issue
Block a user