From ed0239c808e49a032ec4aafa2e94caf662f7faf3 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 25 Apr 2024 22:10:26 +0200 Subject: [PATCH] workflow: bump osbiuld-ci container to include podman, et al. This will include the latest osbuild-ci container changes from https://github.com/osbuild/containers/pull/73 This includes a bunch of binaries that were missing and lead to skpped tests. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c9f0f67..6ab1b51a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: "Run" uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b with: - image: ghcr.io/osbuild/osbuild-ci:latest-202404161303 + image: ghcr.io/osbuild/osbuild-ci:latest-202404252004 run: | # Hacky replacement of container storage driver: # The default overlayfs doesn't work in the runner, so let's change @@ -60,7 +60,7 @@ jobs: # Using 4 workers is a bit arbitrary, "auto" is probably too aggressive. TEST_WORKERS: "-n 4" with: - image: ghcr.io/osbuild/osbuild-ci:latest-202404161303 + image: ghcr.io/osbuild/osbuild-ci:latest-202404252004 run: | OSBUILD_TEST_STORE="${{ env.OSBUILD_TEST_STORE }}" \ tox -e "py36" -- ${{ env.TEST_WORKERS }} test.run.test_assemblers