Skip to content

Commit

Permalink
btrfs-progs: ci: disable zoned mode where not working
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kdave committed May 7, 2021
1 parent 50d0fe6 commit adeeb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/images/ci-centos-8-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion ci/images/ci-openSUSE-Leap-15.2-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adeeb80

Please sign in to comment.