test/run/stage: cover the btrfs stages

A simple test to make sure that our btrfs stages work.
Updating the testing container is needed, because the old version
didn't have btrfs-progs in it.
This commit is contained in:
Ondřej Budai 2023-08-24 00:39:46 +02:00 committed by Ondřej Budai
parent b94048dfd4
commit 546c8267d1
4 changed files with 1011 additions and 2 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: "Run"
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202304251412
image: ghcr.io/osbuild/osbuild-ci:latest-202308241910
run: |
TEST_CATEGORY="${{ matrix.test }}" \
tox -e "${{ matrix.environment }}"