GH actions: use the latest build of osbuild-ci* containers
This will bring the latest image builds with new dependencies for unit tests. In addition, pin down the osbuild-ci-c*s container to a specific tag, to ensure stability of the CI. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
76a0d56690
commit
81cc279074
4 changed files with 5 additions and 5 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-202409171558
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202411221033
|
||||
run: |
|
||||
# Hacky replacement of container storage driver:
|
||||
# The default overlayfs doesn't work in the runner, so let's change
|
||||
|
|
@ -69,7 +69,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-202409171558
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202411221033
|
||||
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