Skip to content

Commit

Permalink
Merge pull request #773 from HuijingHei/fix-upgrade
Browse files Browse the repository at this point in the history
tests/e2e-upgrade: update grub2 version
  • Loading branch information
travier authored Nov 14, 2024
2 parents 493c95f + 784feb4 commit 3fefe3a
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-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
Expand Down

0 comments on commit 3fefe3a

Please sign in to comment.