Skip to content

Commit

Permalink
Merge pull request #567 from cgwalters/ci-bump
Browse files Browse the repository at this point in the history
ci: Adapt for Fedora 39
  • Loading branch information
cgwalters committed Nov 19, 2023
2 parents eff31e9 + d07dd17 commit 68aa716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e-update/e2e-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ if test -z "${e2e_skip_build:-}"; then
echo "Building starting image"
rm -f ${overrides}/rpm/*.rpm
# Version from F37 GA
add_override grub2-2.06-58.fc37
add_override grub2-2.06-89.fc38
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-70.fc37
add_override grub2-2.06-102.fc38
mv ${test_tmpdir}/yumrepo/packages/$(arch)/*.rpm ${overrides}/rpm/
# Only build ostree update
runv cosa build ostree
Expand Down

0 comments on commit 68aa716

Please sign in to comment.