From c8596ddda472a35b503c4bc4cdf8afce95c573cd Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Thu, 26 Jan 2023 13:18:58 +0100 Subject: [PATCH] CI: Add work dir It's useful to have a templated out version of the Dockerfiles in order to diagnose errors like "error on line xxx" after tests/templates/template-override.j2 gets applied. Change-Id: I5443454d8b020aa1c5552e11f6039e582a002431 --- tests/playbooks/run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playbooks/run.yml b/tests/playbooks/run.yml index 5a50633616..13576aa3ca 100644 --- a/tests/playbooks/run.yml +++ b/tests/playbooks/run.yml @@ -8,6 +8,7 @@ DEFAULT: debug: true logs_dir: "{{ kolla_build_logs_dir }}" + work_dir: "{{ kolla_logs_dir }}/work_dir" quiet: true base: "{{ base_distro }}" template_override: /etc/kolla/template_overrides.j2