mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-09 10:25:44 +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:
parent
c08f08cc99
commit
b14f82d002
@ -13,7 +13,7 @@ sub run {
|
|||||||
# use compose repo (compose tests) or set up update repo (update tests)
|
# use compose repo (compose tests) or set up update repo (update tests)
|
||||||
cleanup_workaround_repo;
|
cleanup_workaround_repo;
|
||||||
repo_setup();
|
repo_setup();
|
||||||
my $params = "-y --releasever=${relnum}";
|
my $params = "-y --best --releasever=${relnum}";
|
||||||
|
|
||||||
if (script_run "dnf ${params} system-upgrade download", 6000) {
|
if (script_run "dnf ${params} system-upgrade download", 6000) {
|
||||||
record_soft_failure "dnf failed so retry with --allowerasing";
|
record_soft_failure "dnf failed so retry with --allowerasing";
|
||||||
|
Loading…
Reference in New Issue
Block a user