Merge "Change base-test to use "ara-report" role instead of "emit-ara-html""

This commit is contained in:
Zuul 2018-03-19 18:24:24 +00:00 committed by Gerrit Code Review
commit 012bb46aa2
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,9 @@
roles:
- role: add-fileserver
fileserver: "{{ site_logs }}"
- emit-ara-html
- role: ara-report
ara_report_type: database
ara_report_path: ara-report
- hosts: "{{ site_logs.fqdn }}"
gather_facts: False

View File

@ -115,6 +115,7 @@
- zuul: openstack-infra/zuul-jobs
- zuul: openstack-infra/openstack-zuul-jobs
vars:
# TODO: Deprecated, remove ara_generate_html once emit-ara-html is gone
ara_generate_html: failure
timeout: 1800
post-timeout: 1800