diff --git a/scripts/log-collect.sh b/scripts/log-collect.sh index 2bdfad0ca6..ec240561a3 100755 --- a/scripts/log-collect.sh +++ b/scripts/log-collect.sh @@ -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" diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 01a5f1550b..8a022ca32f 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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