zuul-jobs/roles/report-logjuicer/tasks/main.yaml
Tristan Cacqueray 26db5b3b24 Introduce LogJuicer roles
This change adds new roles to run logjuicer in zuul jobs:
  https://github.com/logjuicer/logjuicer

Change-Id: I02824a18285a16c8f0be6bb96b5404aa0d601c16
2024-01-08 16:09:17 +00:00

9 lines
236 B
YAML

---
- name: Return LogJuicer report url
zuul_return:
data:
zuul:
artifacts:
- name: "LogJuicer Report"
url: "{{ logjuicer_web_url }}/report/new?target={{ zuul_web_url }}/build/{{ zuul.build }}"