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:
|
zuul:
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: ARA report
|
- name: ARA report
|
||||||
url: "{{ ara_report_path }}"
|
url: "{{ ara_report_path | regex_replace('\\/$', '') | basename }}"
|
||||||
rescue:
|
rescue:
|
||||||
- name: HTML generation rescue
|
- name: HTML generation rescue
|
||||||
debug:
|
debug:
|
||||||
@ -90,4 +90,4 @@
|
|||||||
zuul:
|
zuul:
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: ARA report
|
- name: ARA report
|
||||||
url: "{{ ara_report_path }}"
|
url: "{{ ara_report_path | regex_replace('\\/$', '') | basename }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user