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
This commit is contained in:
Michal Nasiadka 2023-01-26 13:18:58 +01:00 committed by Michal Arbet
parent 8f0d9226a8
commit c8596ddda4
1 changed files with 1 additions and 0 deletions

View File

@ -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