Skip to content

Commit

Permalink
Use bigger disk for fedora-live-image-build test (gh1248)
Browse files Browse the repository at this point in the history
The test started to fail with "Not enough space in file systems for the
current software selection. An additional 700 MiB is needed."
  • Loading branch information
rvykydal committed Jul 18, 2024
1 parent eb54d66 commit bcdaeb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fedora-live-image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ TESTTYPE="packaging skip-on-rhel"

. ${KSTESTDIR}/functions.sh

prepare_disks() {
tmpdir=$1

qemu-img create -q -f qcow2 ${tmpdir}/disk-a.img 20G
echo ${tmpdir}/disk-a.img
}

# This rest effectively builds a Fedora live image, which
# among other things installs 1600+ packages and does various
# fairly resource intensive tasks. So bump the timeout
Expand Down

0 comments on commit bcdaeb0

Please sign in to comment.