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:
@@ -142,7 +142,7 @@ if [[ "$ARA_REPORT_TYPE" == "html" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Store the ara sqlite database in the openstack-ci expected path
|
# 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 netstat report
|
||||||
store_artifacts /tmp/listening_port_report.txt "${WORKING_DIR}/logs/host"
|
store_artifacts /tmp/listening_port_report.txt "${WORKING_DIR}/logs/host"
|
||||||
|
|||||||
@@ -38,6 +38,8 @@
|
|||||||
vars:
|
vars:
|
||||||
#disable powertools/highavailabity for centos, do not install debian/ubuntu backports repo config
|
#disable powertools/highavailabity for centos, do not install debian/ubuntu backports repo config
|
||||||
configure_mirrors_extra_repos: False
|
configure_mirrors_extra_repos: False
|
||||||
|
#disable generation of ARA html report to reduce log upload time
|
||||||
|
ara_report_type: database
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-ansible-deploy-aio-distro
|
name: openstack-ansible-deploy-aio-distro
|
||||||
|
|||||||
Reference in New Issue
Block a user