Merge "Return subunit test report as artifact"
This commit is contained in:
commit
37b53a4d70
@ -23,3 +23,15 @@
|
|||||||
src: "{{ item.path }}"
|
src: "{{ item.path }}"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
with_items: "{{ subunit_files.files }}"
|
with_items: "{{ subunit_files.files }}"
|
||||||
|
|
||||||
|
- name: Return artifact to Zuul
|
||||||
|
zuul_return:
|
||||||
|
data:
|
||||||
|
zuul:
|
||||||
|
artifacts:
|
||||||
|
- name: "Unit Test Report"
|
||||||
|
url: "testr_results.html"
|
||||||
|
metadata:
|
||||||
|
type: unit_test_report
|
||||||
|
when: "'testr_results.html' in item.path"
|
||||||
|
with_items: "{{ subunit_files.files }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user