[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:
parent
27bf4e9351
commit
4fe8ef79c6
@ -54,6 +54,7 @@
|
|||||||
DEFAULT:
|
DEFAULT:
|
||||||
profile: gate
|
profile: gate
|
||||||
logs_dir: /tmp/logs/build
|
logs_dir: /tmp/logs/build
|
||||||
|
quiet: true
|
||||||
# NOTE(yoctozepto): we cannot build and push at the same time on debian
|
# NOTE(yoctozepto): we cannot build and push at the same time on debian
|
||||||
# buster see https://github.com/docker/for-linux/issues/711.
|
# buster see https://github.com/docker/for-linux/issues/711.
|
||||||
push: "{{ base_distro != 'debian' }}"
|
push: "{{ base_distro != 'debian' }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user