Skip to content

Commit 60518d4

Browse files
committed
CI: force FSTYP for zoned config
For some reason the FSTYP is not set or set to a wrong value and fails in the GH actions: mount: /mnt/test: unknown filesystem type 'xfs'. Other tests work, so do the fixup only for zoned config now. Signed-off-by: David Sterba <dsterba@suse.com>
1 parent e2cfe9e commit 60518d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
defaults:
7575
run:
7676
working-directory: /root/fstests
77+
env:
78+
# Override if missing in configs
79+
FSTYP: "btrfs"
7780
strategy:
7881
fail-fast: false
7982
steps:

0 commit comments

Comments
 (0)