Skip to content

Commit 9e54c31

Browse files
committed
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 c8596dd)
1 parent 3c30600 commit 9e54c31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/playbooks/run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
DEFAULT:
99
debug: true
1010
logs_dir: "{{ kolla_build_logs_dir }}"
11+
work_dir: "{{ kolla_logs_dir }}/work_dir"
1112
quiet: true
1213
base: "{{ base_distro }}"
1314
install_type: "{{ install_type }}"

0 commit comments

Comments
 (0)