[CI] Make kolla-build quiet

This avoids polluting job logs.

Depends-On: https://review.opendev.org/c/openstack/kolla/+/837872
Change-Id: I0bf134cd91ba35083a59787c537fc49dce998597
This commit is contained in:
Radosław Piliszek 2022-04-15 16:13:41 +02:00
parent 27bf4e9351
commit 4fe8ef79c6
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
DEFAULT:
profile: gate
logs_dir: /tmp/logs/build
quiet: true
# NOTE(yoctozepto): we cannot build and push at the same time on debian
# buster see https://github.com/docker/for-linux/issues/711.
push: "{{ base_distro != 'debian' }}"