Merge "Collect tox logs"
This commit is contained in:
commit
c0d75862c4
@ -34,6 +34,13 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
log_dir: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
|
log_dir: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
|
||||||
|
|
||||||
|
- name: Collect tox output
|
||||||
|
include_role:
|
||||||
|
name: fetch-tox-output
|
||||||
|
vars:
|
||||||
|
tox_envlist: testinfra
|
||||||
|
zuul_work_dir: src/opendev.org/opendev/system-config
|
||||||
|
|
||||||
# Because during the test we run ansible as root, we need
|
# Because during the test we run ansible as root, we need
|
||||||
# to allow ourselves permissions to copy the results
|
# to allow ourselves permissions to copy the results
|
||||||
- name: Open ARA results permissions
|
- name: Open ARA results permissions
|
||||||
|
Loading…
Reference in New Issue
Block a user