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

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