Skip to content
Snippets Groups Projects
Commit ee7f2bf9 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Generate ARA HTML"

parents ef3b410e 707f0c85
No related branches found
No related tags found
No related merge requests found
...@@ -67,4 +67,15 @@ ...@@ -67,4 +67,15 @@
src: "{{ ansible_env.HOME }}/.ara/ansible.sqlite" src: "{{ ansible_env.HOME }}/.ara/ansible.sqlite"
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/ara-report/" dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/ara-report/"
mode: pull mode: pull
- name: Generate HTML from ARA database
command: "ara generate html {{ ansible_env.HOME }}/ara-html"
environment:
ARA_DATABASE: "sqlite:///{{ ansible_env.HOME }}/.ara/ansible.sqlite"
- name: Download ARA HTML
synchronize:
src: "{{ ansible_env.HOME }}/ara-html"
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/ara-report/"
mode: pull
when: ara_stat_result.stat.exists when: ara_stat_result.stat.exists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment