1
0
mirror of https://github.com/kdave/btrfs-progs synced 2025-04-11 03:31:17 +00:00

btrfs-progs: ci: disable zoned mode where not working

The support for zoned mode is incomplete and won't change so we can
disable it on Leap 15.2 and Centos 8.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-05-03 22:47:47 +02:00
parent 50d0fe657a
commit adeeb80dfe
2 changed files with 3 additions and 2 deletions
ci/images
ci-centos-8-x86_64
ci-openSUSE-Leap-15.2-x86_64

View File

@ -27,7 +27,7 @@ COPY ./test-build .
COPY ./run-tests .
COPY ./devel.tar.gz .
CMD ./test-build devel --disable-documentation
CMD ./test-build devel --disable-documentation --disable-zoned
# Continue with:
# cd /tmp

View File

@ -23,7 +23,8 @@ COPY ./test-build .
COPY ./run-tests .
COPY ./devel.tar.gz .
CMD ./test-build devel --disable-documentation
# The blkzoned.h exists but blk_zone.capacity is missing, disable zoned mode explicitly
CMD ./test-build devel --disable-documentation --disable-zoned
# Continue with:
# cd /tmp