Skip to content

Commit

Permalink
Run on rhel9 with bigger disk
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed May 31, 2024
1 parent 5436e3d commit 5042fac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fedora_skip_array=(
gh1023 # rpm-ostree failing
gh1060 # vnc tests too flaky
gh1213 # harddrive-iso-single failing
gh804 # tests requiring dvd iso failing
)

daily_iso_skip_array=(
Expand Down Expand Up @@ -55,7 +56,6 @@ rhel9_skip_array=(
gh604 # packages-weakdeps: "gnupg2 --recommends has changed, test needs to be updated"
gh641 # packages-multilib failing on systemd conflict
gh774 # autopart-luks-1 failing
gh804 # tests requiring dvd iso failing
)

rhel10_skip_array=(
Expand Down
2 changes: 1 addition & 1 deletion harddrive-install-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ prepare_disks() {
tmpdir=$1

qemu-img create -q -f qcow2 ${tmpdir}/disk-a.img 10G
qemu-img create -q -f qcow2 ${tmpdir}/disk-b.img 12G
qemu-img create -q -f qcow2 ${tmpdir}/disk-b.img 22G

echo ${tmpdir}/disk-a.img ${tmpdir}/disk-b.img
}
Expand Down
2 changes: 1 addition & 1 deletion repo-addrepo-hd-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TESTTYPE="packaging repo harddrive gh804"
prepare_disks() {
local tmp_dir="${1}"
qemu-img create -q -f qcow2 ${tmpdir}/disk-a.img 10G
qemu-img create -q -f qcow2 ${tmpdir}/disk-b.img 12G
qemu-img create -q -f qcow2 ${tmpdir}/disk-b.img 22G
echo ${tmpdir}/disk-a.img ${tmpdir}/disk-b.img
}

Expand Down
2 changes: 1 addition & 1 deletion repo-addrepo-hd-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TESTTYPE="packaging repo harddrive gh804"
prepare_disks() {
local tmp_dir="${1}"
qemu-img create -q -f qcow2 ${tmpdir}/disk-a.img 10G
qemu-img create -q -f qcow2 ${tmpdir}/disk-b.img 12G
qemu-img create -q -f qcow2 ${tmpdir}/disk-b.img 22G
echo ${tmpdir}/disk-a.img ${tmpdir}/disk-b.img
}

Expand Down

0 comments on commit 5042fac

Please sign in to comment.