From 7fd60e614a56a341f3b2fb8b4b8af9165b06ecd0 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 (cherry picked from commit c8596ddda472a35b503c4bc4cdf8afce95c573cd) --- tests/playbooks/run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playbooks/run.yml b/tests/playbooks/run.yml index a9e6db843a..f5f0882163 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 }}" install_type: "{{ install_type }}"