From 4fe8ef79c6168aec908d56ba7e36aca58635d9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Fri, 15 Apr 2022 16:13:41 +0200 Subject: [PATCH] [CI] Make kolla-build quiet This avoids polluting job logs. Depends-On: https://review.opendev.org/c/openstack/kolla/+/837872 Change-Id: I0bf134cd91ba35083a59787c537fc49dce998597 --- tests/run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run.yml b/tests/run.yml index 2db5123e58..942111ffbf 100644 --- a/tests/run.yml +++ b/tests/run.yml @@ -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' }}"