Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Aug 29, 2024
1 parent 49fa187 commit 4c081f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
runs-on: ubuntu-22.04
needs: build
strategy:
fail-fast: false
matrix:
os: ["deb", "rpm"]
arch: ["x86_64", "arm64"]
Expand Down
2 changes: 1 addition & 1 deletion internal/testbed/linux-services/package-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c081f8

Please sign in to comment.