Fix url for ARA report
https://review.opendev.org/#/c/742971 changed defaults for ara_report_path to be an absolute path but missed changes in zuul artifacts. The url here needs to be relative to log dir to be browsable. Change-Id: I53511709227ea890eb417778be89e49e03771ff2
This commit is contained in:
parent
7633994ed6
commit
00f4aab4d9
@ -63,7 +63,7 @@
|
||||
zuul:
|
||||
artifacts:
|
||||
- name: ARA report
|
||||
url: "{{ ara_report_path }}"
|
||||
url: "{{ ara_report_path | regex_replace('\\/$', '') | basename }}"
|
||||
rescue:
|
||||
- name: HTML generation rescue
|
||||
debug:
|
||||
@ -90,4 +90,4 @@
|
||||
zuul:
|
||||
artifacts:
|
||||
- name: ARA report
|
||||
url: "{{ ara_report_path }}"
|
||||
url: "{{ ara_report_path | regex_replace('\\/$', '') | basename }}"
|
||||
|
Loading…
Reference in New Issue
Block a user