Skip to content

Commit

Permalink
Revert "CI: add templated Dockerfiles to build logs"
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
yoctozepto committed Apr 19, 2022
1 parent 7fb3ecb commit 43dce2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .zuul.d/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
extra-vars:
kolla_logs_dir: "{{ zuul_output_dir }}/logs/kolla"
kolla_build_logs_dir: "{{ kolla_logs_dir }}/build"
kolla_work_dir: "{{ kolla_logs_dir }}"
virtualenv_path: "/tmp/kolla-virtualenv"

- job:
Expand Down
1 change: 0 additions & 1 deletion tests/playbooks/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# NOTE(yoctozepto): to avoid issues with IPv6 not enabled in the docker daemon
# and since we don't need isolated networks here, use host networking
network_mode: host
work_dir: "{{ kolla_work_dir }}"
tasks:
- name: Ensure /etc/kolla exists
file:
Expand Down

0 comments on commit 43dce2c

Please sign in to comment.