Skip to content

Commit

Permalink
tests: download cockpit-storaged from custom COPR till release 311
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Feb 15, 2024
1 parent 3445007 commit fe4a11f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def vm_install(image, verbose, quick):
# cockpit-storaged is also available in the default rawhide compose, make sure we don't pull it from there
download_from_copr(f"packit/cockpit-project-cockpit-{cockpit_pr}", "cockpit-storaged", machine)
else:
packages_to_download += " cockpit-storaged"
# FIXME: Download cockpit-storaged from custom COPR
# till https://github.com/cockpit-project/cockpit/pull/19924#event-11785480839 is released
download_from_copr("@cockpit/main-builds", "cockpit-storaged", machine)

# Build anaconda-webui from SRPM unless we are testing a anaconda-webui PR scenario
# from a different repo, then pull it from the anaconda-webui PR COPR repo
Expand Down

0 comments on commit fe4a11f

Please sign in to comment.