From f562e7e91524bb74451b88f6d5d971ac91d85831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Thu, 27 Aug 2026 15:09:19 +0200 Subject: [PATCH] ci: Fix the Podman logging driver issue, drop net env printing --- .github/workflows/ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e18099ab..79a2e057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -320,8 +320,16 @@ jobs: sudo touch /etc/containers/nodocker cd test sh setup-dependencies.sh - - name: Print network environment - run: ss -ltp + - name: Configure Podman logging driver + run: | + mkdir -p ~/.config/containers + cat < ~/.config/containers/containers.conf + [containers] + log_driver = "k8s-file" + + [engine] + events_logger = "file" + EOF - name: Run testsuite run: | cd test