Disable zchunk metadata creation for now

Rawhide and Branched createImage tasks are frequently failing
with "error: Curl error (16): Error in the HTTP2 framing layer"
when trying to download the zchunk metadata. We have not yet
been able to work out why this is, but it is a serious problem
causing many composes to fail and badly impeding our testing
of Rawhide and F30. For this reason we've decided to disable
zchunk metadata generation until this is fixed.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-03-19 12:21:32 -07:00
parent 6746e5213b
commit c723442a3e

View File

@ -83,7 +83,6 @@ repoclosure_backend = 'dnf'
createrepo_deltas = False createrepo_deltas = False
createrepo_database = True createrepo_database = True
createrepo_use_xz = True createrepo_use_xz = True
createrepo_extra_args = ['--zck', '--zck-dict-dir=/usr/share/fedora-repo-zdicts/rawhide']
# CHECKSUMS # CHECKSUMS
media_checksums = ['sha256'] media_checksums = ['sha256']