Skip to content

Commit

Permalink
tests/e2e-upgrade: update grub2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Nov 14, 2024
1 parent 493c95f commit 54fe72d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e-update/e2e-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-3.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
Expand Down

0 comments on commit 54fe72d

Please sign in to comment.