From 4c081f834cb5ae974f75e0f5ad1cf90cdc70056d Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Thu, 29 Aug 2024 08:39:40 +0200 Subject: [PATCH] debugging Signed-off-by: Moritz Wiesinger --- .github/workflows/snapshot.yaml | 1 + internal/testbed/linux-services/package-tests.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yaml b/.github/workflows/snapshot.yaml index 88f5dec6..1074095b 100644 --- a/.github/workflows/snapshot.yaml +++ b/.github/workflows/snapshot.yaml @@ -53,6 +53,7 @@ jobs: runs-on: ubuntu-22.04 needs: build strategy: + fail-fast: false matrix: os: ["deb", "rpm"] arch: ["x86_64", "arm64"] diff --git a/internal/testbed/linux-services/package-tests.sh b/internal/testbed/linux-services/package-tests.sh index f23ee44c..317b1875 100755 --- a/internal/testbed/linux-services/package-tests.sh +++ b/internal/testbed/linux-services/package-tests.sh @@ -56,7 +56,7 @@ podman rm -fv "$container_name" >/dev/null 2>&1 || true podman run --name "$container_name" --arch "$translated_arch" -d "$image_name" # ensure that the system is up and running by checking if systemctl is running -sleep 2 +sleep 5 $container_exec systemctl is-system-running --quiet --wait podman_cp "$container_name" internal/testbed/linux-services/config.test.yaml /etc/dynatrace-otel-collector/config.yaml