Skip to content

Commit 164cda1

Browse files
committed
Revert "CI: add templated Dockerfiles to build logs"
This reverts commit 09c890b. Reason for revert: That change caused all Kolla's work items to be transferred. This includes tarballs, their extracted contents, cloned git repositories, etc. to also be transferred to swift which takes extra time, pollutes logs and decreases the stability of jobs slightly (the mechanism is not designed for this kind of load). The collection of templated Dockerfiles in CI has to be reimplemented if it is wanted. Change-Id: Ideaf66ce18c993802f4d20f490caa47cec0dde5e (cherry picked from commit f33ef03)
1 parent 6b88dc0 commit 164cda1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.zuul.d/base.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
extra-vars:
114114
kolla_logs_dir: "{{ zuul_output_dir }}/logs/kolla"
115115
kolla_build_logs_dir: "{{ kolla_logs_dir }}/build"
116-
kolla_work_dir: "{{ kolla_logs_dir }}"
117116
virtualenv_path: "/tmp/kolla-virtualenv"
118117

119118
- job:

tests/playbooks/run.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# NOTE(yoctozepto): to avoid issues with IPv6 not enabled in the docker daemon
1515
# and since we don't need isolated networks here, use host networking
1616
network_mode: host
17-
work_dir: "{{ kolla_work_dir }}"
1817
tasks:
1918
- name: Ensure /etc/kolla exists
2019
file:

0 commit comments

Comments
 (0)