CI: More retrying for dnf, apparently 5 times 20 seconds is not enough

This commit is contained in:
Miro Hrončok 2022-04-22 21:43:03 +02:00
parent 6d0900f5b5
commit 2998811594

View File

@ -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