Skip to content

Commit

Permalink
Merge pull request #1249 from rvykydal/update-fedora-live-image-build…
Browse files Browse the repository at this point in the history
…-test

Use bigger disk for fedora-live-image-build test (gh1248)
  • Loading branch information
rvykydal authored Jul 18, 2024
2 parents d60441a + bcdaeb0 commit 06ee8ab
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 06ee8ab

Please sign in to comment.