Skip to content

Commit

Permalink
Revert "tests: do not update the anaconda packages till the wayland w…
Browse files Browse the repository at this point in the history
…ork reaches rawhide"

This reverts commit 9f59b69.
  • Loading branch information
jkonecny12 committed Nov 5, 2024
1 parent 5909920 commit 0748be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ def vm_install(image, verbose, quick):
# unless we are testing a PR on rhinstaller/anaconda, then pull it from the PR COPR repo
if not scenario or not scenario.startswith("anaconda-pr-"):
# anaconda-core is also available in the default rawhide compose, make sure we don't pull it from there
# download_from_copr("@rhinstaller/Anaconda", "anaconda-core anaconda-tui", machine)
# FIXME: don't get latest anaconda-[core, tui] packages through updates.img till the wayland
# migration patches are in the rawhide boot.iso
pass
download_from_copr("@rhinstaller/Anaconda", "anaconda-core anaconda-tui", machine)
else:
anaconda_pr = scenario.split("-")[-1]
# anaconda-core is also available in the default rawhide compose, make sure we don't pull it from there
Expand Down

0 comments on commit 0748be1

Please sign in to comment.