Skip to content

Commit 1691f36

Browse files
committed
CI: store only templated out Dockerfiles in work_dir
Change-Id: I0832d7997536f5f0dc195d5038545b6cc220f0fa (cherry picked from commit c45a742)
1 parent 923a2ee commit 1691f36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/playbooks/run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
src: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}/tests/templates/template_overrides.j2"
4343
dest: /etc/kolla/template_overrides.j2
4444

45+
- name: Run kolla-build to template out dockerfiles
46+
command: "{{ virtualenv_path }}/bin/kolla-build --template-only --work-dir {{ kolla_build_logs_dir }}/work_dir"
47+
4548
- name: Run kolla-build
4649
command: "{{ virtualenv_path }}/bin/kolla-build"

0 commit comments

Comments
 (0)