Convert nested bridge.o.o ARA report to static HTML
With the switch to swift logging, we need to convert the nested ARA report to static HTML Change-Id: I9e177915099598d5d48a31c15bd6db49e4d1c7e8
This commit is contained in:
parent
309daf9482
commit
0751b3d481
@ -60,8 +60,8 @@
|
|||||||
recurse: yes
|
recurse: yes
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
# Note called ansible.sqlite so the middleware on
|
# Note we convert to a HTML report with the ara-report role
|
||||||
# logs.o.o picks it up for display
|
# below
|
||||||
- name: Collect testing ARA results
|
- name: Collect testing ARA results
|
||||||
synchronize:
|
synchronize:
|
||||||
dest: "{{ log_dir }}/ara-report/ansible.sqlite"
|
dest: "{{ log_dir }}/ara-report/ansible.sqlite"
|
||||||
@ -79,3 +79,13 @@
|
|||||||
rsync_opts:
|
rsync_opts:
|
||||||
- "--exclude=__pycache__"
|
- "--exclude=__pycache__"
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
tasks:
|
||||||
|
- name: Create bridge.o.o ARA report
|
||||||
|
include_role:
|
||||||
|
name: ara-report
|
||||||
|
vars:
|
||||||
|
ara_database_path: "{{ zuul.executor.log_root }}/bridge.openstack.org/ara-report/ansible.sqlite"
|
||||||
|
ara_report_path: "bridge.openstack.org/ara-report/"
|
||||||
|
ara_report_type: html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user