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.
This commit is contained in:
parent
107593a1fd
commit
ed0239c808
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue