Skip to content

Commit 5d5493d

Browse files
committed
tests/e2e-upgrade: update grub to Fedora 42 versions
Fedora CoreOS is now on Fedora 42 so it makes sense to test Fedora 42 versions of the GRUB packages here.
1 parent c863f44 commit 5d5493d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/e2e-update/e2e-update.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ undo_manifest_fork() {
8484
if test -z "${e2e_skip_build:-}"; then
8585
echo "Building starting image"
8686
rm -f ${overrides}/rpm/*.rpm
87-
# Version from F41 GA
88-
add_override grub2-2.12-4.fc41
87+
# Version from F42 prior to GA
88+
add_override grub2-2.12-26.fc42
8989
runv cosa build
9090
prev_image=$(runv cosa meta --image-path qemu)
9191
create_manifest_fork
9292
rm -f ${overrides}/rpm/*.rpm
9393
echo "Building update ostree"
94-
# Version queued in current updates
95-
add_override grub2-2.12-10.fc41
94+
# Latest (current) version in F42
95+
add_override grub2-2.12-28.fc42
9696
mv ${test_tmpdir}/yumrepo/packages/$(arch)/*.rpm ${overrides}/rpm/
9797
# Only build ostree update
9898
runv cosa build ostree

0 commit comments

Comments
 (0)