1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-08 01:45:45 +00:00

upgrade_run: use --best

Same justification as for the main update test.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-03-11 12:07:38 -07:00
parent c08f08cc99
commit b14f82d002

View File

@ -13,7 +13,7 @@ sub run {
# use compose repo (compose tests) or set up update repo (update tests)
cleanup_workaround_repo;
repo_setup();
my $params = "-y --releasever=${relnum}";
my $params = "-y --best --releasever=${relnum}";
if (script_run "dnf ${params} system-upgrade download", 6000) {
record_soft_failure "dnf failed so retry with --allowerasing";