CI: More retrying for dnf, apparently 5 times 20 seconds is not enough
This commit is contained in:
parent
6d0900f5b5
commit
2998811594
@ -32,8 +32,8 @@ if [ ! -f $config ]; then
|
||||
cp $original $config
|
||||
|
||||
echo -e '\n\n' >> $config
|
||||
echo -e 'config_opts["package_manager_max_attempts"] = 5' >> $config
|
||||
echo -e 'config_opts["package_manager_attempt_delay"] = 20' >> $config
|
||||
echo -e 'config_opts["package_manager_max_attempts"] = 10' >> $config
|
||||
echo -e 'config_opts["package_manager_attempt_delay"] = 60' >> $config
|
||||
echo -e '\n\nconfig_opts[f"{config_opts.package_manager}.conf"] += """' >> $config
|
||||
|
||||
# The zuul CI has zuul-build.repo
|
||||
|
Loading…
Reference in New Issue
Block a user