From ce01adfc2dd4779adb161767010a4f1fe9ffdf00 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 22 Nov 2025 00:28:04 +0300 Subject: [PATCH] it could be easier with dind... Signed-off-by: ITQ --- .gitlab-ci.yml | 4 ++-- infrastructure/configs/podman/ci.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5329998..9fdff13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -255,8 +255,8 @@ test: - | ( while true; do - podman-compose -f compose.yaml $PROFILES logs -f 2>&1 - sleep 1 + podman-compose -f compose.yaml $PROFILES logs 2>&1 + sleep 30 done ) | grep "Error: no container" -v | tee -a compose.log & - LOGS_PID=$! diff --git a/infrastructure/configs/podman/ci.conf b/infrastructure/configs/podman/ci.conf index fa33b99..e490b94 100644 --- a/infrastructure/configs/podman/ci.conf +++ b/infrastructure/configs/podman/ci.conf @@ -1,3 +1,3 @@ [engine] +log_driver = "k8s-file" events_logger = "file" -log_driver="k8s-file"