Ignore errors from ara generate

If we use emit-ara-html in a base job post playbook, and it fails,
we won't upload the log files that we *do* have.

Ignore errors from ara generate and compress.

Also, let's call a space a space.

Change-Id: Ie6d41e829b0edb105d205997766c5d87022a16b5
This commit is contained in:
James E. Blair 2017-09-04 16:08:15 -07:00
parent 4fdad7a741
commit a35c2ad35e

View File

@ -11,8 +11,10 @@
- name: Generate ARA html output
command: "ara generate html {{ zuul.executor.log_root }}/ara"
ignore_errors: yes
when: ara_command_type|succeeded and not ara_command_type|skipped
- name: Compress ARA html output
command: gzip --recursive --best {{ zuul.executor.log_root }}/ara
when: ara_compress_html | bool
ignore_errors: yes
when: ara_compress_html | bool