From 784feb435018d41c62d11cf24dbc7a366039c425 Mon Sep 17 00:00:00 2001 From: HuijingHei Date: Thu, 14 Nov 2024 15:24:06 +0800 Subject: [PATCH] tests/e2e-upgrade: update grub2 version --- tests/e2e-update/e2e-update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/e2e-update/e2e-update.sh b/tests/e2e-update/e2e-update.sh index 5fc19e87..b7a8a0b3 100755 --- a/tests/e2e-update/e2e-update.sh +++ b/tests/e2e-update/e2e-update.sh @@ -84,15 +84,15 @@ undo_manifest_fork() { if test -z "${e2e_skip_build:-}"; then echo "Building starting image" rm -f ${overrides}/rpm/*.rpm - # Version from F39 GA - add_override grub2-2.06-100.fc39 + # Version from F41 GA + add_override grub2-2.12-4.fc41 runv cosa build prev_image=$(runv cosa meta --image-path qemu) create_manifest_fork rm -f ${overrides}/rpm/*.rpm echo "Building update ostree" # Version queued in current updates - add_override grub2-2.06-123.fc40 + add_override grub2-2.12-10.fc41 mv ${test_tmpdir}/yumrepo/packages/$(arch)/*.rpm ${overrides}/rpm/ # Only build ostree update runv cosa build ostree