ci: update container and actions
Update the osbuild-ci container and privdocker action to the most recent
builds.
This changes the ostree-image-tests since the Fedora update pulled in
util-linux/fdisk changes that align partition sizes. Hence, the ostree
tests need to be changed to have aligned partition sizes as well. For
more information, see:
commit 921c7da55ec78350e4067b3fd6b7de6f299106ee
Author: Karel Zak <kzak@redhat.com>
Date: Thu Jan 27 10:50:45 2022 +0100
libfdisk: (gpt) align size of partition by default
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
parent
4b09088661
commit
1bdf038d36
3 changed files with 12 additions and 12 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -24,9 +24,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 2 # codecov requires this (https://github.com/codecov/codecov-action/issues/190)
|
||||
- name: "Run Tests"
|
||||
uses: osbuild/containers/src/actions/privdocker@e4de123f43b95e99dfe8eed0bd5a1cd58db50715
|
||||
uses: osbuild/containers/src/actions/privdocker@1e349b1c69884f9f38f7afa567869b975104828c
|
||||
with:
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202202021637
|
||||
image: ghcr.io/osbuild/osbuild-ci:latest-202209070757
|
||||
run: |
|
||||
python3 -m pytest \
|
||||
--pyargs "${{ matrix.test }}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue