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:
parent
4fdad7a741
commit
a35c2ad35e
@ -11,8 +11,10 @@
|
|||||||
|
|
||||||
- name: Generate ARA html output
|
- name: Generate ARA html output
|
||||||
command: "ara generate html {{ zuul.executor.log_root }}/ara"
|
command: "ara generate html {{ zuul.executor.log_root }}/ara"
|
||||||
|
ignore_errors: yes
|
||||||
when: ara_command_type|succeeded and not ara_command_type|skipped
|
when: ara_command_type|succeeded and not ara_command_type|skipped
|
||||||
|
|
||||||
- name: Compress ARA html output
|
- name: Compress ARA html output
|
||||||
command: gzip --recursive --best {{ zuul.executor.log_root }}/ara
|
command: gzip --recursive --best {{ zuul.executor.log_root }}/ara
|
||||||
when: ara_compress_html | bool
|
ignore_errors: yes
|
||||||
|
when: ara_compress_html | bool
|
||||||
|
Loading…
Reference in New Issue
Block a user