Merge "Ignore errors from ara generate"

This commit is contained in:
Zuul 2017-09-06 17:52:52 +00:00 committed by Gerrit Code Review
commit ac0e58dcca

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