6dfba5189c
The artifact directory where we collect details of the validations execution from the ansible perspective is now set as a variable, with the default value in defaults/main.yaml Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: I52d0bf261dd8eeeeb2817cd8f833937ef3c7ab93
6 lines
177 B
YAML
6 lines
177 B
YAML
---
|
|
src_dir: "{{ zuul.project.src_dir }}"
|
|
output_dir: "{{ ansible_user_dir }}"
|
|
log_path: "{{ zuul.executor.log_root }}"
|
|
artifacts_dir: "{{ zuul.executor.work_root }}/artifacts"
|