More E208 (final)

Change-Id: I705d1b10696326f3d4d5bef4b5a88a83f2c3d960
This commit is contained in:
Sorin Sbarnea
2020-11-04 08:56:24 +00:00
parent 7325aca987
commit 6b8cc6d468
14 changed files with 21 additions and 7 deletions

View File

@@ -12,12 +12,14 @@
file:
path: "{{ log_path }}"
state: directory
mode: 0755
delegate_to: localhost
- name: Ensure zuul-output tox dir
file:
path: "{{ zuul_output_dir }}/logs/tox"
state: directory
mode: 0755
when: zuul_use_fetch_output
- name: Set envlist fact
@@ -60,7 +62,7 @@
envlist: "{{ tox_all_environments.stdout_lines }}"
when: tox_all_environments.stdout_lines is defined
- name: Copy tox logs
- name: Copy tox logs # noqa 208
copy:
dest: "{{ zuul_output_dir }}/logs/tox/"
src: "{{ zuul_work_dir }}/.tox/{{ zj_testenv }}/log/"