Merge "Artifacts directory path is now set in a variable"

This commit is contained in:
Zuul 2021-05-13 16:05:13 +00:00 committed by Gerrit Code Review
commit 81ec82fd4c
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
src_dir: "{{ zuul.project.src_dir }}"
output_dir: "{{ ansible_user_dir }}"
log_path: "{{ zuul.executor.log_root }}"
artifacts_dir: "{{ zuul.executor.work_root }}/artifacts"

View File

@ -6,7 +6,7 @@
state: directory
with_items:
- "{{ log_path }}/validations-logs"
- "{{ zuul.executor.work_root }}/artifacts"
- "{{ artifacts_dir }}"
loop_control:
loop_var: vf_output_dir