Skip to content

Commit

Permalink
test: fix http boot installation failure on RHEL 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Nov 3, 2023
1 parent 807b572 commit 19eb296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostree-ng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ EOF
sudo qemu-img create -f qcow2 "${LIBVIRT_HTTP_IMAGE_PATH}" 20G

# Workaround for bug https://bugzilla.redhat.com/show_bug.cgi?id=2124239
if [[ "${VERSION_ID}" == "8.7" || "${VERSION_ID}" == "8.9" ]]; then
if [[ "${VERSION_ID}" == "8.7" || "${VERSION_ID}" == "8.9" || "${VERSION_ID}" == "8.10" ]]; then
ALLOC_VM_RAM=4096
fi

Expand Down

0 comments on commit 19eb296

Please sign in to comment.